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

  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 171 hs->SetPageContents(url, contents);
history_backend.h 168 void SetPageContents(const GURL& url, const string16& contents);
    [all...]
history_service.h 244 void SetPageContents(const GURL& url, const string16& contents);
282 // database (see SetPageContents) which won't generally be set yet.
    [all...]
history_service.cc 605 void HistoryService::SetPageContents(const GURL& url,
611 ScheduleAndForget(PRIORITY_LOW, &HistoryBackend::SetPageContents,
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider_unittest.cc 82 history_service->SetPageContents(url, UTF8ToUTF16(test_entries[i].body));
autocomplete_edit_view_browsertest.cc 316 history_service->SetPageContents(url, UTF8ToUTF16(entry.body));
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 424 void HistoryService::SetPageContents(const GURL& url,
429 ScheduleAndForget(PRIORITY_LOW, &HistoryBackend::SetPageContents,
history_backend.h 129 void SetPageContents(const GURL& url, const string16& contents);
history_querying_unittest.cc 115 history_->SetPageContents(url, UTF8ToUTF16(test_entries[i].body));
history.h 234 void SetPageContents(const GURL& url, const string16& contents);
296 // database (see SetPageContents) which won't generally be set yet.
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 280 hs->SetPageContents(url, contents);

Completed in 238 milliseconds