HomeSort by relevance Sort by last modified time
    Searched refs:isRootObject (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderLoader.java 92 if (this.isRootObject(loadingResults, (Node)object)) {
150 protected boolean isRootObject(LoadingResults loadingResults, Spatial spatial) {
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 249 static bool isRootObject(AccessibilityObject* coreObject)
271 if (!coreParent && isRootObject(coreObject)) {
297 if (!coreParent && isRootObject(coreObject))
335 if (!parent && isRootObject(coreObject)) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp 361 bool isRootObject = isRoot();
365 if (isRootObject || isViewObject)
372 if (style()->overflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTableSection())) {
    [all...]

Completed in 417 milliseconds