Searched defs:NavigationEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dnavigation_entry.h26 // A NavigationEntry is a data structure that captures all the information
30 class NavigationEntry { class in namespace:content
32 virtual ~NavigationEntry() {}
34 CONTENT_EXPORT static NavigationEntry* Create();
35 CONTENT_EXPORT static NavigationEntry* Create(const NavigationEntry& copy);
40 // sometimes a NavigationEntry's unique ID needs to be set (e.g. when
162 // Store the URL that caused this NavigationEntry to be created.
194 // Set extra data on this NavigationEntry according to the specified |key|.
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DNavigationEntry.java12 public class NavigationEntry { class
24 protected NavigationEntry(int index, String url, String virtualUrl, String originalUrl, method in class:NavigationEntry
66 * @return The URL that caused this NavigationEntry to be created.

Completed in 116 milliseconds