Searched refs:Pickle (Results 1 - 25 of 164) sorted by relevance

1234567

/external/chromium_org/content/child/npapi/
H A Dnpruntime_util.h10 class Pickle;
16 bool SerializeNPIdentifier(NPIdentifier identifier, Pickle* pickle);
/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,
24 SK_API bool WriteSkString(Pickle* pickle, const SkString& str);
27 SK_API bool WriteSkFontIdentity(Pickle* pickle,
H A Dskia_utils_base.cc9 bool ReadSkString(const Pickle& pickle, PickleIterator* iter, SkString* str) {
21 bool ReadSkFontIdentity(const Pickle& pickle, PickleIterator* iter,
41 bool WriteSkString(Pickle* pickle, const SkString& str) {
45 bool WriteSkFontIdentity(Pickle* pickle,
/external/chromium_org/android_webview/native/
H A Dstate_serializer.h10 class Pickle;
27 Pickle* pickle) WARN_UNUSED_RESULT;
38 bool WriteHeaderToPickle(Pickle* pickle) WARN_UNUSED_RESULT;
41 Pickle* pickle) WARN_UNUSED_RESULT;
/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.h39 const Pickle& pickle,
44 const Pickle& pickle,
49 const Pickle& pickle,
54 const Pickle& pickle,
59 const Pickle& pickle,
64 const Pickle& pickle,
69 const Pickle& pickle,
74 const Pickle& reply,
/external/chromium_org/chrome/browser/sessions/
H A Dsession_command.cc16 SessionCommand::SessionCommand(id_type id, const Pickle& pickle)
30 Pickle* SessionCommand::PayloadAsPickle() const {
31 return new Pickle(contents(), static_cast<int>(size()));
H A Dsession_command.h12 class Pickle;
39 SessionCommand(id_type id, const Pickle& pickle);
56 // returned Pickle. The returned Pickle references the underlying data of
59 Pickle* PayloadAsPickle() const;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dfast_show_pickler.h24 static scoped_ptr<Pickle> PickleAppListModelForFastShow(
27 // Given a Pickle created by PickleAppListModelForFastShow(), this creates an
30 Pickle* pickle);
41 static bool PickleAppListItem(Pickle* pickle, app_list::AppListItem* item);
/external/chromium_org/base/
H A Dpickle.cc17 const int Pickle::kPayloadUnit = 64;
21 PickleIterator::PickleIterator(const Pickle& pickle)
189 Pickle::Pickle() function in class:Pickle
198 Pickle::Pickle(int header_size) function in class:Pickle
209 Pickle::Pickle(const char* data, int data_len) function in class:Pickle
228 Pickle::Pickle(cons function in class:Pickle
[all...]
H A Dpickle_unittest.cc30 void VerifyResult(const Pickle& pickle) {
76 Pickle pickle;
90 Pickle pickle2(pickle);
94 Pickle pickle3;
104 Pickle pickle(buffer.get(), 1);
115 Pickle pickle(reinterpret_cast<char*>(buffer), sizeof(buffer));
125 Pickle pickle(reinterpret_cast<char*>(buffer), sizeof(buffer));
133 Pickle pickle;
143 Pickle pickle;
153 Pickle pickl
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.h16 class Pickle;
50 void WriteToPickle(Profile* profile, Pickle* pickle) const;
51 bool ReadFromPickle(Pickle* pickle);
H A Dbrowser_action_drag_data.cc53 Pickle data_pickle;
62 Pickle drag_data_pickle;
85 Profile* profile, Pickle* pickle) const {
91 bool BrowserActionDragData::ReadFromPickle(Pickle* pickle) {
/external/chromium_org/net/http/
H A Dhttp_vary_data.h11 class Pickle;
55 bool InitFromPickle(const Pickle& pickle, PickleIterator* pickle_iter);
59 void Persist(Pickle* pickle) const;
/external/chromium_org/content/zygote/
H A Dzygote_linux.h19 class Pickle;
64 void HandleReapRequest(int fd, const Pickle& pickle, PickleIterator iter);
75 const Pickle& pickle,
97 base::ProcessId ReadArgsAndFork(const Pickle& pickle,
109 const Pickle& pickle,
114 const Pickle& pickle,
/external/chromium_org/crypto/
H A Dsecure_hash.h11 class Pickle;
33 virtual bool Serialize(Pickle* pickle) = 0;
/external/chromium_org/components/nacl/browser/
H A Dnacl_validation_cache.h12 class Pickle;
34 void Serialize(Pickle* pickle) const;
35 bool Deserialize(const Pickle* pickle);
56 bool DeserializeImpl(const Pickle* pickle);
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_shm_linux.cc14 Pickle request;
/external/chromium_org/content/common/cursors/
H A Dwebcursor_android.cc15 bool WebCursor::SerializePlatformData(Pickle* pickle) const {
H A Dwebcursor_unittest.cc17 Pickle ok_custom_pickle;
39 Pickle short_custom_pickle;
56 Pickle large_custom_pickle;
75 Pickle neg_custom_pickle;
94 Pickle scale_zero_custom_pickle;
113 Pickle scale_tiny_custom_pickle;
135 Pickle ok_custom_pickle;
170 Pickle broken_cursor_pickle;
194 Pickle ok_custom_pickle;
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.h22 class Pickle;
79 void WriteToPickle(Pickle* pickle) const;
80 bool ReadFromPickle(Pickle* pickle, PickleIterator* iterator);
130 void WriteToPickle(const base::FilePath& profile_path, Pickle* pickle) const;
133 bool ReadFromPickle(Pickle* pickle);
/external/chromium_org/extensions/common/
H A Duser_script.cc125 void UserScript::File::Pickle(::Pickle* pickle) const { function in class:extensions::UserScript::File
131 void UserScript::File::Unpickle(const ::Pickle& pickle, PickleIterator* iter) {
138 void UserScript::Pickle(::Pickle* pickle) const { function in class:extensions::UserScript
156 void UserScript::PickleGlobs(::Pickle* pickle,
165 void UserScript::PickleURLPatternSet(::Pickle* pickle,
175 void UserScript::PickleScripts(::Pickle* pickle,
180 file->Pickle(pickle);
184 void UserScript::Unpickle(const ::Pickle
[all...]
H A Duser_script.h18 class Pickle;
106 void Pickle(::Pickle* pickle) const;
107 void Unpickle(const ::Pickle& pickle, PickleIterator* iter);
214 void Pickle(::Pickle* pickle) const;
219 void Unpickle(const ::Pickle& pickle, PickleIterator* iter);
222 // Pickle helper functions used to pickle the individual types of components.
223 void PickleGlobs(::Pickle* pickle,
225 void PickleURLPatternSet(::Pickle* pickl
[all...]
/external/chromium_org/ui/base/clipboard/
H A Dcustom_data_helper.h19 class Pickle;
51 Pickle* pickle);
H A Dscoped_clipboard_writer.h20 class Pickle;
61 void WritePickledData(const Pickle& pickle,
/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.h17 class Pickle;
75 const Pickle& request);
84 const Pickle& request);

Completed in 8128 milliseconds

1234567