Searched refs:showing (Results 1 - 25 of 38) sorted by relevance

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPopupWindow.java25 private boolean showing; field in class:ShadowPopupWindow
109 * @param showing true if popup window is showing
111 public void setShowing(boolean showing) { argument
112 this.showing = showing;
117 return showing;
125 showing = false;
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dbubble_button.js33 * Whether the button is currently showing a bubble.
37 return this.image.classList.contains('showing-bubble');
39 set showingBubble(showing) {
40 this.image.classList.toggle('showing-bubble', showing);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dtest_generated_credit_card_bubble_view.h38 bool showing() const { return showing_; } function in class:autofill::TestGeneratedCreditCardBubbleView
47 // Whether the bubble is currently showing or not.
H A Dgenerated_credit_card_bubble_controller_unittest.cc99 // Ensure that showing the generated card UI bumps the persistent count.
102 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
107 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
116 // Ensure that while showing the generated card UI that the bubble's text
156 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
166 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
169 // should stay showing.
173 EXPECT_TRUE(controller()->GetTestingBubble()->showing());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentTransaction.java18 private boolean showing; field in class:TestFragmentTransaction
75 this.showing = false;
82 this.showing = true;
207 return showing;
/external/skia/tools/lua/
H A Ddumpops.lua26 -- dump the params in t, specifically showing the verb first, which we
H A Dbitmap_statistics.lua27 -- dump the params in t, specifically showing the verb first, which we
H A Dbbh_filter.lua63 -- dump the params in t, specifically showing the verb first, which we
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dnew_tab_theme.css47 /* Only change the background to a gradient when a promo is showing. */
48 .showing-login-area #page-switcher-end:hover,
49 .showing-login-area #page-switcher-end:focus,
50 .showing-login-area #page-switcher-end.drag-target {
H A Dnew_tab.css318 #footer.showing-trash-mode #trash {
325 #footer.showing-trash-mode #trash.drag-target {
352 #footer.showing-trash-mode #trash.drag-target .lid {
356 html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
435 #footer.showing-trash-mode .menu-container {
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_ui.h83 void set_showing_sync_bubble(bool showing) { showing_sync_bubble_ = showing; } argument
/external/chromium_org/ui/app_list/
H A Dpagination_model.cc68 const bool showing = transition_animation_->IsShowing(); local
69 const int from_page = showing ? selected_page_ : transition_.target_page;
70 const int to_page = showing ? transition_.target_page : selected_page_;
73 if (showing)
/external/chromium_org/content/public/browser/
H A Drender_widget_host_view.h95 // Whether the view is showing.
101 // Returns true if the View's context menu is showing.
104 // Tells the View whether the context menu is showing.
105 virtual void SetShowingContextMenu(bool showing) = 0;
142 // Brings up the dictionary showing a definition for the selected text.
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanel.java40 private AtomicBoolean showing = new AtomicBoolean(false); field in class:AwtPanel
114 if (showing.getAndSet(currentShowing) != currentShowing){
116 System.out.println("OGL: Enter showing state.");
118 System.out.println("OGL: Exit showing state.");
181 return paintMode != PaintMode.OnRequest && showing.get();
/external/chromium_org/chrome/browser/resources/uber/
H A Duber_shared.css12 * showing sub-pages that vertically overflow. */
137 .page.showing-banner {
147 .page:not(.showing-banner) .page-banner {
/external/chromium_org/chrome/browser/resources/help/
H A Dhelp.css10 #overlay .page:not(.showing) {
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_model_adapter_test.cc113 bool showing() const { function in class:__anon6631::SubMenuModel
158 return sub_menu_model_.showing();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.cc437 void RenderWidgetHostViewBase::SetShowingContextMenu(bool showing) { argument
438 DCHECK_NE(showing_context_menu_, showing);
439 showing_context_menu_ = showing;
H A Drender_widget_host_view_mac.h226 virtual void SetShowingContextMenu(bool showing) OVERRIDE;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h88 virtual void ShowingContextMenu(bool showing);
185 // Whether we are showing a context menu.
H A Drender_widget_host_view_views.h74 virtual void ShowingContextMenu(bool showing) OVERRIDE;
183 // Whether we are showing a context menu.
H A Drender_widget_host_view_gtk.cc212 // If we are showing a context menu, maintain the illusion that webkit has
840 void RenderWidgetHostViewGtk::ShowingContextMenu(bool showing) { argument
841 is_showing_context_menu_ = showing;
1006 // If the grey blend is showing, we make two drawing calls. Use double
1077 // Use MOZ_CURSOR_SPINNING if we are showing the default cursor and
H A Drender_widget_host_view_views.cc363 void RenderWidgetHostViewViews::ShowingContextMenu(bool showing) { argument
364 is_showing_context_menu_ = showing;
822 // If the grey blend is showing, we make two drawing calls. Use double
894 // If we are showing a context menu, maintain the illusion that webkit has
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c189 showing the new one. (But don't erase NULL cursor)
267 int showing; local
269 showing = (SDL_cursorstate & CURSOR_VISIBLE);
278 if ( (SDL_cursorstate & CURSOR_VISIBLE) != showing ) {
290 return(showing ? 1 : 0);
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextensions.css270 #overlay .page:not(.showing) {

Completed in 941 milliseconds

12