OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_messageLoopInterruptor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThread.cpp
60
m_messageLoopInterruptor
= adoptPtr(new MessageLoopInterruptor(&platformThread()));
63
ThreadState::current()->addInterruptor(
m_messageLoopInterruptor
.get());
81
ThreadState::current()->removeInterruptor(
m_messageLoopInterruptor
.get());
85
m_messageLoopInterruptor
= nullptr;
HTMLParserThread.h
64
OwnPtr<MessageLoopInterruptor>
m_messageLoopInterruptor
;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.cpp
80
m_messageLoopInterruptor
= adoptPtr(new MessageLoopInterruptor(m_thread.get()));
83
ThreadState::current()->addInterruptor(
m_messageLoopInterruptor
.get());
130
ThreadState::current()->removeInterruptor(
m_messageLoopInterruptor
.get());
DatabaseThread.h
96
OwnPtr<MessageLoopInterruptor>
m_messageLoopInterruptor
;
Completed in 1144 milliseconds