Searched defs:visible (Results 251 - 275 of 305) sorted by relevance

<<111213

/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc79 // |background_type| if the widget is visible. If the widget is not visible,
80 // the animation is postponed till the widget becomes visible.
90 virtual void OnNativeWidgetVisibilityChanged(bool visible) OVERRIDE {
91 views::Widget::OnNativeWidgetVisibilityChanged(visible);
163 // Transitions to |visible_background_type_| if the widget is visible and to
206 // The background type to use when the widget is visible. When not visible,
700 bool visible) {
703 if (visible)
698 OnChildWindowVisibilityChanged( aura::Window* child, bool visible) argument
843 OnWindowVisibilityChanging( aura::Window* window, bool visible) argument
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc692 void LayerTreeHost::SetVisible(bool visible) { argument
693 if (visible_ == visible)
695 visible_ = visible;
696 if (!visible)
698 proxy_->SetVisible(visible);
H A Dthread_proxy.cc163 void ThreadProxy::SetVisible(bool visible) { argument
173 visible));
178 bool visible) {
180 impl().layer_tree_host_impl->SetVisible(visible);
181 impl().scheduler->SetVisible(visible);
735 if (!layer_tree_host()->visible()) {
1081 // match the region that is currently visible; eventually this
1194 impl().scheduler->SetVisible(impl().layer_tree_host_impl->visible());
1355 // Once we enter NEW_CONTENTS_TAKES_PRIORITY mode, visible tiles on active
177 SetVisibleOnImplThread(CompletionEvent* completion, bool visible) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller.cc355 // in. Keep it visible if the user goes back to the existing network screen.
861 void WizardController::SetStatusAreaVisible(bool visible) { argument
862 host_->SetStatusAreaVisible(visible);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc551 // infobars visible.
572 if (managed_bookmarks_button_->visible() &&
580 if (!child->visible())
587 if (overflow_button_->visible() &&
594 if (other_bookmarked_button_->visible() &&
749 // It should also contain the Managed Bookmarks folder, if it's visible.
761 if (managed_bookmarks_button_->visible()) {
765 if (other_bookmarked_button_->visible()) {
769 if (overflow_button_->visible()) {
773 if (bookmarks_separator_view_->visible()) {
1976 bool visible = chrome::ShouldShowAppsShortcutInBookmarkBar( local
[all...]
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc263 // Initialize the inline autocomplete view which is visible only when IME is
359 // visible when the location entry has just been initialized.
428 if (can_show_bubble && zoom_view_->visible() && web_contents)
599 } else if (!origin_chip_view_->visible()) {
605 int trailing_width = search_button_->visible() ?
648 origin_chip_view_->visible() ? origin_chip_preferred_width : 0;
650 // it's not visible, so we can calculate the correct animation values below
691 } else if (!origin_chip_view_->visible()) {
697 if (star_view_->visible()) {
701 if (translate_icon_view_->visible()) {
1660 const bool visible = !GetToolbarModel()->input_in_progress() && local
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc554 bool visible) OVERRIDE {
1482 void WebContentsViewAura::OnWindowTargetVisibilityChanged(bool visible) { argument
1606 bool visible) {
1611 UpdateWebContentsVisibility(visible);
1614 void WebContentsViewAura::UpdateWebContentsVisibility(bool visible) { argument
1622 if (visible) {
1628 if (visible) {
1605 OnWindowVisibilityChanged(aura::Window* window, bool visible) argument
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc616 void RenderWidgetCompositor::setVisible(bool visible) { argument
617 layer_tree_host_->SetVisible(visible);
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc322 new_geometry.visible = is_visible;
332 // This ensures that they become visible and are painted by the OS. This is
387 void WebPluginImpl::updateVisibility(bool visible) { argument
396 move.visible = visible;
1455 // visible.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp293 // This does not cause visible rendering issues because currently contents layers are only used
600 json->setString("backfaceVisibility", m_backfaceVisibility ? "visible" : "hidden");
857 void GraphicsLayer::setBackfaceVisibility(bool visible) argument
859 m_backfaceVisibility = visible;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp560 // Invalidate the overhang areas if they are visible.
1050 void ScrollView::setParentVisible(bool visible) argument
1052 if (isParentVisible() == visible)
1055 Widget::setParentVisible(visible);
1062 (*it)->setParentVisible(visible);
/external/chromium_org/ui/aura/
H A Dwindow.cc348 // It is not allowed that a window is visible but the layers alpha is fully
365 // so the layer will be visible for some time after Hide() is called).
722 // window visible (by way of making a hidden ancestor visible). For this
919 void Window::SetVisible(bool visible) { argument
920 if ((layer() && visible == layer()->GetTargetVisibility()) ||
921 (!layer() && visible == visible_))
925 OnWindowVisibilityChanging(this, visible));
930 visibility_client->UpdateLayerVisibility(this, visible);
932 layer()->SetVisible(visible);
1270 NotifyWindowVisibilityChanged(aura::Window* target, bool visible) argument
1278 NotifyWindowVisibilityChangedAtReceiver(aura::Window* target, bool visible) argument
1290 NotifyWindowVisibilityChangedDown(aura::Window* target, bool visible) argument
1313 NotifyWindowVisibilityChangedUp(aura::Window* target, bool visible) argument
[all...]
H A Dwindow_unittest.cc1375 virtual void OnWindowTargetVisibilityChanged(bool visible) OVERRIDE {
1376 if (visible)
1436 // Verify that if an ancestor isn't visible and we change the visibility of a
1732 bool visible) OVERRIDE {
1735 visibility_info_->visible_param = visible;
1798 // Hide should make the window invisible and the passed visible
1808 // If parent isn't visible, showing window won't make the window visible, but
1809 // passed visible value must be true.
1820 // If parent is visible, showin
2032 window->layer()->SetVisible(visible); variable
[all...]
/external/chromium_org/ui/compositor/
H A Dlayer.cc407 void Layer::SetVisible(bool visible) { argument
408 GetAnimator()->SetVisibility(visible);
835 // automatically when we get visible.
853 void Layer::SetVisibilityFromAnimation(bool visible) { argument
854 if (visible_ == visible)
857 visible_ = visible;
894 return visible();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc1002 void DesktopNativeWidgetAura::OnWindowTargetVisibilityChanged(bool visible) { argument
H A Ddesktop_window_tree_host_win.cc153 // The cursor is not necessarily visible when the root window is created.
803 void DesktopWindowTreeHostWin::HandleVisibilityChanging(bool visible) { argument
804 native_widget_delegate_->OnNativeWidgetVisibilityChanging(visible);
807 void DesktopWindowTreeHostWin::HandleVisibilityChanged(bool visible) { argument
808 native_widget_delegate_->OnNativeWidgetVisibilityChanged(visible);
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc301 // the parent. We assume the root window represents the visible
782 if (layer->visible() && layer->bounds().Contains(location)) {
824 void NativeWidgetAura::OnWindowTargetVisibilityChanged(bool visible) { argument
825 delegate_->OnNativeWidgetVisibilityChanged(visible);
H A Dwidget.cc1062 void Widget::OnNativeWidgetVisibilityChanging(bool visible) { argument
1064 OnWidgetVisibilityChanging(this, visible));
1067 void Widget::OnNativeWidgetVisibilityChanged(bool visible) { argument
1070 root->PropagateVisibilityNotifications(root, visible);
1072 OnWidgetVisibilityChanged(this, visible));
1074 root->layer()->SetVisible(visible);
1202 // Make sure we're still visible before we attempt capture as the mouse
/external/fio/
H A Dgfio.c170 static void set_job_menu_visible(struct gui *ui, int visible) argument
172 set_menu_entry_visible(ui, "/MainMenu/JobMenu", visible);
175 static void set_view_results_visible(struct gui *ui, int visible) argument
177 set_menu_entry_visible(ui, "/MainMenu/ViewMenu/Results", visible);
308 g_object_set(G_OBJECT(tree_view), "headers-visible", TRUE,
H A Dgoptions.c133 gboolean visible)
138 visible = !visible;
151 gopt_set_children_visible(gjv, o, visible);
153 gtk_widget_set_sensitive(widget, visible);
131 gopt_set_children_visible(struct gopt_job_view *gjv, struct fio_option *parent, gboolean visible) argument
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp207 SimpleNumberFormatFactory::SimpleNumberFormatFactory(const Locale& locale, UBool visible) argument
208 : _visible(visible)
215 UBool SimpleNumberFormatFactory::visible(void) const { function in class:SimpleNumberFormatFactory
880 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
907 * Return the set of ids that this factory supports (visible or
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc856 void Browser::UpdateDownloadShelfVisibility(bool visible) { argument
858 GetStatusBubble()->UpdateDownloadShelfVisibility(visible);
1124 // Instant may have visible WebContents that need to be detached before the
1260 // visible.
1351 // Only update the UI when something visible has changed.
2158 // We don't need to process INVALIDATE_STATE, since that's not visible.
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc251 // Re-layout the shelf either if it is visible or if its close animation
606 // If the window is already visible, just activate it.
820 // We only restore focus if our window is visible, to avoid invoking blur
890 // Immersive mode has no exit bubble because it has a visible strip at the
994 // that the location bar view is visible and is considered focusable. If the
1034 // that the toolbar is visible and is considered focusable. If the
1049 bookmark_bar_view_->visible() &&
1100 // New tab page needs visible bookmarks even when top-views are hidden.
1206 void BrowserView::SetDownloadShelfVisible(bool visible) { argument
1212 if (visible
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h57 virtual void setVisibilityCHROMIUM(bool visible) { } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp256 // Ignore the text of non-visible frames.
1219 void WebLocalFrameImpl::setCaretVisible(bool visible) argument
1221 frame()->selection().setCaretVisible(visible);

Completed in 585 milliseconds

<<111213