Home
last modified time | relevance | path

Searched refs:GetPendingPreviewContents (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_browsertest.cc81 TabContentsWrapper* GetPendingPreviewContents() { in GetPendingPreviewContents() function in InstantTest
82 return browser()->instant()->GetPendingPreviewContents(); in GetPendingPreviewContents()
98 instant->GetPreviewContents() : GetPendingPreviewContents(); in WaitForPreviewToNavigate()
492 WaitForMessageToBeProcessedByRenderer(GetPendingPreviewContents())); in IN_PROC_BROWSER_TEST_F()
500 WaitForMessageToBeProcessedByRenderer(GetPendingPreviewContents())); in IN_PROC_BROWSER_TEST_F()
504 ASSERT_FALSE(GetPendingPreviewContents()); in IN_PROC_BROWSER_TEST_F()
Dinstant_controller.h198 TabContentsWrapper* GetPendingPreviewContents();
Dinstant_controller.cc520 TabContentsWrapper* InstantController::GetPendingPreviewContents() { in GetPendingPreviewContents() function in InstantController