/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_with_badge_view.cc | 37 void PageActionWithBadgeView::UpdateVisibility(TabContents* contents, 39 image_view_->UpdateVisibility(contents, url);
|
page_action_with_badge_view.h | 27 void UpdateVisibility(TabContents* contents, const GURL& url);
|
page_action_image_view.h | 65 void UpdateVisibility(TabContents* contents, const GURL& url);
|
page_action_image_view.cc | 187 void PageActionImageView::UpdateVisibility(TabContents* contents,
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
page_action_with_badge_view.cc | 41 void PageActionWithBadgeView::UpdateVisibility(WebContents* contents, 43 image_view_->UpdateVisibility(contents, url);
|
page_action_with_badge_view.h | 30 void UpdateVisibility(content::WebContents* contents, const GURL& url);
|
page_action_image_view.h | 79 void UpdateVisibility(content::WebContents* contents, const GURL& url);
|
page_action_image_view.cc | 213 void PageActionImageView::UpdateVisibility(WebContents* contents, 252 UpdateVisibility(web_contents, current_url_);
|
/external/chromium_org/ash/system/logout_button/ |
logout_button_tray.cc | 132 UpdateVisibility(); 148 UpdateVisibility(); 151 void LogoutButtonTray::UpdateVisibility() {
|
logout_button_tray.h | 50 void UpdateVisibility();
|
/external/chromium/chrome/browser/chromeos/login/ |
update_view.h | 62 void UpdateVisibility();
|
update_view.cc | 105 UpdateVisibility(); 136 UpdateVisibility(); 141 UpdateVisibility(); 147 UpdateVisibility(); 226 void UpdateView::UpdateVisibility() {
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.h | 43 void UpdateVisibility(TabContents* contents, const GURL& url);
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
page_action_decoration.h | 47 void UpdateVisibility(content::WebContents* contents, const GURL& url);
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_compositing_helper.h | 70 void UpdateVisibility(bool);
|
/external/chromium/chrome/browser/ui/views/ |
collected_cookies_win.cc | 76 void UpdateVisibility(bool is_visible, 123 UpdateVisibility(false, CONTENT_SETTING_BLOCK, std::wstring()); 476 infobar_->UpdateVisibility(true, setting, origin_node->GetTitle());
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_actions_toolbar_gtk.h | 94 void UpdateVisibility();
|
location_bar_view_gtk.h | 233 void UpdateVisibility(TabContents* contents, const GURL& url);
|
browser_actions_toolbar_gtk.cc | 545 UpdateVisibility(); 561 UpdateVisibility(); 565 void BrowserActionsToolbarGtk::UpdateVisibility() { [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
browser_actions_toolbar_gtk.h | 102 void UpdateVisibility();
|
location_bar_view_gtk.h | 236 void UpdateVisibility(content::WebContents* contents, const GURL& url);
|
browser_actions_toolbar_gtk.cc | 674 UpdateVisibility(); 693 UpdateVisibility(); 697 void BrowserActionsToolbarGtk::UpdateVisibility() { [all...] |
location_bar_view_gtk.cc | 767 page_action_views_[i]->UpdateVisibility( [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
collected_cookies_views.cc | 112 void UpdateVisibility(bool is_visible, 156 UpdateVisibility(false, CONTENT_SETTING_BLOCK, base::string16()); 550 infobar_->UpdateVisibility(true, setting, host_node->GetTitle());
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest.h | 152 void UpdateVisibility();
|