HomeSort by relevance Sort by last modified time
    Searched refs:isRoot (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NavigatorView.js 535 while (node && !node.isRoot()) {
700 isRoot: function()
823 isRoot: function()
    [all...]
TimelinePresentationModel.js 372 if (!origin.isRoot() && !origin.coalesced)
384 for (var currentRecord = record.parent; currentRecord && !currentRecord.isRoot(); currentRecord = currentRecord.parent) {
    [all...]
JSHeapSnapshot.js 90 return containmentEdgesFilter(edge) && !edge.node().isRoot() && !edge.isWeak();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 314 if (cs.isRoot()) {
562 if (vi != null && !vi.isRoot()) {
    [all...]
LayoutCanvas.java     [all...]
CanvasViewInfo.java 425 public boolean isRoot() {
437 && mParent.isRoot()
    [all...]
ViewHierarchy.java 633 if (includeRoot || !canvasViewInfo.isRoot()) {
  /external/chromium/chrome/browser/resources/
menu.js 343 this.isRoot = model.isRoot;
561 if (!this.isRoot) {
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.js 338 this.isRoot = model.isRoot;
556 if (!this.isRoot) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 128 public boolean isRoot()
    [all...]
StylesheetRoot.java 126 public boolean isRoot()
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
navigation_list.js 196 var isRoot = PathUtil.isRootPath(this.path_);
201 if (!isRoot ||
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 88 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns(); }
RenderBox.h 52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
410 return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document()->shouldDisplaySeamlesslyWithParent() && !isInline();
    [all...]
RenderBox.cpp 280 bool isRootRenderer = isRoot();
347 bool isRootObject = isRoot();
    [all...]
TextAutosizer.cpp 500 return !container->isRoot() && !container->isBody();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.cpp 280 ASSERT(!object->isRoot());
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 187 bool isRoot() const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 793 * @param isRoot whether this view is the root (which cannot be removed)
797 private View scan(CanvasViewInfo view, boolean isRoot) {
801 if (!isRoot) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
triedict.cpp 817 bool isRoot = fNodeStack.peeki() == static_cast<int32_t>(fInfo->root);
818 if(isRoot){
832 else if ((node->flagscount & kVerticalNode) && !isRoot) {
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 92 if (len > 0 && (len == chain->len - 1) && node->cert->isRoot) {
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 481 void setTask(TaskRecord newTask, ThumbnailHolder newThumbHolder, boolean isRoot) {
502 if (!isRoot && (intent.getFlags()&Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET) != 0) {
    [all...]

Completed in 571 milliseconds

12 3 4