OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isPinnedToMainThread
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.h
168
bool shouldUseThreading() const { return m_options.useThreading && !
m_isPinnedToMainThread
; }
200
bool
m_isPinnedToMainThread
;
HTMLDocumentParser.cpp
84
,
m_isPinnedToMainThread
(false)
102
,
m_isPinnedToMainThread
(true)
128
ASSERT(!
m_isPinnedToMainThread
);
129
m_isPinnedToMainThread
= true;
230
ASSERT(!
m_isPinnedToMainThread
);
736
if (
m_isPinnedToMainThread
)
[
all
...]
Completed in 522 milliseconds