Searched refs:ExecuteScriptWaitForTitle (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/chrome/browser/apps/ |
D | web_view_browsertest.cc | 449 void ExecuteScriptWaitForTitle(content::WebContents* web_contents, in ExecuteScriptWaitForTitle() function in WebViewTest 1392 ExecuteScriptWaitForTitle(storage_contents1, "initIDB()", "idb created"); in IN_PROC_BROWSER_TEST_F() 1393 ExecuteScriptWaitForTitle(storage_contents1, "addItemIDB(7, 'page1')", in IN_PROC_BROWSER_TEST_F() 1395 ExecuteScriptWaitForTitle(storage_contents1, "readItemIDB(7)", in IN_PROC_BROWSER_TEST_F() 1407 ExecuteScriptWaitForTitle(storage_contents2, "initIDB()", "idb open"); in IN_PROC_BROWSER_TEST_F() 1411 ExecuteScriptWaitForTitle(storage_contents2, "readItemIDB(7)", in IN_PROC_BROWSER_TEST_F() 1418 ExecuteScriptWaitForTitle(storage_contents2, "addItemIDB(7, 'page2')", in IN_PROC_BROWSER_TEST_F() 1420 ExecuteScriptWaitForTitle(storage_contents2, "readItemIDB(7)", in IN_PROC_BROWSER_TEST_F() 1432 ExecuteScriptWaitForTitle(storage_contents1, "readItemIDB(7)", in IN_PROC_BROWSER_TEST_F() 1450 ExecuteScriptWaitForTitle(browser()->tab_strip_model()->GetWebContentsAt(0), in IN_PROC_BROWSER_TEST_F() [all …]
|