HomeSort by relevance Sort by last modified time
    Searched refs:is_visible (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 544 bool is_visible = false; local
548 Details<bool>(&is_visible));
575 bool is_visible = true; local
579 Details<bool>(&is_visible));
    [all...]
render_widget_host_view_aura.h 330 virtual void OnCursorVisibilityChanged(bool is_visible) OVERRIDE;
450 void NotifyRendererOfCursorVisibilityState(bool is_visible);
    [all...]
render_widget_host_impl.h 236 void SendCursorVisibilityState(bool is_visible);
    [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 386 bool is_visible = window->IsVisible(); local
387 if (should_be_visible != 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/ui/views/widget/
root_view.cc 651 void RootView::VisibilityChanged(View* /*starting_from*/, bool is_visible) {
652 if (!is_visible) {
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 179 void SetContainerVisibility(bool is_visible);
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 424 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
    [all...]
  /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_org/ui/views/
view.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.h 336 void OnCursorVisibilityChange(bool is_visible);
render_widget.cc     [all...]
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 43 virtual void OnCursorVisibilityChanged(bool is_visible) OVERRIDE {
44 cursor_visibility_ = is_visible;
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc     [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 843 void WebPluginDelegateProxy::SetContainerVisibility(bool is_visible) {
845 if (is_visible) {
    [all...]
webplugin_impl.cc 316 const WebVector<WebRect>& cutout_rects, bool is_visible) {
321 new_geometry.visible = is_visible;
    [all...]
  /external/chromium_org/ui/aura/
root_window.cc 390 void RootWindow::OnWindowVisibilityChanged(Window* window, bool is_visible) {
391 if (!is_visible)
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 212 void PageVisibilityChanged(bool is_visible);
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 401 bool is_visible = *content::Details<bool>(details).ptr(); variable
403 if (!is_visible) {
405 } else if (is_visible && was_hidden_) {
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 138 void GetFullscreenBubbleVisibility(int handle, bool* is_visible);
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc     [all...]

Completed in 525 milliseconds

1 23 4