Searched refs:WriteToPickle (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/android_webview/native/
H A Dstate_serializer.h26 bool WriteToPickle(const content::WebContents& web_contents,
H A Dstate_serializer.cc42 bool WriteToPickle(const content::WebContents& web_contents, function in namespace:android_webview
H A Daw_contents.cc952 if (!WriteToPickle(*web_contents_, &pickle)) {
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.h50 void WriteToPickle(Profile* profile, Pickle* pickle) const;
H A Dbrowser_action_drag_data.cc54 WriteToPickle(profile, &data_pickle);
84 void BrowserActionDragData::WriteToPickle( function in class:BrowserActionDragData
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data.h79 void WriteToPickle(Pickle* pickle) const;
130 void WriteToPickle(const base::FilePath& profile_path, Pickle* pickle) const;
H A Dbookmark_node_data.cc40 void BookmarkNodeData::Element::WriteToPickle(Pickle* pickle) const { function in class:bookmarks::BookmarkNodeData::Element
55 i->WriteToPickle(pickle);
183 WriteToPickle(base::FilePath(), &pickle);
219 void BookmarkNodeData::WriteToPickle(const base::FilePath& profile_path, function in class:bookmarks::BookmarkNodeData
221 profile_path.WriteToPickle(pickle);
225 elements[i].WriteToPickle(pickle);
H A Dbookmark_node_data_views.cc46 WriteToPickle(profile_path, &data_pickle);
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry.h76 void WriteToPickle(int max_size, Pickle* pickle) const;
H A Dserialized_navigation_entry.cc160 // Helper used by SerializedNavigationEntry::WriteToPickle(). It writes |str| to
226 void SerializedNavigationEntry::WriteToPickle(int max_size, function in class:sessions::SerializedNavigationEntry
H A Dserialized_navigation_entry_unittest.cc196 old_navigation.WriteToPickle(30000, &pickle);
/external/chromium_org/base/files/
H A Dfile_path.h370 void WriteToPickle(Pickle* pickle) const;
H A Dfile_path.cc659 void FilePath::WriteToPickle(Pickle* pickle) const { function in class:base::FilePath
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc152 navigation.WriteToPickle(max_state_size, &pickle);
/external/chromium_org/ipc/
H A Dipc_message_utils.cc509 p.WriteToPickle(m);

Completed in 549 milliseconds