Searched refs:visible (Results 151 - 175 of 830) sorted by relevance

1234567891011>>

/external/deqp/framework/platform/X11/
H A DtcuX11.cpp170 void Window::setVisibility (bool visible) argument
176 if (visible == m_visible)
179 if (visible)
198 m_visible = visible;
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DEmptyClassVisitor.java41 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassVisitor.java99 * @param visible <tt>true</tt> if the annotation is visible at runtime.
103 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwZoomControls.java84 public void onVisibilityChanged(boolean visible) { argument
85 if (visible) {
/external/chromium_org/ash/wm/
H A Dscreen_dimmer_unittest.cc51 EXPECT_TRUE(test_api_->layer()->visible());
58 EXPECT_TRUE(test_api_->layer()->visible());
H A Dwindow_util_unittest.cc16 std::string GetAdjustedBounds(const gfx::Rect& visible, argument
18 wm::AdjustBoundsToEnsureMinimumWindowVisibility(visible, &to_be_adjusted);
/external/chromium_org/cc/output/
H A Drenderer_unittest.cc88 EXPECT_TRUE(this->renderer_->visible());
90 EXPECT_FALSE(this->renderer_->visible());
/external/chromium_org/cc/test/
H A Dtest_context_support.cc37 void TestContextSupport::SetSurfaceVisible(bool visible) { argument
39 set_visible_callback_.Run(visible);
H A Dtest_context_support.h25 virtual void SetSurfaceVisible(bool visible) OVERRIDE;
40 typedef base::Callback<void(bool visible)> SurfaceVisibleCallback;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_controller_impl.h73 bool visible) OVERRIDE;
75 unsigned int cursor, bool visible) OVERRIDE;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Denterprise_info.css23 #enterprise-info[visible='false'] {
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_titlebar_view_cocoa.h86 - (void)setMinimizeButtonVisibility:(BOOL)visible;
87 - (void)setRestoreButtonVisibility:(BOOL)visible;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_view_tester_views.cc92 return view_->overlay_view_->visible();
97 return view_->GroupForSection(section)->container->visible();
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_adapter_client.h62 // Mark the adapter and second adapter as visible or invisible.
63 void SetVisible(bool visible);
64 void SetSecondVisible(bool visible);
90 // Whether the adapter and second adapter should be visible or not.
H A Dfake_nfc_record_client.h55 void SetDeviceRecordsVisible(bool visible);
56 void SetTagRecordsVisible(bool visible);
74 // If true, the records are currently visible.
/external/chromium_org/content/browser/android/
H A Dpopup_touch_handle_drawable.cc66 void PopupTouchHandleDrawable::SetVisible(bool visible) { argument
68 Java_PopupTouchHandleDrawable_setVisible(env, drawable_.obj(), visible);
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_handle.h36 virtual void SetVisible(bool visible) = 0;
74 void SetVisible(bool visible, AnimationStyle animation_style);
/external/chromium_org/ui/aura/
H A Dwindow_observer.h69 // Invoked when SetVisible() is invoked on a window. |visible| is the
70 // value supplied to SetVisible(). If |visible| is true, window->IsVisible()
72 virtual void OnWindowVisibilityChanging(Window* window, bool visible) {} argument
73 virtual void OnWindowVisibilityChanged(Window* window, bool visible) {} argument
/external/chromium_org/ui/v2/public/
H A Dview.h60 void SetVisible(bool visible);
61 bool visible() const { return visible_; } function in class:v2::View
/external/chromium_org/ui/views/widget/
H A Dnative_widget_delegate.h65 virtual void OnNativeWidgetVisibilityChanging(bool visible) = 0;
68 virtual void OnNativeWidgetVisibilityChanged(bool visible) = 0;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractClassFilterTransformer.java53 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
54 return target.visitAnnotation(desc, visible);
H A DMethodVisitorTee.java39 public AnnotationVisitor visitAnnotation(String desc, boolean visible) { argument
40 return AnnotationVisitorTee.getInstance(mv1.visitAnnotation(desc, visible),
41 mv2.visitAnnotation(desc, visible));
46 boolean visible) {
47 return AnnotationVisitorTee.getInstance(mv1.visitParameterAnnotation(parameter, desc, visible),
48 mv2.visitParameterAnnotation(parameter, desc, visible));
44 visitParameterAnnotation(int parameter, String desc, boolean visible) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_browsertest.cc209 EXPECT_TRUE(bookmark_bar->visible());
213 EXPECT_FALSE(bookmark_bar->visible());
219 EXPECT_TRUE(bookmark_bar->visible());
223 // Repeat with the bookmark bar always visible.
227 EXPECT_TRUE(bookmark_bar->visible());
231 EXPECT_TRUE(bookmark_bar->visible());
236 EXPECT_TRUE(bookmark_bar->visible());
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc150 bool visible) {
152 // On Windows we need to handle this before the bubble is visible or hidden.
155 HandleVisibilityChanged(widget, visible);
160 bool visible) {
162 HandleVisibilityChanged(widget, visible);
293 void BubbleDelegateView::HandleVisibilityChanged(Widget* widget, bool visible) { argument
296 if (visible)
149 OnWidgetVisibilityChanging(Widget* widget, bool visible) argument
159 OnWidgetVisibilityChanged(Widget* widget, bool visible) argument
/external/chromium_org/ui/webui/resources/js/cr/ui/page_manager/
H A Dpage_manager.js153 // Find the currently visible root-level page.
157 if (page.visible && !page.parentPage) {
178 var targetPageWasVisible = targetPage.visible;
197 page.visible = page.name == pageName ||
221 // If the target page was already visible, notify it that its hash
291 * @param {cr.ui.pageManager.Page} page The page being made visible or
300 if (!page.visible && this.isTopLevelOverlay(page))
305 * Called when a page's hash changes. If the page is the topmost visible
315 * Returns the topmost visible page, or null if no page is visible
[all...]

Completed in 437 milliseconds

1234567891011>>