OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CancelAll
(Results
1 - 10
of
10
) sorted by null
/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_core.cc
57
void URLFetcherCore::Registry::
CancelAll
() {
459
void URLFetcherCore::
CancelAll
() {
460
g_registry.Get().
CancelAll
();
/external/chromium/chrome/browser/notifications/
notification_ui_manager.cc
136
void NotificationUIManager::
CancelAll
() {
233
CancelAll
();
/external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc
195
void BalloonNotificationUIManager::
CancelAll
() {
message_center_notification_manager.cc
222
void MessageCenterNotificationManager::
CancelAll
() {
/external/chromium_org/ppapi/utility/
completion_callback_factory.h
41
/// preventing any bound member functions from being called. The
CancelAll
()
147
///
CancelAll
(or destroying the callback factory) does <i>not</i> cancel the
219
///
CancelAll
() cancels all <code>CompletionCallbacks</code> allocated from
221
void
CancelAll
() {
[
all
...]
/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
();
/external/chromium_org/ui/views/controls/menu/
menu_controller.h
95
void
CancelAll
() { Cancel(EXIT_ALL); }
527
// Used to invoke
CancelAll
(). This is used during drag and drop to hide the
/external/chromium_org/ui/message_center/
message_center_impl.cc
342
void PopupTimersController::
CancelAll
() {
365
CancelAll
();
Completed in 171 milliseconds