Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
net_instaweb::ImageRewriteInfo Struct Reference

#include "log_record_test_helper.h"

Public Member Functions

 ImageRewriteInfo (const char *id, const GoogleString &url, RewriterApplication::Status status, bool is_image_inlined, bool is_critical_image, bool is_url_rewritten, int size, bool try_low_res_src_insertion, bool low_res_src_inserted, ImageType low_res_image_type, int low_res_data_size)
 

Public Attributes

const char * id_
 
GoogleString url_
 
RewriterApplication::Status status_
 
bool is_image_inlined_
 
bool is_critical_image_
 
bool is_url_rewritten_
 
int size_
 
bool try_low_res_src_insertion_
 
bool low_res_src_inserted_
 
ImageType low_res_image_type_
 
int low_res_data_size_
 

Detailed Description

Captures all the arguments to LogImageRewriteActivity so that we can mock it in test.


The documentation for this struct was generated from the following file: