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

  /external/chromium_org/components/sessions/
serialized_navigation_entry.cc 22 SerializedNavigationEntry::SerializedNavigationEntry()
31 SerializedNavigationEntry::~SerializedNavigationEntry() {}
34 SerializedNavigationEntry SerializedNavigationEntry::FromNavigationEntry(
37 SerializedNavigationEntry navigation;
60 SerializedNavigationEntry SerializedNavigationEntry::FromSyncData(
63 SerializedNavigationEntry navigation
    [all...]
serialized_navigation_entry.h 41 // SerializedNavigationEntry is a "freeze-dried" version of NavigationEntry. It
47 class SESSIONS_EXPORT SerializedNavigationEntry {
55 // Creates an invalid (index < 0) SerializedNavigationEntry.
56 SerializedNavigationEntry();
57 ~SerializedNavigationEntry();
59 // Construct a SerializedNavigationEntry for a particular index from the given
61 static SerializedNavigationEntry FromNavigationEntry(
65 // Construct a SerializedNavigationEntry for a particular index from a sync
67 // SerializedNavigationEntry fields. Also, the timestamp of the returned
68 // SerializedNavigationEntry is nulled out, as we assume that the protoco
    [all...]

Completed in 2320 milliseconds