Searched refs:isActive (Results 1 - 25 of 217) sorted by relevance

123456789

/external/chromium/webkit/glue/
H A Dwebview_unittest.cc19 EXPECT_TRUE(view->isActive());
22 EXPECT_FALSE(view->isActive());
25 EXPECT_TRUE(view->isActive());
/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCForContextDispose.cpp46 if (!m_pseudoIdleTimer.isActive())
52 if (m_pseudoIdleTimer.isActive()) {
/external/webkit/Source/WebCore/page/
H A DSuspendableTimer.cpp51 return isActive();
65 m_active = isActive();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDeviceOrientationProviderQt.h44 bool isActive() const { return m_rotation.isActive(); } function in class:WebCore::DeviceOrientationProviderQt
/external/webkit/Source/WebCore/history/
H A DBackForwardController.cpp97 bool BackForwardController::isActive() function in class:WebCore::BackForwardController
99 return m_client->isActive();
H A DBackForwardList.h54 virtual bool isActive() = 0;
H A DBackForwardController.h62 bool isActive();
/external/webkit/Source/WebCore/storage/wince/
H A DLocalStorageThreadWinCE.cpp60 if (!m_timer.isActive())
67 if (!m_timer.isActive())
/external/skia/include/views/
H A DSkTouchGesture.h17 bool isActive() const { return fActive; } function in struct:SkFlingState
40 bool isActive() { return fFlinger.isActive(); } function in class:SkTouchGesture
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebUrlLoaderClient.cpp90 bool WebUrlLoaderClient::isActive() const function in class:android::WebUrlLoaderClient
266 if (!isActive())
278 if (!isActive())
288 if (!isActive())
302 if (!isActive())
315 if (isActive() && thread)
323 if (isActive() && thread)
365 if (!isActive())
393 if (!isActive() || !size)
404 if (!isActive() || !st
[all...]
/external/webkit/Source/WebCore/platform/mock/
H A DSpeechInputClientMock.cpp56 if (m_timer.isActive())
68 if (m_timer.isActive() && m_recording) {
76 if (m_timer.isActive()) {
H A DDeviceOrientationClientMock.cpp61 if (m_isUpdating && !m_timer.isActive())
H A DGeolocationClientMock.cpp98 if (m_pendingPermission.isEmpty() && m_permissionTimer.isActive())
105 if (!m_permissionTimer.isActive())
165 if (m_isActive && !m_controllerTimer.isActive())
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp53 if (!isActive()) {
111 ASSERT(isActive());
127 return (m_total || m_loaded) && isActive();
/external/webkit/Source/WebCore/dom/
H A DDeviceMotionController.h49 bool isActive() { return !m_listeners.isEmpty(); } function in class:WebCore::DeviceMotionController
H A DDeviceOrientationController.h51 bool isActive() { return !m_listeners.isEmpty(); } function in class:WebCore::DeviceOrientationController
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionCoordinator.h54 bool isActive(IDBTransactionBackendImpl*);
/external/webkit/Source/WebKit/chromium/src/
H A DBackForwardListChromium.h56 virtual bool isActive();
/external/webkit/Source/WebKit2/UIProcess/
H A DResponsivenessTimer.cpp65 if (m_timer.isActive())
/external/webkit/Source/WebCore/html/parser/
H A DHTMLParserScheduler.cpp108 if (!m_continueNextChunkTimer.isActive())
116 ASSERT(!m_continueNextChunkTimer.isActive());
/external/webkit/Source/WebCore/platform/
H A DTimer.h50 bool isActive() const;
106 inline bool TimerBase::isActive() const function in class:WebCore::TimerBase
H A DRunLoopTimer.h54 bool isActive() const;
/external/webkit/Source/WebCore/wml/
H A DWMLTimerElement.cpp122 if (!m_card || m_timer.isActive())
139 if (m_timer.isActive())
145 if (!m_timer.isActive())
/external/aac/libFDK/include/
H A DFDK_crc.h107 UCHAR isActive; member in struct:__anon141
/external/webkit/Source/WebCore/bindings/js/
H A DGCController.cpp59 if (!m_GCTimer.isActive())

Completed in 834 milliseconds

123456789