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

  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model_unittest.cc 43 model_->UpdateFromWebContents(
58 TEST_F(ContentSettingImageModelTest, UpdateFromWebContents) {
71 content_setting_image_model->UpdateFromWebContents(web_contents());
83 content_setting_image_model->UpdateFromWebContents(web_contents());
91 content_setting_image_model->UpdateFromWebContents(web_contents());
114 content_setting_image_model->UpdateFromWebContents(web_contents());
content_setting_image_model.cc 23 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
30 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
38 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
45 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
52 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
59 virtual void UpdateFromWebContents(WebContents* web_contents) OVERRIDE;
86 void ContentSettingBlockedImageModel::UpdateFromWebContents(
175 void ContentSettingGeolocationImageModel::UpdateFromWebContents(
206 void ContentSettingMediaImageModel::UpdateFromWebContents(
281 void ContentSettingRPHImageModel::UpdateFromWebContents(
    [all...]
content_setting_image_model.h 29 virtual void UpdateFromWebContents(content::WebContents* web_contents) = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 33 bool UpdateFromWebContents(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 100 content_setting_image_model_->UpdateFromWebContents(web_contents);
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 223 content_setting_image_model_->UpdateFromWebContents(web_contents);
    [all...]

Completed in 136 milliseconds