Searched defs:isActive (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportStateResolver.cpp68 inline bool HTMLImportStateResolver::isActive() const function in class:WebCore::HTMLImportStateResolver
77 if (isActive())
/external/aac/libFDK/include/
H A DFDK_crc.h107 UCHAR isActive; member in struct:__anon144
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewCoreFocusTest.java42 public boolean isActive(View view) { method in class:ContentViewCoreFocusTest.TestInputMethodManagerWrapper
/external/chromium_org/remoting/webapp/
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() {
85 this.eventSource_.raiseEvent(this.kEventName_, this.isActive());
H A Dfullscreen_v2.js33 this.notifyCallbacksOnRestore_ = this.isActive();
59 if (this.isActive() == fullscreen) {
74 } else if (this.isActive()) {
80 this.activate(!this.isActive());
83 remoting.FullscreenAppsV2.prototype.isActive = function() {
120 if (this.isActive()) {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.h82 bool isActive() const { return m_isActive; } function in class:WebCore::FocusController
/external/chromium_org/third_party/WebKit/Source/platform/
H A DAsyncMethodRunner.h62 ASSERT(!m_timer.isActive());
68 if (!m_timer.isActive())
80 if (!m_timer.isActive())
104 ASSERT(!m_timer.isActive());
111 if (m_timer.isActive())
115 bool isActive() const function in class:WebCore::FINAL
117 return m_timer.isActive();
H A DTimer.h60 bool isActive() const;
137 inline bool TimerBase::isActive() const function in class:WebCore::TimerBase
162 if (isActive()) {
170 using TimerBase::isActive;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DFramelessScrollView.cpp53 bool FramelessScrollView::isActive() const function in class:WebCore::FramelessScrollView
61 return 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;
H A Dbraille_overlay_widget.js68 cvox.BrailleOverlayWidget.prototype.isActive = function() {
/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);
H A DAdapterInputConnection.java443 boolean isActive() { method in class:AdapterInputConnection
444 return getInputMethodManagerWrapper().isActive(mInternalView);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DUserActionElementSet.h44 bool isActive(const Node* node) { return hasFlags(node, IsActiveFlag); } function in class:WebCore::FINAL
H A DDocumentLifecycle.h117 bool isActive() const { return m_state > Inactive && m_state < Stopping; } function in class:WebCore::DocumentLifecycle
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCue.cpp146 bool TextTrackCue::isActive() function in class:WebCore::TextTrackCue
/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()});
H A Dmathjax_external_util.js141 cvox.MathJaxExternalUtil.isActive = function() {
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTestInputMethodManagerWrapper.java43 public boolean isActive(View view) { method in class:TestInputMethodManagerWrapper
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h76 bool isActive() const { return m_state == Active; } function in class:WebCore::FINAL
/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/third_party/WebKit/Source/devtools/front_end/components/
H A DFilterBar.js117 var isActive = false;
119 if (this._filters[i].isActive())
188 isActive: function() { },
242 isActive: function()
495 isActive: function()
615 isActive: function()
697 isActive: function()
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
H A DAdapterInputConnectionTest.java105 public boolean isActive(View view) { method in class:AdapterInputConnectionTest.TestInputMethodManagerWrapper

Completed in 720 milliseconds

1234