Searched refs:isLaunching (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/Launcher/
H A DThreadLauncher.h53 bool isLaunching() const { return m_isLaunching; } function in class:WebKit::ThreadLauncher
H A DProcessLauncher.h68 bool isLaunching() const { return m_isLaunching; } function in class:WebKit::ProcessLauncher
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginProcessProxy.cpp80 if (m_processLauncher->isLaunching()) {
95 if (m_processLauncher->isLaunching()) {
109 if (m_processLauncher->isLaunching()) {
/external/webkit/Source/WebKit2/UIProcess/
H A DChunkedUpdateDrawingAreaProxy.cpp70 if (page->process()->isLaunching())
H A DWebProcessProxy.cpp135 if (isLaunching()) {
147 bool WebProcessProxy::isLaunching() const function in class:WebKit::WebProcessProxy
150 return m_processLauncher->isLaunching();
152 return m_threadLauncher->isLaunching();
H A DWebProcessProxy.h89 bool isLaunching() const;
90 bool canSendMessage() const { return isValid() || isLaunching(); }
H A DDrawingAreaProxyImpl.cpp298 if (m_webPageProxy->process()->isLaunching())
H A DTiledDrawingAreaProxy.cpp321 if (page->process()->isLaunching())

Completed in 655 milliseconds