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

  /external/chromium_org/chrome/browser/ui/search/
instant_page.cc 227 if (!contents()->IsActiveEntry(page_id))
242 if (!contents()->IsActiveEntry(page_id))
254 if (!contents()->IsActiveEntry(page_id))
265 if (!contents()->IsActiveEntry(page_id))
272 if (!contents()->IsActiveEntry(page_id))
283 if (!contents()->IsActiveEntry(page_id))
294 if (!contents()->IsActiveEntry(page_id))
search_tab_helper.cc 270 if (!web_contents()->IsActiveEntry(page_id))
277 if (web_contents()->IsActiveEntry(page_id))
  /external/chromium/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 60 if (!tab_contents()->IsActiveEntry(page_id))
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 102 if (!web_contents()->IsActiveEntry(page_id) ||
  /external/chromium_org/content/public/browser/
web_contents.h 356 virtual bool IsActiveEntry(int32 page_id) = 0;
  /external/chromium/chrome/browser/
favicon_helper.cc 213 tab_contents()->IsActiveEntry(entry->page_id())) {
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 614 bool IsActiveEntry(int32 page_id);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 280 virtual bool IsActiveEntry(int32 page_id) OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]

Completed in 638 milliseconds