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
39
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp
86
bool WebAXObject::
isDetached
() const
91
return m_private->
isDetached
();
96
if (
isDetached
())
104
if (!
isDetached
()) {
112
return !
isDetached
();
122
if (
isDetached
())
132
if (
isDetached
())
140
if (
isDetached
())
148
if (
isDetached
())
156
if (
isDetached
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DecodedDataDocumentParser.cpp
72
if (
isDetached
())
84
if (
isDetached
())
DocumentParser.h
80
bool
isDetached
() const { return m_state == DetachedState; }
/external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc
286
if (obj.
isDetached
()) {
303
if (obj.
isDetached
()) {
329
if (obj.
isDetached
()) {
353
if (obj.
isDetached
()) {
380
if (!obj.
isDetached
())
396
if (obj.
isDetached
()) {
405
if (root.
isDetached
()) {
blink_ax_tree_source.cc
58
while (!parent.
isDetached
() && parent.accessibilityIsIgnored())
158
if (child.
isDetached
())
180
} while (!node.
isDetached
() && node.accessibilityIsIgnored());
186
return !node.
isDetached
(); // This also checks if it's null.
275
if (!src.titleUIElement().
isDetached
()) {
279
if (!src.ariaActiveDescendant().
isDetached
()) {
382
while (!container_accessible.
isDetached
()) {
510
if (!header.
isDetached
())
516
if (!cell.
isDetached
()) {
533
if (!header.
isDetached
())
[
all
...]
/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
()) {
/external/glide/library/src/main/java/com/bumptech/glide/manager/
RequestManagerRetriever.java
44
if (fragment.
isDetached
()) {
65
if (Build.VERSION.SDK_INT >= 13 && fragment.
isDetached
()) {
/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
92
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
295
virtual bool
isDetached
() const;
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp
417
if (
isDetached
())
447
if (
isDetached
())
491
if (!
isDetached
() && !m_requestingScript)
873
ASSERT(!
isDetached
());
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp
239
if (
isDetached
())
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebAXObject.h
71
//
isDetached
also checks for null, so it's safe to just call
isDetached
.
72
BLINK_EXPORT bool
isDetached
() const;
79
// so always call
isDetached
if updateBackingStoreAndCheckValidity
/external/chromium_org/content/shell/renderer/test_runner/
accessibility_controller.cc
256
if (obj.isNull() || obj.
isDetached
())
web_ax_object_proxy.cc
771
return !accessibility_object_.
isDetached
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
Linkifier.js
155
var rawLocation = target && !target.
isDetached
() ? target.debuggerModel.createRawLocationByScriptId(scriptId, sourceURL, lineNumber, columnNumber || 0) : null;
BreakpointManager.js
787
if (this.target().
isDetached
()) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Target.js
215
isDetached
: function()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js
[
all
...]
Completed in 397 milliseconds
1
2