OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notified
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc
316
static bool
notified
= false;
local
317
if (
notified
)
319
notified
= true;
328
static bool
notified
= false;
local
330
if (
notified
)
332
notified
= true;
363
static bool
notified
= false;
local
364
if (
notified
)
366
notified
= true;
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java
165
public boolean
notified
() {
method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
215
assertTrue(countryListener.
notified
());
240
assertTrue(countryListener.
notified
());
259
assertFalse(countryListener.
notified
());
281
assertTrue(countryListener.
notified
());
317
// CountryListener should be
notified
318
assertTrue(countryListener.
notified
());
340
// CountryListener should be
notified
341
assertTrue(countryListener.
notified
());
/external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc
36
bool
notified
() const { return notified_; }
function in class:__anon4621::TestNotificationObserver
303
EXPECT_FALSE(observer_->
notified
());
310
EXPECT_FALSE(observer_->
notified
());
317
EXPECT_TRUE(observer_->
notified
());
326
EXPECT_FALSE(observer_->
notified
());
335
EXPECT_FALSE(observer_->
notified
());
347
EXPECT_FALSE(observer_->
notified
());
356
EXPECT_TRUE(observer_->
notified
());
364
EXPECT_FALSE(observer_->
notified
());
373
EXPECT_FALSE(observer_->
notified
());
[
all
...]
/external/chromium/chrome/browser/ui/
browser_list.cc
197
static bool
notified
= false;
local
198
if (!
notified
) {
202
notified
= true;
281
// SessionService is created and
notified
.
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc
239
bool
notified
() { return events_ > 0; }
function in class:__anon7099::NotificationCounter
685
ASSERT_TRUE(counter.
notified
());
689
ASSERT_TRUE(counter.
notified
());
693
ASSERT_TRUE(counter.
notified
());
697
ASSERT_TRUE(counter.
notified
());
[
all
...]
/external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc
77
bool
notified
() const { return notified_; }
function in class:__anon7536::TestNotificationObserver
236
bool observer_notified() const { return observer_.
notified
(); }
350
// we need to spin the message loop so the tracker will actually be
notified
.
[
all
...]
/external/chromium_org/ui/compositor/
layer_unittest.cc
261
// Remembers if it has been
notified
.
268
bool
notified
() const { return started_ && ended_; }
function in class:ui::__anon16681::TestCompositorObserver
845
// Checks that compositor observers are
notified
when:
859
// Explicitly called DrawTree should cause the observers to be
notified
.
862
EXPECT_TRUE(observer.
notified
());
874
EXPECT_TRUE(observer.
notified
());
880
EXPECT_TRUE(observer.
notified
());
886
EXPECT_TRUE(observer.
notified
());
892
EXPECT_TRUE(observer.
notified
());
902
EXPECT_TRUE(observer.
notified
());
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java
77
boolean
notified
;
field in class:IInputMethodWrapper.Notifier
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h
1215
const bool
notified
=
notified
_;
local
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
1224
const bool
notified
=
notified
_;
local
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h
173
struct _MDCVar *cv; /* the condition variable
notified
*/
174
PRIntn times; /* and the number of times
notified
*/
193
struct _MDNotified
notified
; /* array of conditions
notified
*/
member in struct:_MDLock
376
if (0 != (lock)->
notified
.length) { \
389
if (0 != (lock)->
notified
.length) { \
_win95.h
164
struct _MDCVar *cv; /* the condition variable
notified
*/
165
PRIntn times; /* and the number of times
notified
*/
180
struct _MDNotified
notified
; /* array of conditions
notified
*/
member in struct:_MDLock
381
#define _MD_NEW_LOCK(lock) (InitializeCriticalSection(&((lock)->mutex)),(lock)->
notified
.length=0,(lock)->
notified
.link=NULL,PR_SUCCESS)
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
2331
const bool
notified
=
notified
_;
local
[
all
...]
Completed in 503 milliseconds