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

  /external/chromium_org/content/public/browser/
navigation_entry.h 26 // A NavigationEntry is a data structure that captures all the information
30 class NavigationEntry {
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/
NavigationEntry.java 12 public class NavigationEntry {
24 protected NavigationEntry(int index, String url, String virtualUrl, String originalUrl,
66 * @return The URL that caused this NavigationEntry to be created.

Completed in 216 milliseconds