HomeSort by relevance Sort by last modified time
    Searched refs:GetTheme (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_install_ui_browsertest.cc 34 const Extension* GetTheme() const {
44 const Extension* theme = GetTheme();
48 ASSERT_EQ(NULL, GetTheme());
55 theme = GetTheme();
59 theme = GetTheme();
63 ASSERT_EQ(NULL, GetTheme());
71 const Extension* theme = GetTheme();
78 const Extension* theme2 = GetTheme();
84 EXPECT_EQ(theme, GetTheme());
  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc 55 const Extension* theme = GetTheme();
60 const Extension* GetTheme() const {
84 const Extension* theme = GetTheme();
88 ASSERT_EQ(NULL, GetTheme());
92 theme = GetTheme();
96 theme = GetTheme();
100 ASSERT_EQ(NULL, GetTheme());
113 const Extension* theme = GetTheme();
118 const Extension* theme2 = GetTheme();
123 EXPECT_EQ(theme, GetTheme());
    [all...]
  /external/chromium/android/autofill/
profile_android.h 179 virtual const Extension* GetTheme() { NOTREACHED(); return NULL; }

Completed in 62 milliseconds