Searched refs:is_visible (Results 26 - 50 of 67) sorted by relevance

123

/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core.h118 bool is_visible);
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h87 bool is_visible);
H A Dwebview_plugin.cc152 bool is_visible) {
149 updateGeometry(const WebRect& frame_rect, const WebRect& clip_rect, const WebVector<WebRect>& cut_out_rects, bool is_visible) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h65 bool is_visible);
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc130 void NativeViewHost::VisibilityChanged(View* starting_from, bool is_visible) { argument
/external/chromium_org/ui/views/widget/
H A Droot_view.h121 virtual void VisibilityChanged(View* starting_from, bool is_visible) OVERRIDE;
H A Droot_view.cc616 void RootView::VisibilityChanged(View* /*starting_from*/, bool is_visible) { argument
617 if (!is_visible) {
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.cc327 void SystemTrayBubble::SetVisible(bool is_visible) { argument
331 if (is_visible)
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.cc272 bool is_visible = window->IsVisible(); local
280 } else if (should_be_visible != is_visible) {
/external/chromium_org/ui/wm/core/
H A Dcursor_manager_unittest.cc69 virtual void OnCursorVisibilityChanged(bool is_visible) OVERRIDE {
70 cursor_visibility_ = is_visible;
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_handler.cc216 bool is_visible = false; local
217 bool rv = args->GetBoolean(0, &is_visible);
219 SetIsVisible(is_visible);
/external/chromium_org/ui/views/
H A Dview.h1062 virtual void VisibilityChanged(View* starting_from, bool is_visible);
1291 void PropagateVisibilityNotifications(View* from, bool is_visible);
1295 void VisibilityChangedImpl(View* starting_from, bool is_visible);
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc550 bool is_visible) {
551 if (is_visible)
549 VisibilityChanged(views::View* starting_from, bool is_visible) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dcollected_cookies_views.cc98 // Update the visibility of the infobar. If |is_visible| is true, a rule for
100 void UpdateVisibility(bool is_visible, argument
103 if (!is_visible) {
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter_unittest.cc2324 EXPECT_FALSE(overlay_->is_visible());
2330 EXPECT_TRUE(overlay_->is_visible());
2336 EXPECT_FALSE(overlay_->is_visible());
2342 EXPECT_FALSE(overlay_->is_visible());
2351 EXPECT_TRUE(overlay_->is_visible());
2359 EXPECT_FALSE(overlay_->is_visible());
2367 EXPECT_FALSE(overlay_->is_visible());
2374 EXPECT_TRUE(overlay_->is_visible());
2380 EXPECT_TRUE(overlay_->is_visible());
2386 EXPECT_FALSE(overlay_->is_visible());
[all...]
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc95 if (!content_setting_image_model_->is_visible()) {
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h94 bool is_visible) OVERRIDE;
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h97 virtual void SetContainerVisibility(bool is_visible);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc165 bool is_visible) {
161 updateGeometry( const WebRect& window_rect, const WebRect& clip_rect, const WebVector<WebRect>& cut_outs_rects, bool is_visible) argument
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.h130 void SetColumnVisibility(int id, bool is_visible);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc518 bool is_visible = false; local
522 Details<bool>(&is_visible));
539 bool is_visible = true; local
543 Details<bool>(&is_visible));
1128 void RenderWidgetHostImpl::SendCursorVisibilityState(bool is_visible) { argument
1129 Send(new InputMsg_CursorVisibilityChange(GetRoutingID(), is_visible));
H A Drender_widget_host_view_aura.h319 virtual void OnCursorVisibilityChanged(bool is_visible) OVERRIDE;
433 void NotifyRendererOfCursorVisibilityState(bool is_visible);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine.cc46 bool is_visible) {
51 composition_text, cursor_pos, is_visible);
44 UpdateComposition(const CompositionText& composition_text, uint32 cursor_pos, bool is_visible) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.h167 void OnRenderViewHostCreated(int child_id, int route_id, bool is_visible);
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h174 void SetContainerVisibility(bool is_visible);

Completed in 904 milliseconds

123