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

12 3 4

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g     [all...]
  /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/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 128 public boolean isRoot()
    [all...]
StylesheetRoot.java 126 public boolean isRoot()
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.cpp 515 if (!isRoot())
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 182 bool isRoot() const {
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 470 void setTask(TaskRecord newTask, ThumbnailHolder newThumbHolder, boolean isRoot) {
483 if (!isRoot && (intent.getFlags()&Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET) != 0) {
    [all...]
  /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...]
RelativeLayoutConversionHelper.java     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 587 bool isRoot = this->isRoot();
611 if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill) {
704 if (isRoot) {
    [all...]
RenderBox.cpp 328 bool isRootRenderer = isRoot();
361 bool isRootObject = isRoot();
841 if (isRoot())
    [all...]
RenderBox.h 289 return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrPositioned() && (isRoot() || isBody());
RenderTable.cpp 521 if (!isRoot()) {
623 if (isRoot())
    [all...]
RenderBlock.cpp 97 m_canCollapseWithChildren = !block->isRenderView() && !block->isRoot() && !block->isPositioned()
425 if (!curr->isRenderBlock() || curr->isFloatingOrPositioned() || curr->isTableCell() || curr->isRoot() || curr->isRenderView() || curr->hasOverflowClip()
    [all...]
  /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 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/chromium/net/ocsp/
nss_ocsp.cc 862 if (cert && !cert->isRoot && cert->authKeyID) {
  /external/libxslt/libxslt/
xsltInternals.h     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshot.js 384 get isRoot()
    [all...]

Completed in 4611 milliseconds

12 3 4