Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium/chrome/browser/google/
Dgoogle_url_tracker_unittest.cc36 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/
Dapplication_lifetime.cc329 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.h193 struct _MDNotified notified; /* array of conditions notified */ member
376 if (0 != (lock)->notified.length) { \
389 if (0 != (lock)->notified.length) { \
D_win95.h180 struct _MDNotified notified; /* array of conditions notified */ member
381 … (InitializeCriticalSection(&((lock)->mutex)),(lock)->notified.length=0,(lock)->notified.link…
/external/chromium_org/ui/compositor/
Dlayer_unittest.cc272 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/
Dbrowser_list.cc197 static bool notified = false; in NotifyWindowManagerAboutSignout() local
198 if (!notified) { in NotifyWindowManagerAboutSignout()
202 notified = true; in NotifyWindowManagerAboutSignout()
/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry_unittest.cc239 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/
Dextra.txt32 extension. If you would like to be notified of such failures,
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_bridge.mm18 // We will be notified when that happens with the AddObserver() call.
/external/openssh/
DREADME.dns40 the remote host key, the user will be notified.
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_bridge.mm24 // We will be notified when that happens with the AddObserver() call.
/external/chromium_org/ppapi/api/
Dppb_mouse_lock.idl55 * will be notified using the <code>PPP_MouseLock</code> interface when it
/external/chromium_org/chrome/browser/feedback/proto/
Dweb.proto67 // If this flag is set then product support team should be notified
/external/chromium/chrome/browser/userfeedback/proto/
Dweb.proto66 // If this flag is set then product support team should be notified
/external/chromium_org/native_client_sdk/src/doc/
Dglossary.rst14 and gets notified of asynchronous call completion through callbacks or some
/external/chromium_org/chrome/common/extensions/api/
Dsystem_storage.idl6 // information and be notified when a removable storage device is attached and
/external/smack/src/org/jivesoftware/smack/
DConnection.java.orig146 * 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/
Ddisplay_settings_provider_cocoa.mm25 // the active workspace change is notified. This value is from experiment.
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_started_animation_mac.mm91 // Set up to get notified about resize events on the parent window.
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm21 // showing/destruction of fullscreen render widgets. When notified,
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-port.h1224 const bool notified = notified_;
1226 if (notified)
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS125 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/
DTreeNodeStream.as90 * after this call. The stream is notified because it is walking the
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_started_animation_mac.mm136 // Set up to get notified about resize events on the parent window.
/external/chromium_org/chrome/browser/google/
Dgoogle_url_tracker_unittest.cc76 bool notified() const { return notified_; } in notified() function in __anon56e931ae0111::TestNotificationObserver
235 bool observer_notified() const { return observer_.notified(); } in observer_notified()

123