/external/chromium/chrome/browser/google/ |
D | google_url_tracker_unittest.cc | 36 bool notified() const { return notified_; } in notified() function in __anon73453c870111::TestNotificationObserver 303 EXPECT_FALSE(observer_->notified()); in TEST_F() 310 EXPECT_FALSE(observer_->notified()); in TEST_F() 317 EXPECT_TRUE(observer_->notified()); in TEST_F() 326 EXPECT_FALSE(observer_->notified()); in TEST_F() 335 EXPECT_FALSE(observer_->notified()); in TEST_F() 347 EXPECT_FALSE(observer_->notified()); in TEST_F() 356 EXPECT_TRUE(observer_->notified()); in TEST_F() 364 EXPECT_FALSE(observer_->notified()); in TEST_F() 373 EXPECT_FALSE(observer_->notified()); in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/lifetime/ |
D | application_lifetime.cc | 329 static bool notified = false; in NotifyAppTerminating() local 330 if (notified) in NotifyAppTerminating() 332 notified = true; in NotifyAppTerminating() 341 static bool notified = false; in NotifyAndTerminate() local 343 if (notified) in NotifyAndTerminate() 345 notified = true; in NotifyAndTerminate() 376 static bool notified = false; in OnAppExiting() local 377 if (notified) in OnAppExiting() 379 notified = true; in OnAppExiting()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _os2.h | 193 struct _MDNotified notified; /* array of conditions notified */ member 376 if (0 != (lock)->notified.length) { \ 389 if (0 != (lock)->notified.length) { \
|
D | _win95.h | 180 struct _MDNotified notified; /* array of conditions notified */ member 381 … (InitializeCriticalSection(&((lock)->mutex)),(lock)->notified.length=0,(lock)->notified.link…
|
/external/chromium_org/ui/compositor/ |
D | layer_unittest.cc | 272 bool notified() const { return started_ && ended_; } in notified() function in ui::__anon9e3039b00111::TestCompositorObserver 855 EXPECT_TRUE(observer.notified()); in TEST_F() 867 EXPECT_TRUE(observer.notified()); in TEST_F() 873 EXPECT_TRUE(observer.notified()); in TEST_F() 879 EXPECT_TRUE(observer.notified()); in TEST_F() 885 EXPECT_TRUE(observer.notified()); in TEST_F() 895 EXPECT_TRUE(observer.notified()); in TEST_F() 903 EXPECT_TRUE(observer.notified()); in TEST_F() 913 EXPECT_FALSE(observer.notified()); in TEST_F()
|
/external/chromium/chrome/browser/ui/ |
D | browser_list.cc | 197 static bool notified = false; in NotifyWindowManagerAboutSignout() local 198 if (!notified) { in NotifyWindowManagerAboutSignout() 202 notified = true; in NotifyWindowManagerAboutSignout()
|
/external/chromium_org/chrome/browser/custom_handlers/ |
D | protocol_handler_registry_unittest.cc | 239 bool notified() { return events_ > 0; } in notified() function in __anonacb7ce690111::NotificationCounter 689 ASSERT_TRUE(counter.notified()); in TEST_F() 693 ASSERT_TRUE(counter.notified()); in TEST_F() 697 ASSERT_TRUE(counter.notified()); in TEST_F() 701 ASSERT_TRUE(counter.notified()); in TEST_F()
|
/external/markdown/docs/extensions/ |
D | extra.txt | 32 extension. If you would like to be notified of such failures,
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_bridge.mm | 18 // We will be notified when that happens with the AddObserver() call.
|
/external/openssh/ |
D | README.dns | 40 the remote host key, the user will be notified.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_bridge.mm | 24 // We will be notified when that happens with the AddObserver() call.
|
/external/chromium_org/ppapi/api/ |
D | ppb_mouse_lock.idl | 55 * will be notified using the <code>PPP_MouseLock</code> interface when it
|
/external/chromium_org/chrome/browser/feedback/proto/ |
D | web.proto | 67 // If this flag is set then product support team should be notified
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | web.proto | 66 // If this flag is set then product support team should be notified
|
/external/chromium_org/native_client_sdk/src/doc/ |
D | glossary.rst | 14 and gets notified of asynchronous call completion through callbacks or some
|
/external/chromium_org/chrome/common/extensions/api/ |
D | system_storage.idl | 6 // information and be notified when a removable storage device is attached and
|
/external/smack/src/org/jivesoftware/smack/ |
D | Connection.java.orig | 146 * List of PacketListeners that will be notified when a new packet was received. 152 * List of PacketListeners that will be notified when a new packet was sent. 158 * List of PacketInterceptors that will be notified when a new packet is about to be 512 * Adds a new listener that will be notified when new Connections are created. Note 542 * Adds a connection listener to this connection that will be notified when 648 * notified of every packet that this connection sends. A packet filter determines
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
D | display_settings_provider_cocoa.mm | 25 // the active workspace change is notified. This value is from experiment.
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_started_animation_mac.mm | 91 // Set up to get notified about resize events on the parent window.
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
D | tab_contents_controller.mm | 21 // showing/destruction of fullscreen render widgets. When notified,
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1224 const bool notified = notified_; 1226 if (notified)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 125 used. wpa_supplicant is notified this with a control interface 149 minute window). wpa_supplicant is notified of the local button event 161 wpa_supplicant is notified over the control interface, e.g., with
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | TreeNodeStream.as | 90 * after this call. The stream is notified because it is walking the
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_started_animation_mac.mm | 136 // Set up to get notified about resize events on the parent window.
|
/external/chromium_org/chrome/browser/google/ |
D | google_url_tracker_unittest.cc | 76 bool notified() const { return notified_; } in notified() function in __anon56e931ae0111::TestNotificationObserver 235 bool observer_notified() const { return observer_.notified(); } in observer_notified()
|