Searched refs:visible (Results 1 - 25 of 830) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DBarProp.idl32 readonly attribute boolean visible;
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_manager_client.cc16 bool visible)
21 visible_(visible),
30 void GpuMemoryManagerClientState::SetVisible(bool visible) { argument
31 memory_manager_->SetClientStateVisible(this, visible);
11 GpuMemoryManagerClientState( GpuMemoryManager* memory_manager, GpuMemoryManagerClient* client, GpuMemoryTrackingGroup* tracking_group, bool has_surface, bool visible) argument
/external/chromium_org/content/common/
H A Dwebplugin_geometry.cc12 visible(false) {
24 visible == rhs.visible;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_update.js43 * Makes 'press Escape to cancel update' hint visible.
59 * @param {boolean} visible Are ETA message visible?
61 showEstimatedTimeLeft: function(visible) {
62 $('progress-message').hidden = visible;
63 $('estimated-time-left').hidden = !visible;
92 * @param {boolean} visible Are message visible?
94 showProgressMessage: function(visible) {
95 $('estimated-time-left').hidden = visible;
[all...]
/external/chromium_org/cc/output/
H A Drenderer.cc15 void Renderer::SetVisible(bool visible) { argument
16 if (visible_ == visible)
19 visible_ = visible;
H A Dviewport_selection_bound.cc10 : type(SELECTION_BOUND_EMPTY), visible(false) {
18 return lhs.type == rhs.type && lhs.visible == rhs.visible &&
/external/chromium_org/content/browser/renderer_host/
H A Ddelegated_frame_evictor.cc17 void DelegatedFrameEvictor::SwappedFrame(bool visible) { argument
19 RendererFrameManager::GetInstance()->AddFrame(this, visible);
27 void DelegatedFrameEvictor::SetVisible(bool visible) { argument
29 if (visible) {
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFieldVisitor.java45 * @param visible <tt>true</tt> if the annotation is visible at runtime.
49 AnnotationVisitor visitAnnotation(String desc, boolean visible); argument
/external/chromium_org/ash/system/tray/media_security/
H A Dmulti_profile_media_tray_item_unittest.cc38 EXPECT_TRUE(widget->GetRootView()->visible());
42 EXPECT_FALSE(tray_view->visible());
43 EXPECT_FALSE(in_user_view->visible());
46 EXPECT_TRUE(tray_view->visible());
47 EXPECT_TRUE(in_user_view->visible());
50 EXPECT_TRUE(tray_view->visible());
51 EXPECT_TRUE(in_user_view->visible());
54 EXPECT_FALSE(tray_view->visible());
55 EXPECT_FALSE(in_user_view->visible());
/external/chromium-trace/trace-viewer/src/ui/
H A Doverlay_test.js14 overlay.visible = true;
17 overlay.visible = false;
27 overlay.visible = true;
30 overlay.visible = false;
H A Dinfo_bar.js27 this.visible = false;
38 get visible() {
42 set visible(visible) {
43 if (visible)
H A Dinfo_bar_test.js13 infoBar.visible = true;
19 infoBar.visible = true;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_browsertest.js28 assertTrue(cookiesView.visible);
35 assertTrue(cookiesView.visible);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageVisibilityState.cpp38 DEFINE_STATIC_LOCAL(const String, visible, ("visible"));
44 return visible;
/external/chromium_org/ash/system/overview/
H A Doverview_button_tray_unittest.cc60 // OverviewButtonTray should only be visible when MaximizeMode is enabled.
63 ASSERT_FALSE(GetTray()->visible());
66 EXPECT_TRUE(GetTray()->visible());
70 EXPECT_FALSE(GetTray()->visible());
96 EXPECT_FALSE(GetTray()->visible());
97 EXPECT_FALSE(GetSecondaryTray()->visible());
100 EXPECT_TRUE(GetTray()->visible());
101 EXPECT_TRUE(GetSecondaryTray()->visible());
107 // that the second OverviewButtonTray should be created in a visible state.
115 EXPECT_TRUE(GetSecondaryTray()->visible());
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dfocus_outline_manager.js11 var CLASS_NAME = 'focus-outline-visible';
20 * html.focus-outline-visible my-element:focus {
44 self.visible = self.focusByKeyboard_;
57 * Whether the focus outline should be visible.
60 set visible(visible) {
61 if (visible)
66 get visible() {
/external/chromium_org/ui/webui/resources/js/cr/ui/page_manager/
H A Dpage.js11 * point, one root Page is visible, and any visible Page can show a child Page
25 // |pageDiv.page| is set to the page object (this) when the page is visible
59 * visible.
71 * already visible. This is analogous to the hashchange DOM event.
169 get visible() {
170 // If this is an overlay dialog it is no longer considered visible while
185 set visible(visible) {
186 if ((this.visible
[all...]
/external/chromium_org/ui/wm/core/
H A Dvisibility_controller.cc36 bool visible) {
37 return AnimateOnChildWindowVisibilityChanged(window, visible);
41 bool visible) {
46 CallAnimateOnChildWindowVisibilityChanged(window, visible);
52 // opacity is 0, yet the window is marked as visible) (see CL 132903003).
54 if (!visible &&
61 // When a window is made visible, we always make its layer visible
62 // immediately. When a window is hidden, the layer must be left visible and
63 // only made not visible onc
34 CallAnimateOnChildWindowVisibilityChanged( aura::Window* window, bool visible) argument
40 UpdateLayerVisibility(aura::Window* window, bool visible) argument
[all...]
/external/chromium_org/tools/perf/page_sets/tough_scrolling_cases/
H A Dbusy.js9 function visible() { function
28 if (!visible())
35 if (visible() && !timerId)
/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_candidate_window_handler.cc20 bool visible) {
23 last_update_lookup_table_arg_.is_visible = visible;
29 bool visible) {}
18 UpdateLookupTable( const ui::CandidateWindow& table, bool visible) argument
26 UpdatePreeditText( const base::string16& text, uint32 cursor_pos, bool visible) argument
/external/clang/test/Modules/
H A Dmacros.c20 # error INTEGER macro should be visible
24 # error FLOAT macro should not be visible
28 # error MODULE macro should not be visible
52 // their macros should not be visible.
54 # error LEFT should not be visible
58 # error RIGHT should not be visible
62 # error TOP should not be visible
69 # error LEFT should be visible
73 # error RIGHT should not be visible
77 # error TOP should be visible
[all...]
/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock_unittest.cc85 // visible on internal primary displays.
98 // not visible.
100 EXPECT_FALSE(tray_view()->visible());
104 // it is not visible.
110 EXPECT_FALSE(tray_view()->visible());
116 // rotation is locked, that it is visible.
123 EXPECT_TRUE(tray_view()->visible());
126 EXPECT_FALSE(tray_view()->visible());
132 ASSERT_FALSE(tray_view()->visible());
136 EXPECT_TRUE(tray_view()->visible());
[all...]
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness_unittest.cc40 // BrightnessView is created not visible.
43 EXPECT_FALSE(tray->visible());
47 // The BrightnessView should be visible.
52 EXPECT_TRUE(tray->visible());
63 EXPECT_TRUE(tray->visible());
66 EXPECT_FALSE(tray->visible());
70 // BrightnessView is created as visible.
73 EXPECT_TRUE(tray->visible());
78 // BrightnessView is visible.
83 EXPECT_TRUE(tray->visible());
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Daccounts_options_browsertest.js30 // Overlay is visible.
31 assertTrue(accountsOptionsPage.visible);
38 // Verify the overlay is still visible.
39 assertTrue(accountsOptionsPage.visible);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_unittest.cc63 EXPECT_FALSE(bookmark_bar_view.apps_page_shortcut_->visible());
65 // Try to make the Apps shortcut visible. Its visibility depends on whether
70 EXPECT_FALSE(bookmark_bar_view.apps_page_shortcut_->visible());
72 EXPECT_TRUE(bookmark_bar_view.apps_page_shortcut_->visible());
78 EXPECT_FALSE(bookmark_bar_view.apps_page_shortcut_->visible());
98 EXPECT_TRUE(bookmark_bar_view.apps_page_shortcut_->visible());
103 EXPECT_FALSE(bookmark_bar_view.apps_page_shortcut_->visible());
108 EXPECT_TRUE(bookmark_bar_view.apps_page_shortcut_->visible());

Completed in 1168 milliseconds

1234567891011>>