OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_finished
(Results
1 - 10
of
10
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.h
29
bool isFinished() const { return
m_finished
; }
38
bool
m_finished
;
member in class:RenderThread
RenderThread.cpp
30
m_finished
(false)
159
m_finished
= true;
/external/webkit/Source/WebCore/storage/
IDBTransaction.cpp
54
,
m_finished
(false)
71
return
m_finished
;
86
if (
m_finished
) {
138
return !
m_finished
|| ActiveDOMObject::hasPendingActivity();
148
ASSERT(!
m_finished
);
151
ASSERT(!
m_finished
);
152
m_finished
= true;
167
return
m_finished
;
180
m_finished
= true;
185
ASSERT(!
m_finished
);
[
all
...]
IDBRequest.cpp
58
,
m_finished
(false)
125
ASSERT(!
m_finished
);
246
return !
m_finished
|| ActiveDOMObject::hasPendingActivity();
261
ASSERT(!
m_finished
);
291
m_finished
= true;
310
ASSERT(!
m_finished
);
IDBTransaction.h
104
bool
m_finished
; // Is it possible that we'll fire any more events or allow any new transactions? If not, we're finished.
member in class:WebCore::IDBTransaction
IDBRequest.h
115
bool
m_finished
; // Is it possible that we'll fire any more events? If not, we're finished.
member in class:WebCore::IDBRequest
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h
77
,
m_finished
(false)
84
,
m_finished
(false)
91
,
m_finished
(finished)
98
bool finished() { return
m_finished
; }
103
bool
m_finished
;
member in class:WebCore::MediaPlayerPrivateAVFoundation::Notification
/external/webkit/Source/WebKit/android/WebCoreSupport/
WebUrlLoaderClient.cpp
98
if (
m_finished
)
112
,
m_finished
(false)
187
// Run callbacks until the queue is exhausted and
m_finished
is true.
193
while(!
m_finished
) {
199
if (
m_finished
) break;
330
m_finished
= true;
WebUrlLoaderClient.h
114
volatile bool
m_finished
;
member in class:android::WebUrlLoaderClient
/external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp
82
bool
m_finished
;
member in class:WebCore::WebCoreSynchronousLoader
90
,
m_finished
(false)
113
m_finished
= true;
124
if (!
m_finished
)
Completed in 4108 milliseconds