Searched defs:shown (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dmulti_profile_browser_status_monitor.cc36 bool shown = IsV1AppInShelf(*it); local
37 if (owned && !shown)
39 else if (!owned && shown)
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc181 bool shown = tray->message_center_tray_->ShowMessageCenterBubble(); local
182 EXPECT_TRUE(shown);
224 bool shown = tray->message_center_tray_->ShowMessageCenterBubble(); local
225 EXPECT_TRUE(shown);
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkScrollBarView.cpp41 void SkScrollBarView::setShown(unsigned shown) argument
43 if ((int)shown < 0)
44 shown = 0;
46 if (fShownLength != shown)
48 fShownLength = shown;
72 if (dom.findS32(node, "shown", &value))
124 int shown = fShownLength; local
127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show
134 if (start + shown > tota
[all...]
/external/chromium_org/ui/message_center/
H A Dmessage_center_tray_unittest.cc106 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
107 EXPECT_TRUE(shown);
157 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
158 EXPECT_TRUE(shown);
203 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
204 EXPECT_TRUE(shown);
230 bool shown = message_center_tray_->ShowMessageCenterBubble(); local
231 EXPECT_FALSE(shown);
/external/e2fsprogs/resize/
H A Dsim_progress.c24 int shown; member in struct:ext2_sim_progress
101 prog->shown = 0;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.h55 virtual bool shown(void) { function in class:SDL_QWin
/external/skia/src/views/animated/
H A DSkScrollBarView.cpp41 void SkScrollBarView::setShown(unsigned shown) argument
43 if ((int)shown < 0)
44 shown = 0;
46 if (fShownLength != shown)
48 fShownLength = shown;
72 if (dom.findS32(node, "shown", &value))
124 int shown = fShownLength; local
127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show
134 if (start + shown > tota
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dnetwork_profile_bubble.cc36 // The number of warnings to be shown on consequtive starts of Chrome before the
155 void NetworkProfileBubble::SetNotificationShown(bool shown) { argument
156 notification_shown_ = shown;
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_feedback_dialog_view.cc32 void set_currently_shown(bool shown) { currently_shown_ = shown; } argument
45 // This dialog should only be shown if it hasn't been shown before.
49 // Only one dialog should be shown at a time, so check to see if another one
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc239 bool shown = GetTray()->message_center_tray_->ShowMessageCenterBubble(); local
240 EXPECT_TRUE(shown);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BWin.h60 shown = false;
87 /* Override the Show() method so we can tell when we've been shown */
90 shown = true;
93 return (shown);
285 bool shown; member in class:SDL_BWin
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc80 // OOBE accessibility options menu strings shown on each screen.
227 void CoreOobeHandler::SetKeyboardState(bool shown, const gfx::Rect& bounds) { argument
228 CallJS("setKeyboardState", shown, bounds.width(), bounds.height());
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1368 int shown() const { return shown_; } function in class:aura::test::VisibilityWindowDelegate
1403 EXPECT_EQ(1, d.shown());
1411 EXPECT_EQ(0, d.shown());
1429 EXPECT_EQ(1, d.shown());
1442 EXPECT_EQ(0, d2.shown());
1446 EXPECT_EQ(1, d2.shown());
/external/fio/
H A Dstat.c444 int new_line = 1, i, line = 0, shown = 0; local
449 shown = 1;
465 if (shown)
468 return shown;
/external/qemu/audio/
H A Daudio.c217 static int shown; local
220 if (!shown) {
223 shown = 1;
/external/valgrind/main/exp-dhat/
H A Ddh_main.c176 Bool shown; member in struct:__anon32788
1227 // Clear all .shown bits
1232 api->shown = False;
1245 if (api->shown)
1256 break; // all APIs have been shown. Stop.
1262 best_api->shown = True;
1313 VG_(umsg)("* --show-top-n= controls how many alloc points are shown.\n");
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 619 milliseconds