Searched refs:storage_contents2 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/chrome/browser/apps/ |
D | web_view_browsertest.cc | 1296 content::WebContents* storage_contents2; in IN_PROC_BROWSER_TEST_F() local 1300 &storage_contents2, NULL, NULL, NULL); in IN_PROC_BROWSER_TEST_F() 1320 EXPECT_TRUE(content::ExecuteScript(storage_contents2, in IN_PROC_BROWSER_TEST_F() 1329 EXPECT_TRUE(ExecuteScriptAndExtractString(storage_contents2, in IN_PROC_BROWSER_TEST_F() 1340 EXPECT_TRUE(ExecuteScriptAndExtractString(storage_contents2, in IN_PROC_BROWSER_TEST_F() 1384 content::WebContents* storage_contents2; in IN_PROC_BROWSER_TEST_F() local 1388 &storage_contents2, NULL, NULL, NULL); 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() 1413 EXPECT_TRUE(ExecuteScriptAndExtractString(storage_contents2, in IN_PROC_BROWSER_TEST_F() [all …]
|