HomeSort by relevance Sort by last modified time
    Searched full:is_visible (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 54 bool is_visible);
pepper_webplugin_impl.cc 174 bool is_visible) {
  /external/chromium_org/ui/views/controls/
native_control.h 76 virtual void VisibilityChanged(View* starting_from, bool is_visible);
native_control_win.h 44 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
native_control_win.cc 79 void NativeControlWin::VisibilityChanged(View* starting_from, bool is_visible) {
  /external/chromium_org/ui/views/corewm/
cursor_manager_unittest.cc 75 virtual void OnCursorVisibilityChanged(bool is_visible) OVERRIDE {
76 cursor_visibility_ = is_visible;
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 74 // Update the visibility of the infobar. If |is_visible| is true, a rule for
76 void UpdateVisibility(bool is_visible,
79 if (!is_visible) {
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 110 // Update the visibility of the infobar. If |is_visible| is true, a rule for
112 void UpdateVisibility(bool is_visible,
115 if (!is_visible) {
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 159 bool is_visible = false; local
160 bool rv = args->GetBoolean(0, &is_visible);
162 SetIsVisible(is_visible);
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 261 void TabContentsViewTouch::VisibilityChanged(views::View *, bool is_visible) {
262 if (is_visible) {
tab_contents_view_touch.h 83 virtual void VisibilityChanged(views::View *, bool is_visible) OVERRIDE;
  /external/chromium_org/ash/system/tray/
system_tray_bubble.cc 329 void SystemTrayBubble::SetVisible(bool is_visible) {
333 if (is_visible)
  /external/chromium_org/components/plugins/renderer/
webview_plugin.cc 138 bool is_visible) {
webview_plugin.h 87 bool is_visible);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_mac.mm 581 void WebPluginDelegateImpl::SetContainerVisibility(bool is_visible) {
582 if (is_visible == container_is_visible_)
584 container_is_visible_ = is_visible;
589 if (is_visible) {
  /external/chromium_org/content/common/
input_messages.h 94 bool /* is_visible */)
  /external/chromium_org/ui/views/controls/button/
custom_button.h 88 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 140 void NativeViewHost::VisibilityChanged(View* starting_from, bool is_visible) {
native_view_host.h 86 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.h 143 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 97 if (!content_setting_image_model_->is_visible()) {
  /external/chromium_org/chrome/common/
automation_messages_internal.h 161 bool /* is_visible */)
533 bool /* is_visible */)
539 bool, /* is_visible */
599 bool /* is_visible */)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.mm 751 bool is_visible = !GetToolbarModel()->input_in_progress() &&
753 if (mic_search_decoration_->IsVisible() == is_visible)
755 mic_search_decoration_->SetVisible(is_visible);
  /external/chromium_org/ui/views/controls/table/
table_view.cc 198 void TableView::SetColumnVisibility(int id, bool is_visible) {
199 if (is_visible == IsColumnVisible(id))
202 if (is_visible) {
  /external/chromium/chrome/common/
automation_messages_internal.h 207 bool /* is_visible */)
739 bool /* is_visible */)
    [all...]

Completed in 554 milliseconds

12 3 4