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

  /external/chromium_org/chrome/browser/prerender/
prerender_tracker.cc 106 bool got_child_id = prerender_contents->GetChildId(&child_id);
130 bool got_child_id = prerender_contents->GetChildId(&child_id);
prerender_unittest.cc 55 virtual bool GetChildId(int* child_id) const OVERRIDE {
558 ASSERT_TRUE(prerender_contentses.back()->GetChildId(&child_id));
640 ASSERT_TRUE(prerender_contents->GetChildId(&child_id));
676 ASSERT_TRUE(prerender_contents->GetChildId(&child_id));
710 ASSERT_TRUE(prerender_contents->GetChildId(&child_id));
    [all...]
prerender_contents.h 192 virtual bool GetChildId(int* child_id) const;
prerender_tracker_unittest.cc 39 virtual bool GetChildId(int* child_id) const OVERRIDE {
prerender_manager.cc 346 if (prerender_contents->GetChildId(&contents_child_id) &&
491 CHECK(prerender_data->contents()->GetChildId(&child_id));
    [all...]
prerender_contents.cc 349 bool PrerenderContents::GetChildId(int* child_id) const {
  /external/chromium/chrome/browser/prerender/
prerender_manager_unittest.cc 46 virtual bool GetChildId(int* child_id) const OVERRIDE {
365 ASSERT_TRUE(pc->GetChildId(&child_id));
393 ASSERT_TRUE(pc->GetChildId(&child_id));
prerender_manager.cc 215 bool has_child_id = pc->GetChildId(&child_id);
299 CHECK(pc->GetChildId(&child_id));
501 bool has_child_id = entry->GetChildId(&child_id);
prerender_contents.h 91 virtual bool GetChildId(int* child_id) const;
prerender_contents.cc 165 bool PrerenderContents::GetChildId(int* child_id) const {

Completed in 452 milliseconds