Home | History | Annotate | Download | only in public

Lines Matching full:data

25  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
39 // the individual chunks of data to be saved.
43 // of serialized data to be saved, so we use values of following enum
46 // didSerializeDataForFrame with URL of current frame, data, data length and
49 // with URL of current frame, data, data length and flag
52 // didSerializeDataForFrame with empty URL, empty data, 0 and flag
60 // Receive the individual chunks of serialized and encoded data to be saved.
61 // The parameter frameURL specifies what frame the data belongs. The
62 // parameter data contains the available data for saving. The parameter
63 // status indicates the status of data serialization.
65 const WebCString& data,