OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitForTabsToLoad
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/performance/
sessions_sync_perf_test.cc
20
using sessions_helper::
WaitForTabsToLoad
;
75
WaitForTabsToLoad
(profile, urls);
/external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.h
106
bool
WaitForTabsToLoad
(int index, const std::vector<GURL>& urls);
sessions_helper.cc
107
return
WaitForTabsToLoad
(index, std::vector<GURL>(1, url));
118
return
WaitForTabsToLoad
(index, urls);
121
bool
WaitForTabsToLoad
(int index, const std::vector<GURL>& urls) {
Completed in 1484 milliseconds