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

  /external/chromium/chrome/browser/
custom_home_pages_table_model.cc 27 Entry() : title_handle(0), favicon_handle(0) {}
39 HistoryService::Handle title_handle; member in struct:CustomHomePagesTableModel::Entry
83 if (entry->title_handle) {
87 history_service->CancelRequest(entry->title_handle);
159 entry->title_handle = history_service->QueryURL(entry->url, false,
178 GetEntryByLoadHandle(&Entry::title_handle, handle, &entry_index);
183 entry->title_handle = 0;
custom_home_pages_table_model.h 65 // |title_handle| matches |handle| and notifies the observer of the change.

Completed in 645 milliseconds