Lines Matching refs:tab_contents
100 preview_ = tab->tab_contents(); in WaitForPreviewToNavigate()
137 void SetSuggestionsJavascriptArgument(TabContents* tab_contents, in SetSuggestionsJavascriptArgument() argument
142 tab_contents->render_view_host(), in SetSuggestionsJavascriptArgument()
147 bool GetStringFromJavascript(TabContents* tab_contents, in GetStringFromJavascript() argument
153 tab_contents->render_view_host(), in GetStringFromJavascript()
157 bool GetIntFromJavascript(TabContents* tab_contents, in GetIntFromJavascript() argument
163 tab_contents->render_view_host(), in GetIntFromJavascript()
167 bool GetBoolFromJavascript(TabContents* tab_contents, in GetBoolFromJavascript() argument
173 tab_contents->render_view_host(), in GetBoolFromJavascript()
194 std::string GetSearchStateAsString(TabContents* tab_contents, in GetSearchStateAsString() argument
208 if (!GetBoolFromJavascript(tab_contents, "window.chrome.sv", &sv) || in GetSearchStateAsString()
209 !GetIntFromJavascript(tab_contents, "window.onsubmitcalls", in GetSearchStateAsString()
211 !GetIntFromJavascript(tab_contents, "window.oncancelcalls", in GetSearchStateAsString()
213 !GetIntFromJavascript(tab_contents, "window.onchangecalls", in GetSearchStateAsString()
215 !GetIntFromJavascript(tab_contents, "window.onresizecalls", in GetSearchStateAsString()
218 tab_contents, "window.beforeLoadSearchBox.value", in GetSearchStateAsString()
221 tab_contents, "window.beforeLoadSearchBox.verbatim", in GetSearchStateAsString()
227 (!GetStringFromJavascript(tab_contents, "window.lastSearchBox.value", in GetSearchStateAsString()
229 !GetBoolFromJavascript(tab_contents, "window.lastSearchBox.verbatim", in GetSearchStateAsString()
231 !GetIntFromJavascript(tab_contents, in GetSearchStateAsString()
234 !GetIntFromJavascript(tab_contents, in GetSearchStateAsString()
241 (!GetStringFromJavascript(tab_contents, "window.searchBox.value", in GetSearchStateAsString()
243 !GetBoolFromJavascript(tab_contents, "window.searchBox.verbatim", in GetSearchStateAsString()
245 !GetIntFromJavascript(tab_contents, in GetSearchStateAsString()
248 !GetIntFromJavascript(tab_contents, in GetSearchStateAsString()
271 TabContents* tab_contents) { in CheckStringValueFromJavascript() argument
273 ASSERT_TRUE(GetStringFromJavascript(tab_contents, function, &result)); in CheckStringValueFromJavascript()
280 TabContents* tab_contents) { in CheckBoolValueFromJavascript() argument
282 ASSERT_TRUE(GetBoolFromJavascript(tab_contents, function, &result)); in CheckBoolValueFromJavascript()
289 TabContents* tab_contents) { in CheckIntValueFromJavascript() argument
291 ASSERT_TRUE(GetIntFromJavascript(tab_contents, function, &result)); in CheckIntValueFromJavascript()
299 CheckBoolValueFromJavascript(true, "true", tab->tab_contents())); in WaitForMessageToBeProcessedByRenderer()
439 browser()->instant()->GetPreviewContents()->tab_contents()-> in IN_PROC_BROWSER_TEST_F()
458 initial_tab->tab_contents()->GetRenderWidgetHostView(); in IN_PROC_BROWSER_TEST_F()
474 rwhv = current_tab->tab_contents()->GetRenderWidgetHostView(); in IN_PROC_BROWSER_TEST_F()
511 new_tab->tab_contents()->GetRenderWidgetHostView(); in IN_PROC_BROWSER_TEST_F()
578 initial_tab->tab_contents()->GetRenderWidgetHostView(); in IN_PROC_BROWSER_TEST_F()