OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AwaitThemeIsPendingInstall
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
two_client_themes_sync_test.cc
11
using themes_helper::
AwaitThemeIsPendingInstall
;
54
ASSERT_TRUE(
AwaitThemeIsPendingInstall
(GetProfile(1), GetCustomTheme(0)));
116
ASSERT_TRUE(
AwaitThemeIsPendingInstall
(GetProfile(1), GetCustomTheme(0)));
138
ASSERT_TRUE(
AwaitThemeIsPendingInstall
(GetProfile(1), GetCustomTheme(1)));
themes_helper.h
49
bool
AwaitThemeIsPendingInstall
(Profile* profile, const std::string& theme);
themes_helper.cc
152
bool
AwaitThemeIsPendingInstall
(Profile* profile, const std::string& theme) {
Completed in 732 milliseconds