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

  /external/chromium/chrome/browser/
content_setting_image_model.cc 21 virtual void UpdateFromTabContents(TabContents* tab_contents);
36 virtual void UpdateFromTabContents(TabContents* tab_contents) OVERRIDE;
43 virtual void UpdateFromTabContents(TabContents* tab_contents) OVERRIDE;
50 virtual void UpdateFromTabContents(TabContents* tab_contents) OVERRIDE;
107 void ContentSettingBlockedImageModel::UpdateFromTabContents(
142 void ContentSettingGeolocationImageModel::UpdateFromTabContents(
169 void ContentSettingNotificationsImageModel::UpdateFromTabContents(
181 void ContentSettingPrerenderImageModel::UpdateFromTabContents(
content_setting_image_model_unittest.cc 28 TEST_F(ContentSettingImageModelTest, UpdateFromTabContents) {
41 content_setting_image_model->UpdateFromTabContents(&tab_contents);
64 content_setting_image_model->UpdateFromTabContents(&tab_contents);
84 content_setting_image_model->UpdateFromTabContents(&tab_contents);
content_setting_image_model.h 27 virtual void UpdateFromTabContents(TabContents* tab_contents) = 0;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 31 bool UpdateFromTabContents(TabContents* tab_contents);
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 38 void UpdateFromTabContents(TabContents* tab_contents);
content_setting_image_view.cc 69 void ContentSettingImageView::UpdateFromTabContents(TabContents* tab_contents) {
70 content_setting_image_model_->UpdateFromTabContents(tab_contents);
location_bar_view.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 158 void UpdateFromTabContents(TabContents* tab_contents);
location_bar_view_gtk.cc 622 (*i)->UpdateFromTabContents(
    [all...]

Completed in 120 milliseconds