OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testnotificationtracker
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/content/public/test/
test_notification_tracker.cc
12
TestNotificationTracker
::Event::Event()
17
TestNotificationTracker
::Event::Event(int t,
25
TestNotificationTracker
::
TestNotificationTracker
() {
28
TestNotificationTracker
::~
TestNotificationTracker
() {
31
void
TestNotificationTracker
::ListenFor(
37
void
TestNotificationTracker
::Reset() {
41
bool
TestNotificationTracker
::Check1AndReset(int type) {
51
bool
TestNotificationTracker
::Check2AndReset(int type1
[
all
...]
test_notification_tracker.h
20
class
TestNotificationTracker
: public NotificationObserver {
34
TestNotificationTracker
();
36
virtual ~
TestNotificationTracker
();
81
DISALLOW_COPY_AND_ASSIGN(
TestNotificationTracker
);
/external/chromium/chrome/browser/net/gaia/
token_service_unittest.h
22
//
TestNotificationTracker
doesn't do a deep copy on the notification details.
25
class TokenAvailableTracker : public
TestNotificationTracker
{
42
class TokenFailedTracker : public
TestNotificationTracker
{
token_service_unittest.cc
24
TestNotificationTracker
::Observe(type, source, details);
38
TestNotificationTracker
::Observe(type, source, details);
/external/chromium_org/chrome/browser/signin/
token_service_unittest.h
21
//
TestNotificationTracker
doesn't do a deep copy on the notification details.
24
class TokenAvailableTracker : public content::
TestNotificationTracker
{
41
class TokenFailedTracker : public content::
TestNotificationTracker
{
token_service_unittest.cc
30
TestNotificationTracker
::Observe(type, source, details);
44
TestNotificationTracker
::Observe(type, source, details);
signin_manager_unittest.cc
205
content::
TestNotificationTracker
google_login_success_;
206
content::
TestNotificationTracker
google_login_failure_;
/external/chromium_org/content/browser/renderer_host/
render_process_host_browsertest.cc
35
TestNotificationTracker
termination_watcher;
/external/chromium/chrome/browser/sync/
signin_manager_unittest.cc
56
TestNotificationTracker
google_login_success_;
57
TestNotificationTracker
google_login_failure_;
/external/chromium_org/content/browser/web_contents/
navigation_controller_impl_unittest.cc
218
void RegisterForAllNavNotifications(
TestNotificationTracker
* tracker,
268
TestNotificationTracker
notifications;
335
TestNotificationTracker
notifications;
436
TestNotificationTracker
notifications;
574
TestNotificationTracker
notifications;
615
TestNotificationTracker
notifications;
653
TestNotificationTracker
notifications;
683
TestNotificationTracker
notifications;
720
TestNotificationTracker
notifications;
764
TestNotificationTracker
notifications
[
all
...]
render_view_host_manager_unittest.cc
561
TestNotificationTracker
notifications;
654
TestNotificationTracker
notifications;
[
all
...]
/external/chromium_org/chrome/browser/extensions/
app_background_page_apitest.cc
221
content::
TestNotificationTracker
background_deleted_tracker;
Completed in 1046 milliseconds