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

  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 90 const NavigationEntry* base_entry = entry; local
91 if (IsFormSubmit(base_entry)) {
98 base_entry = controller.GetEntryAtIndex(index);
100 base_entry = NULL;
105 if (!base_entry)
107 GURL keyword_url = base_entry->user_typed_url().is_valid() ?
108 base_entry->user_typed_url() : base_entry->url();
121 base_entry->favicon().url(),
  /external/chromium/net/tools/testserver/
chromiumsync.py 301 base_entry = self._entries.get(entry.id_string)
302 if base_entry:
303 entry.originator_cache_guid = base_entry.originator_cache_guid
304 entry.originator_client_item_id = base_entry.originator_client_item_id
686 base_entry = self._entries.get(entry.id_string)
687 if base_entry and not entry.HasField('originator_cache_guid'):
688 entry.originator_cache_guid = base_entry.originator_cache_guid
689 entry.originator_client_item_id = base_entry.originator_client_item_id
    [all...]

Completed in 465 milliseconds