HomeSort by relevance Sort by last modified time
    Searched defs:CreateTabContents (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/views/
dom_view.cc 28 tab_contents_.reset(CreateTabContents(profile, instance));
36 TabContents* DOMView::CreateTabContents(Profile* profile,
  /external/chromium/chrome/browser/chromeos/login/
registration_screen.h 36 virtual TabContents* CreateTabContents(Profile* profile,
account_creation_view.cc 92 TabContents* AccountCreationDomView::CreateTabContents(Profile* profile,
html_page_screen.cc 26 TabContents* HTMLPageDomView::CreateTabContents(Profile* profile,
enterprise_enrollment_view.cc 39 virtual TabContents* CreateTabContents(Profile* profile,
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest.cc 42 TabContentsWrapper* BrowserNavigatorTest::CreateTabContents() {
452 p.target_contents = CreateTabContents();
470 p.target_contents = CreateTabContents();
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 147 TabContentsWrapper* CreateTabContents() {
230 TabContentsWrapper* contents = CreateTabContents();
409 TabContentsWrapper* contents1 = CreateTabContents();
432 TabContentsWrapper* contents2 = CreateTabContents();
448 TabContentsWrapper* contents3 = CreateTabContents();
604 TabContentsWrapper* opener_contents = CreateTabContents();
607 TabContentsWrapper* contents1 = CreateTabContents();
608 TabContentsWrapper* contents2 = CreateTabContents();
609 TabContentsWrapper* contents3 = CreateTabContents();
610 TabContentsWrapper* contents4 = CreateTabContents();
    [all...]

Completed in 326 milliseconds