HomeSort by relevance Sort by last modified time
    Searched defs:WriteToPickle (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc 54 WriteToPickle(profile, &data_pickle);
84 void BrowserActionDragData::WriteToPickle(
  /external/chromium_org/android_webview/native/
state_serializer.cc 42 bool WriteToPickle(const content::WebContents& web_contents,
  /external/chromium_org/components/bookmarks/browser/
bookmark_node_data.cc 40 void BookmarkNodeData::Element::WriteToPickle(Pickle* pickle) const {
55 i->WriteToPickle(pickle);
183 WriteToPickle(base::FilePath(), &pickle);
219 void BookmarkNodeData::WriteToPickle(const base::FilePath& profile_path,
221 profile_path.WriteToPickle(pickle);
225 elements[i].WriteToPickle(pickle);
  /external/chromium_org/components/sessions/
serialized_navigation_entry.cc 160 // Helper used by SerializedNavigationEntry::WriteToPickle(). It writes |str| to
226 void SerializedNavigationEntry::WriteToPickle(int max_size,
  /external/chromium_org/base/files/
file_path.cc 659 void FilePath::WriteToPickle(Pickle* pickle) const {
    [all...]

Completed in 200 milliseconds