HomeSort by relevance Sort by last modified time
    Searched refs:page_id (Results 26 - 45 of 45) sorted by null

12

  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 151 int32 page_id,
tab_contents_wrapper.cc 264 int32 page_id,
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 337 std::string page_id = request.path.substr(prefix.length()); local
339 if (!base::StringToInt(page_id, &id)) {
340 Send500(connection_id, "Invalid page id: " + page_id);
346 Send500(connection_id, "No such page id: " + page_id);
352 Send500(connection_id, "Page with given id is being inspected: " + page_id);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 102 void Navigate(const char* url, int page_id) {
104 InitNavigateParams(&params, page_id, GURL(url), PageTransition::TYPED);
115 InitNavigateParams(&params, entry->page_id(), GURL(entry->url()),
  /external/chromium/chrome/browser/
favicon_helper.h 98 void OnUpdateFaviconURL(int32 page_id,
favicon_helper.cc 161 int32 page_id,
213 tab_contents()->IsActiveEntry(entry->page_id())) {
external_tab_container_win.cc 356 params.page_id = -1;
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 302 int32 page_id,
308 AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects,
315 int32 page_id,
322 new history::HistoryAddPageArgs(url, time, id_scope, page_id, referrer,
history_querying_unittest.cc 108 int32 page_id = i; local
111 history_->AddPage(url, test_entries[i].time, id_scope, page_id, GURL(),
history_types.h 257 URLID page_id; member in struct:history::PageVisit
581 int32 page_id; member in class:history::HistoryAddPageArgs
history.h 175 // that can be performed on the given URL. The 'page_id' should be the ID of
190 int32 page_id,
202 int32 page_id,
    [all...]
history_types.cc 359 page_id(arg_page_id),
371 url, time, id_scope, page_id, referrer, redirects, transition,
history_backend_unittest.cc 80 void AddRedirectChain(const char* sequence[], int page_id) {
90 redirects.back(), Time::Now(), scope, page_id, GURL(),
    [all...]
history_backend.cc 373 request->id_scope, request->page_id, request->referrer));
502 tracker_.AddVisit(request->id_scope, request->page_id, request->url,
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_host.h 127 int32 page_id);
extension_host.cc 420 int32 page_id) {
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 37 int page_id,
39 params->page_id = page_id;
121 void TestDidNavigate(int page_id, const GURL& url) {
123 InitNavigateParams(&params, page_id, url);
405 params1.page_id = 2; // Need this since the site instance is the same (which
    [all...]
  /external/chromium/chrome/browser/prerender/
prerender_manager.cc 337 tc->UpdateTitle(rvh, pc->page_id(), UTF16ToWideHack(title));
343 tc->favicon_helper().OnUpdateFaviconURL(pc->page_id(), urls);
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser.cc     [all...]

Completed in 676 milliseconds

12