Searched refs:GetPendingPreviewContents (Results 1 – 3 of 3) sorted by relevance
81 TabContentsWrapper* GetPendingPreviewContents() { in GetPendingPreviewContents() function in InstantTest82 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()
198 TabContentsWrapper* GetPendingPreviewContents();
520 TabContentsWrapper* InstantController::GetPendingPreviewContents() { in GetPendingPreviewContents() function in InstantController