OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_asyncRunner
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp
69
,
m_asyncRunner
(adoptPtr(new AsyncMethodRunner<Notification>(this, &Notification::showSoon)))
73
m_asyncRunner
->runAsync();
100
if (
m_asyncRunner
)
101
m_asyncRunner
->stop();
106
return NotificationBase::hasPendingActivity() || (
m_asyncRunner
&&
m_asyncRunner
->isActive());
Notification.h
71
OwnPtr<AsyncMethodRunner<Notification> >
m_asyncRunner
;
/external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.h
127
AsyncMethodRunner<FontFaceSet>
m_asyncRunner
;
FontFaceSet.cpp
135
,
m_asyncRunner
(this, &FontFaceSet::handlePendingEventsAndPromises)
168
// setPendingActivity() is unnecessary because
m_asyncRunner
will be
170
m_asyncRunner
.runAsync();
200
m_asyncRunner
.suspend();
205
m_asyncRunner
.resume();
210
m_asyncRunner
.stop();
Completed in 1406 milliseconds