OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isActive
(Results
51 - 75
of
134
) sorted by null
1
2
3
4
5
6
/external/webkit/WebCore/loader/
ImageLoader.cpp
289
if (!m_timer.
isActive
())
RedirectScheduler.cpp
362
if (m_timer.
isActive
())
/external/webkit/WebCore/page/
EventSource.cpp
150
if (m_reconnectTimer.
isActive
()) {
FrameView.h
235
virtual bool
isActive
() const;
/external/webkit/WebCore/platform/
Timer.cpp
201
ASSERT(
isActive
());
ScrollbarThemeComposite.cpp
107
if (scrollbar->client()->
isActive
())
/external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.cpp
188
if (scrollbar->client()->
isActive
())
/external/webkit/WebCore/plugins/
PluginPackage.cpp
60
ASSERT(!m_freeLibraryTimer.
isActive
());
/external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp
228
if (m_freeLibraryTimer.
isActive
()) {
/external/webkit/WebCore/rendering/
RenderTheme.cpp
663
if (!
isActive
(o))
670
bool RenderTheme::
isActive
(const RenderObject* o) const
684
return page->focusController()->
isActive
();
754
if (!
isActive
(o))
[
all
...]
RenderTheme.h
274
bool
isActive
(const RenderObject*) const;
RenderListBox.cpp
614
bool RenderListBox::
isActive
() const
617
return page && page->focusController()->
isActive
();
RenderMedia.cpp
355
if (m_timeUpdateTimer.
isActive
())
451
if (m_opacityAnimationTimer.
isActive
()) {
/external/webkit/WebCore/svg/animation/
SMILTimeContainer.cpp
89
bool SMILTimeContainer::
isActive
() const
/external/webkit/WebKit/android/benchmark/
Intercept.cpp
173
if (!m_timer.
isActive
())
/external/webkit/WebKit/chromium/src/
WebViewImpl.h
111
virtual bool
isActive
() const;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java
83
if (!mDictionary.
isActive
()) {
/packages/apps/Tag/src/com/android/apps/tag/
MyTagList.java
294
boolean
isActive
= cursor.getLong(TagQuery.COLUMN_ID) == mActiveTagId;
295
holder.activeIcon.setVisibility(
isActive
? View.VISIBLE : View.GONE);
/external/webkit/WebCore/html/
HTMLDocument.cpp
157
if (!page->focusController()->
isActive
())
HTMLMediaElement.cpp
303
if (m_loadTimer.
isActive
())
318
if (!m_asyncEventTimer.
isActive
())
628
if (m_progressEventTimer.
isActive
())
[
all
...]
/external/webkit/WebKitTools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp
161
if (!m_timeoutTimer.
isActive
())
/external/webkit/WebCore/platform/network/curl/
ResourceHandleManager.cpp
413
if (!m_downloadTimer.
isActive
() && (started || (runningHandles > 0)))
541
if (!m_downloadTimer.
isActive
())
800
if (!m_downloadTimer.
isActive
())
/frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java
387
public boolean
isActive
() {
538
public boolean
isActive
(View view) {
551
public boolean
isActive
() {
[
all
...]
/development/apps/Term/src/com/android/term/
Term.java
[
all
...]
/external/webkit/WebCore/accessibility/
AXObjectCache.cpp
436
if (!m_notificationPostTimer.
isActive
())
Completed in 2241 milliseconds
1
2
3
4
5
6