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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_with_badge_view.cc 39 void PageActionWithBadgeView::UpdateVisibility(WebContents* contents,
41 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 78 void UpdateVisibility(content::WebContents* contents, const GURL& url);
page_action_image_view.cc 188 void PageActionImageView::UpdateVisibility(WebContents* contents,
227 UpdateVisibility(web_contents, current_url_);
location_bar_view.cc 512 page_action_view->UpdateVisibility(web_contents, GetToolbarModel()->GetURL());
    [all...]
  /external/chromium_org/ash/system/chromeos/session/
logout_button_tray.h 51 void UpdateVisibility();
logout_button_tray.cc 130 UpdateVisibility();
156 UpdateVisibility();
159 void LogoutButtonTray::UpdateVisibility() {
  /external/chromium_org/ash/ime/
candidate_window_view.h 81 void UpdateVisibility();
candidate_window_view.cc 204 void CandidateWindowView::UpdateVisibility() {
216 UpdateVisibility();
221 UpdateVisibility();
226 UpdateVisibility();
236 UpdateVisibility();
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h 46 void UpdateVisibility(content::WebContents* contents, const GURL& url);
  /external/chromium_org/content/renderer/
child_frame_compositing_helper.h 82 void UpdateVisibility(bool);
child_frame_compositing_helper.cc 509 void ChildFrameCompositingHelper::UpdateVisibility(bool visible) {
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 100 void UpdateVisibility(bool is_visible,
144 UpdateVisibility(false, CONTENT_SETTING_BLOCK, base::string16());
531 infobar_->UpdateVisibility(true, setting, host_node->GetTitle());
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 138 void UpdateVisibility();
browser_plugin_guest.cc 285 void BrowserPluginGuest::UpdateVisibility() {
313 UpdateVisibility();
389 UpdateVisibility();
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc 732 void BrowserPlugin::updateVisibility(bool visible) {
741 compositing_helper_->UpdateVisibility(visible);
    [all...]

Completed in 373 milliseconds