OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDetached
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp
103
bool WebAXObject::
isDetached
() const
108
return m_private->
isDetached
();
113
if (
isDetached
())
121
if (!
isDetached
())
123
return !
isDetached
();
128
if (
isDetached
())
136
if (
isDetached
())
144
if (
isDetached
())
152
if (
isDetached
())
160
if (
isDetached
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DecodedDataDocumentParser.cpp
68
if (
isDetached
())
80
if (
isDetached
())
DocumentParser.h
80
bool
isDetached
() const { return m_state == DetachedState; }
/external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc
219
!obj.
isDetached
() &&
228
if (obj.
isDetached
()) {
244
while (!parent.
isDetached
() &&
249
if (parent.
isDetached
()) {
406
if (!parent_obj.
isDetached
())
506
if (obj.
isDetached
()) {
524
if (obj.
isDetached
()) {
552
if (obj.
isDetached
()) {
578
if (obj.
isDetached
()) {
609
if (obj.
isDetached
()) {
[
all
...]
accessibility_node_serializer.cc
43
while (!parent.
isDetached
() && parent.accessibilityIsIgnored())
204
if (!src.titleUIElement().
isDetached
()) {
291
while (!container_accessible.
isDetached
()) {
400
if (!header.
isDetached
())
406
if (!cell.
isDetached
()) {
423
if (!header.
isDetached
())
430
if (!header.
isDetached
())
456
if (!is_iframe && !child.
isDetached
() && !IsParentUnignoredOf(src, child))
482
if (child.
isDetached
())
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java
56
if (fragment != null && !fragment.
isDetached
()) {
TabHelperEclair.java
83
if (fragment != null && !fragment.
isDetached
()) {
/libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java
850
if (it == null || it.
isDetached
()) {
896
// assert it == null || it.
isDetached
();
923
// assert it == null || it.
isDetached
();
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentNestingTabs.java
91
if (mFragment != null && !mFragment.
isDetached
()) {
FragmentTabs.java
91
if (mFragment != null && !mFragment.
isDetached
()) {
FragmentTabsFragment.java
165
if (tab.fragment != null && !tab.fragment.
isDetached
()) {
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h
104
virtual bool
isDetached
() const OVERRIDE { return !m_node; }
AXRenderObject.h
94
virtual bool
isDetached
() const OVERRIDE { return !m_renderer; }
AXScrollView.cpp
45
ASSERT(
isDetached
());
AXObject.cpp
142
ASSERT(
isDetached
());
154
bool AXObject::
isDetached
() const
AXObject.h
288
virtual bool
isDetached
() const;
/external/chromium_org/third_party/WebKit/Source/testing/runner/
AccessibilityController.cpp
99
if (obj.isNull() || obj.
isDetached
())
/external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h
72
//
isDetached
also checks for null, so it's safe to just call
isDetached
.
73
BLINK_EXPORT bool
isDetached
() const;
90
// so always call
isDetached
if updateBackingStoreAndCheckValidity
/packages/apps/Settings/src/com/android/settings/
RestrictedSettingsFragment.java
163
} else if (!
isDetached
()) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerController.java
105
&& !mPagerAdapter.
isDetached
()) {
ConversationPagerAdapter.java
135
public boolean
isDetached
() {
/frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java
229
if (info.fragment != null && !info.fragment.
isDetached
()) {
252
if (tab.fragment != null && !tab.fragment.
isDetached
()) {
/frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java
237
if (info.fragment != null && !info.fragment.
isDetached
()) {
260
if (tab.fragment != null && !tab.fragment.
isDetached
()) {
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp
190
if (
isDetached
())
746
ASSERT(!
isDetached
());
782
if (
isDetached
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp
412
if (
isDetached
())
480
if (!
isDetached
() && !m_requestingScript)
861
ASSERT(!
isDetached
());
[
all
...]
Completed in 1094 milliseconds
1
2
3