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

12345678910

/external/chromium_org/third_party/WebKit/Source/platform/
H A DAsyncMethodRunner.h62 ASSERT(!m_timer.isActive());
68 if (!m_timer.isActive())
81 if (!m_timer.isActive())
106 ASSERT(!m_timer.isActive());
113 if (m_timer.isActive())
117 bool isActive() const function in class:blink::FINAL
119 return m_timer.isActive();
H A DTimer.h58 bool isActive() const;
135 inline bool TimerBase::isActive() const function in class:blink::TimerBase
160 if (isActive()) {
168 using TimerBase::isActive;
/external/chromium_org/remoting/webapp/
H A Dfullscreen_v2.js27 this.notifyCallbacksOnRestore_ = this.isActive();
51 if (this.isActive() == fullscreen) {
66 } else if (this.isActive()) {
72 this.activate(!this.isActive());
75 remoting.FullscreenAppsV2.prototype.isActive = function() {
H A Dfullscreen.js29 remoting.Fullscreen.prototype.isActive = function() { };
H A Dfullscreen_v1.js42 if (this.isActive() == fullscreen) {
63 this.activate(!this.isActive());
66 remoting.FullscreenAppsV1.prototype.isActive = function() {
90 this.eventSource_.raiseEvent(this.kEventName_, this.isActive());
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPlatformEventController.cpp28 ASSERT(!m_timer.isActive());
38 if (hasLastData() && !m_timer.isActive()) {
52 if (m_timer.isActive())
H A DSuspendableTimer.cpp49 return isActive();
63 m_active = isActive();
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportStateResolver.h52 bool isActive() const;
H A DHTMLImportStateResolver.cpp68 inline bool HTMLImportStateResolver::isActive() const function in class:blink::HTMLImportStateResolver
77 if (isActive())
H A DHTMLImportTreeRoot.cpp67 if (m_recalcTimer.isActive() || !m_document->isActive())
70 if (m_recalcTimer.isActive() || !m_document)
100 } while (m_recalcTimer.isActive());
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dwidget.js55 if (!cvox.Widget.ref_ || !cvox.Widget.ref_.isActive()) {
65 cvox.Widget.prototype.isActive = function() {
74 if (this.isActive()) {
130 if (this.isActive()) {
193 cvox.Widget.isActive = function() {
194 return (cvox.Widget.ref_ && cvox.Widget.ref_.isActive()) || false;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8GCForContextDispose.cpp50 if (!m_didDisposeContextForMainFrame && !m_pseudoIdleTimer.isActive())
56 if (!m_didDisposeContextForMainFrame && m_pseudoIdleTimer.isActive()) {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_host.js136 if (active == cvox.ChromeVox.isActive) {
142 cvox.ChromeVox.isActive = true;
154 cvox.ChromeVox.isActive = false;
161 cvox.ChromeVox.isActive = false;
/external/chromium_org/third_party/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/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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dtabs_api_handler.js51 if (!cvox.ChromeVox.isActive) {
67 if (!cvox.ChromeVox.isActive) {
78 if (!cvox.ChromeVox.isActive) {
102 if (!cvox.ChromeVox.isActive) {
122 if (!cvox.ChromeVox.isActive) {
/external/deqp/framework/delibs/deutil/
H A DdeTimer.c165 deBool isActive; member in struct:deTimer_s
195 timer->isActive = DE_FALSE;
210 return timer->isActive;
219 if (timer->isActive)
230 timer->isActive = DE_TRUE;
240 if (timer->isActive)
251 timer->isActive = DE_TRUE;
270 timer->isActive = DE_FALSE;
403 deBool isActive = DE_FALSE; local
406 isActive
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DInputMethodManagerWrapper.java42 * @see android.view.inputmethod.InputMethodManager#isActive(View)
44 public boolean isActive(View view) { method in class:InputMethodManagerWrapper
45 return getInputMethodManager().isActive(view);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserScheduler.cpp102 if (!m_continueNextChunkTimer.isActive())
110 ASSERT(!m_continueNextChunkTimer.isActive());
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
H A Dmathjax.js65 cvox.MathJax.isActive(msg.id);
178 cvox.MathJax.isActive = function(callbackId) {
181 {'status': cvox.MathJaxExternalUtil.isActive()});
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextTrackLoader.cpp102 if (!m_cueLoadTimer.isActive())
129 if (m_cueLoadTimer.isActive())
147 if (!m_cueLoadTimer.isActive())
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DGeolocationClientMock.cpp92 if (m_pendingPermissions.isEmpty() && m_permissionTimer.isActive())
109 if (!m_permissionTimer.isActive())
156 if (m_isActive && !m_controllerTimer.isActive())
/external/aac/libFDK/include/
H A DFDK_crc.h107 UCHAR isActive; member in struct:__anon144
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverState.cpp46 ASSERT(document.isActive());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElementWithState.cpp72 if (!document().isActive())

Completed in 6642 milliseconds

12345678910