OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CancelAll
(Results
1 - 25
of
45
) sorted by null
1
2
/external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc
32
g_browser_process->notification_ui_manager()->
CancelAll
();
39
g_browser_process->notification_ui_manager()->
CancelAll
();
/external/chromium_org/net/url_request/
url_fetcher.cc
34
void net::URLFetcher::
CancelAll
() {
35
URLFetcherImpl::
CancelAll
();
url_fetcher_impl.cc
191
void URLFetcherImpl::
CancelAll
() {
192
URLFetcherCore::
CancelAll
();
url_fetcher.h
114
static void
CancelAll
();
url_fetcher_impl.h
94
static void
CancelAll
();
url_fetcher_core.h
136
static void
CancelAll
();
152
void
CancelAll
();
url_fetcher_core.cc
57
void URLFetcherCore::Registry::
CancelAll
() {
459
void URLFetcherCore::
CancelAll
() {
460
g_registry.Get().
CancelAll
();
/external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h
59
virtual void
CancelAll
() = 0;
balloon_notification_ui_manager.h
55
virtual void
CancelAll
() OVERRIDE;
notification_system_observer.cc
34
ui_manager_->
CancelAll
();
notification_ui_manager_mac.h
42
virtual void
CancelAll
() OVERRIDE;
message_center_notification_manager.h
63
virtual void
CancelAll
() OVERRIDE;
balloon_notification_ui_manager.cc
195
void BalloonNotificationUIManager::
CancelAll
() {
/external/chromium_org/content/browser/
browser_process_sub_thread.cc
65
net::URLFetcher::
CancelAll
();
/external/chromium_org/ui/views/controls/menu/
menu_controller_aura.cc
46
controller_->
CancelAll
();
56
controller_->
CancelAll
();
menu_host.cc
126
menu_controller->
CancelAll
();
147
menu_controller->
CancelAll
();
menu_runner.cc
160
controller->
CancelAll
();
165
controller->
CancelAll
();
/external/chromium/chrome/browser/notifications/
notification_ui_manager.h
63
void
CancelAll
();
notification_ui_manager.cc
136
void NotificationUIManager::
CancelAll
() {
233
CancelAll
();
/external/chromium/chrome/common/net/
url_fetcher.cc
67
static void
CancelAll
();
80
void
CancelAll
();
189
void URLFetcher::Core::Registry::
CancelAll
() {
282
void URLFetcher::Core::
CancelAll
() {
283
g_registry.Get().
CancelAll
();
594
void URLFetcher::
CancelAll
() {
595
Core::
CancelAll
();
url_fetcher.h
221
static void
CancelAll
();
/external/chromium_org/ash/accelerators/
accelerator_dispatcher.cc
108
menu_controller->
CancelAll
();
/external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc
133
g_browser_process->notification_ui_manager()->
CancelAll
();
/external/chromium_org/ppapi/utility/graphics/
paint_manager.cc
141
callback_factory_.
CancelAll
();
/external/chromium_org/chrome/browser/signin/
signin_browsertest.cc
76
net::URLFetcher::
CancelAll
();
Completed in 841 milliseconds
1
2