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

  /external/chromium_org/chrome/browser/search/
instant_service_observer.h 11 struct ThemeBackgroundInfo;
17 virtual void ThemeInfoChanged(const ThemeBackgroundInfo&);
instant_service_observer.cc 7 void InstantServiceObserver::ThemeInfoChanged(const ThemeBackgroundInfo&) {
instant_service.h 171 scoped_ptr<ThemeBackgroundInfo> theme_info_;
instant_service.cc 337 theme_info_.reset(new ThemeBackgroundInfo());
  /external/chromium_org/chrome/common/
instant_types.cc 36 ThemeBackgroundInfo::ThemeBackgroundInfo()
52 ThemeBackgroundInfo::~ThemeBackgroundInfo() {
55 bool ThemeBackgroundInfo::operator==(const ThemeBackgroundInfo& rhs) const {
instant_types.h 108 struct ThemeBackgroundInfo {
109 ThemeBackgroundInfo();
110 ~ThemeBackgroundInfo();
112 bool operator==(const ThemeBackgroundInfo& rhs) const;
render_messages.h 188 IPC_STRUCT_TRAITS_BEGIN(ThemeBackgroundInfo)
334 ThemeBackgroundInfo /* value */)
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.h 85 const ThemeBackgroundInfo& GetThemeBackgroundInfo();
129 void OnThemeChanged(const ThemeBackgroundInfo& theme_info);
147 ThemeBackgroundInfo theme_info_;
searchbox.cc 231 const ThemeBackgroundInfo& SearchBox::GetThemeBackgroundInfo() {
433 void SearchBox::OnThemeChanged(const ThemeBackgroundInfo& theme_info) {
464 theme_info_ = ThemeBackgroundInfo();
searchbox_extension.cc 741 const ThemeBackgroundInfo& theme_info =
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router.h 132 void SendThemeBackgroundInfo(const ThemeBackgroundInfo& theme_info);
search_tab_helper.h 171 virtual void ThemeInfoChanged(const ThemeBackgroundInfo& theme_info) OVERRIDE;
search_ipc_router.cc 75 const ThemeBackgroundInfo& theme_info) {
search_tab_helper.cc 360 void SearchTabHelper::ThemeInfoChanged(const ThemeBackgroundInfo& theme_info) {
search_ipc_router_unittest.cc 768 GetSearchIPCRouter().SendThemeBackgroundInfo(ThemeBackgroundInfo());
    [all...]

Completed in 154 milliseconds