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

  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 98 instant->GetPreviewContents() : GetPendingPreviewContents();
437 ASSERT_TRUE(browser()->instant()->GetPreviewContents());
439 browser()->instant()->GetPreviewContents()->tab_contents()->
455 TabContentsWrapper* initial_tab = browser()->instant()->GetPreviewContents();
471 TabContentsWrapper* current_tab = browser()->instant()->GetPreviewContents();
507 TabContentsWrapper* new_tab = browser()->instant()->GetPreviewContents();
575 TabContentsWrapper* initial_tab = browser()->instant()->GetPreviewContents();
637 ASSERT_TRUE(browser()->instant()->GetPreviewContents());
643 ASSERT_FALSE(browser()->instant()->GetPreviewContents());
651 ASSERT_FALSE(browser()->instant()->GetPreviewContents());
    [all...]
instant_controller.h 139 TabContentsWrapper* GetPreviewContents();
146 // situations this may return false yet GetPreviewContents() returns non-NULL.
instant_controller.cc 282 if (!is_displayable() || !GetPreviewContents() ||
294 if (!is_active() || !GetPreviewContents()) {
300 GetPreviewContents()->tab_contents()->GetRenderWidgetHostView();
307 GetPreviewContents()->tab_contents()->GetNativeView();
389 TabContentsWrapper* InstantController::GetPreviewContents() {
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 61 milliseconds