Searched defs:WriteToPickle (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc54 WriteToPickle(profile, &data_pickle);
84 void BrowserActionDragData::WriteToPickle( function in class:BrowserActionDragData
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc42 bool WriteToPickle(const content::WebContents& web_contents, function in namespace:android_webview
/external/chromium_org/components/bookmarks/browser/
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);
/external/chromium_org/components/sessions/
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
/external/chromium_org/base/files/
H A Dfile_path.cc659 void FilePath::WriteToPickle(Pickle* pickle) const { function in class:base::FilePath

Completed in 1047 milliseconds