Searched refs:PickleIterator (Results 1 - 25 of 220) sorted by relevance

123456789

/external/chromium_org/content/child/npapi/
H A Dnpruntime_util.h11 class PickleIterator;
17 bool DeserializeNPIdentifier(PickleIterator* pickle_iter,
/external/chromium_org/android_webview/native/
H A Dstate_serializer.h11 class PickleIterator;
30 bool RestoreFromPickle(PickleIterator* iterator,
39 bool RestoreHeaderFromPickle(PickleIterator* iterator) WARN_UNUSED_RESULT;
43 PickleIterator* iterator,
/external/chromium_org/chrome/common/
H A Dcontent_settings_pattern_serializer.h15 class PickleIterator;
23 static bool ReadFromMessage(const IPC::Message* m, PickleIterator* iter,
H A Dcontent_settings_pattern_serializer.cc21 PickleIterator* iter,
/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.h40 PickleIterator iter,
45 PickleIterator iter,
50 PickleIterator iter,
55 PickleIterator iter,
60 PickleIterator iter,
65 PickleIterator iter,
70 PickleIterator iter,
/external/chromium_org/content/common/
H A Dgamepad_param_traits.h12 class PickleIterator;
25 PickleIterator* iter,
H A Dcommon_param_traits_unittest.cc35 PickleIterator iter(msg);
57 PickleIterator iter(msg);
65 PickleIterator iter(msg);
78 PickleIterator iter(msg);
95 PickleIterator iter(msg);
111 iter = PickleIterator(msg);
121 iter = PickleIterator(bad_msg);
135 PickleIterator iter(msg);
143 iter = PickleIterator(bad_msg);
169 PickleIterator ite
[all...]
H A Dcontent_param_traits.h35 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
45 static bool Read(const Message* m, PickleIterator* iter, param_type* r) {
59 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/skia/ext/
H A Dskia_utils_base.h15 SK_API bool ReadSkString(const Pickle& pickle, PickleIterator* iter,
20 SK_API bool ReadSkFontIdentity(const Pickle& pickle, PickleIterator* iter,
/external/chromium_org/base/
H A Dpickle.h19 // PickleIterator reads data from a Pickle. The Pickle object must remain valid
20 // while the PickleIterator object is in use.
21 class BASE_EXPORT PickleIterator { class
23 PickleIterator() : payload_(NULL), read_index_(0), end_index_(0) {} function in class:PickleIterator
24 explicit PickleIterator(const Pickle& pickle);
27 // the Pickle, create a PickleIterator from a Pickle. If successful, these
145 // PickleIterator methods.
147 bool ReadBool(PickleIterator* iter,
151 bool ReadInt(PickleIterator* iter,
155 bool ReadLong(PickleIterator* ite
[all...]
H A Dpickle.cc21 PickleIterator::PickleIterator(const Pickle& pickle) function in class:PickleIterator
28 inline bool PickleIterator::ReadBuiltinType(Type* result) {
39 inline void PickleIterator::Advance(size_t size) {
49 inline const char* PickleIterator::GetReadPointerAndAdvance() {
59 const char* PickleIterator::GetReadPointerAndAdvance(int num_bytes) {
70 inline const char* PickleIterator::GetReadPointerAndAdvance(
81 bool PickleIterator::ReadBool(bool* result) {
85 bool PickleIterator::ReadInt(int* result) {
89 bool PickleIterator
[all...]
H A Dpickle_unittest.cc31 PickleIterator iter(pickle);
106 PickleIterator iter(pickle);
117 PickleIterator iter(pickle);
127 PickleIterator iter(pickle);
136 PickleIterator iter(pickle);
146 PickleIterator iter(pickle);
156 PickleIterator iter(pickle);
165 PickleIterator iter(pickle);
228 PickleIterator iter(pickle);
235 EXPECT_TRUE(PickleIterator(pickl
[all...]
/external/chromium_org/content/zygote/
H A Dzygote_linux.h20 class PickleIterator;
64 void HandleReapRequest(int fd, const Pickle& pickle, PickleIterator iter);
76 PickleIterator iter);
98 PickleIterator iter,
110 PickleIterator iter,
115 PickleIterator iter);
/external/chromium_org/content/common/input/
H A Dinput_param_traits.h22 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
30 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/crypto/
H A Dsecure_hash.h12 class PickleIterator;
39 virtual bool Deserialize(PickleIterator* data_iterator) = 0;
/external/chromium_org/ppapi/proxy/
H A Dserialized_flash_menu.h14 class PickleIterator;
35 bool ReadFromMessage(const IPC::Message* m, PickleIterator* iter);
H A Dppapi_param_traits.h51 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
59 static bool Read(const Message* m, PickleIterator* iter, param_type* p);
68 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
77 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
85 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
93 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
102 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
110 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
118 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
126 static bool Read(const Message* m, PickleIterator* ite
[all...]
/external/chromium_org/content/common/cursors/
H A Dwebcursor_android.cc19 bool WebCursor::DeserializePlatformData(PickleIterator* iter) {
H A Dwebcursor_unittest.cc32 PickleIterator iter(ok_custom_pickle);
52 PickleIterator iter(short_custom_pickle);
71 iter = PickleIterator(large_custom_pickle);
90 iter = PickleIterator(neg_custom_pickle);
109 iter = PickleIterator(scale_zero_custom_pickle);
128 iter = PickleIterator(scale_tiny_custom_pickle);
152 PickleIterator iter(ok_custom_pickle);
187 PickleIterator iter(broken_cursor_pickle);
209 PickleIterator iter(ok_custom_pickle);
/external/chromium_org/base/metrics/
H A Dhistogram_base_unittest.cc47 PickleIterator iter(pickle);
53 PickleIterator iter2(pickle);
72 PickleIterator iter(pickle);
78 PickleIterator iter2(pickle);
94 PickleIterator iter(pickle);
100 PickleIterator iter2(pickle);
121 PickleIterator iter(pickle);
127 PickleIterator iter2(pickle);
143 PickleIterator iter(pickle);
149 PickleIterator iter
[all...]
/external/chromium_org/remoting/host/
H A Dchromoting_param_traits.h21 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
29 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
37 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
45 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
53 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/ui/gfx/ipc/
H A Dgfx_param_traits.h33 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
41 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
49 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
57 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
65 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
73 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
81 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
89 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
100 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/content/common/media/
H A Dmedia_param_traits.h23 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
31 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
/external/chromium_org/ipc/
H A Dparam_traits_read_macros.h27 Read(const Message* m, PickleIterator* iter, param_type* p) { \
36 Read(const Message* m, PickleIterator* iter, param_type* p) { \
/external/chromium_org/net/http/
H A Dhttp_vary_data.h12 class PickleIterator;
55 bool InitFromPickle(const Pickle& pickle, PickleIterator* pickle_iter);

Completed in 5447 milliseconds

123456789