HomeSort by relevance Sort by last modified time
    Searched refs:Inherit (Results 1 - 25 of 35) sorted by null

1 2

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 79 Inherit,
106 Inherit,
122 protected CullHint cullHint = CullHint.Inherit;
123 protected BatchHint batchHint = BatchHint.Inherit;
139 protected RenderQueue.Bucket queueBucket = RenderQueue.Bucket.Inherit;
140 protected ShadowMode shadowMode = RenderQueue.ShadowMode.Inherit;
248 assert cm != CullHint.Inherit;
1017 * @return the cull mode of this spatial, or if set to CullHint.Inherit,
1021 if (cullHint != CullHint.Inherit) {
1031 if (batchHint != BatchHint.Inherit) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
RenderQueue.java 129 Inherit,
159 * Inherit the <code>ShadowMode</code> from the parent node.
161 Inherit
226 case Inherit:
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLImageElementConstructor.cpp 104 result->Inherit(V8HTMLImageElement::GetTemplate(isolate, currentWorldType));
  /device/asus/grouper/
full_grouper.mk 22 # Inherit from those products. Most specific first.
23 $(call inherit-product, device/asus/grouper/device.mk)
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
26 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
  /device/asus/tilapia/
full_tilapia.mk 22 # Inherit from those products. Most specific first.
23 $(call inherit-product, device/asus/tilapia/device.mk)
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
26 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
  /device/samsung/manta/
full_manta.mk 20 # details, it only fundamentally contains two inherit-product
36 # Inherit from those products. Most specific first.
37 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
38 $(call inherit-product, device/samsung/manta/device.mk)
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 162 // Inherit the superclass's methods.
226 // Inherit the superclass's methods.
261 // Inherit the superclass's methods.
320 // Inherit the superclass's methods.
351 // Inherit the superclass's methods.
main.js 43 // We inherit from WindowView
102 // Inherit the superclass's methods.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMConfiguration.cpp 68 functionDescriptor->Inherit(parentClass);
V8DOMWrapper.cpp 92 shadowTemplate->Inherit(V8HTMLDocument::GetTemplate(isolate, currentWorldType));
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTangentGenBadModels.java 114 debugTangents.setCullHint(CullHint.Inherit);
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 84 // Inherit the current parent.
util.js 6 * Inherit the prototype methods from one constructor into another.
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestNamedConstructor.cpp 122 result->Inherit(V8TestNamedConstructor::GetTemplate(isolate, currentWorldType));
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.cpp 77 if (change < Inherit)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 168 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force };
    [all...]
Node.cpp 285 ch = Inherit;
289 ch = Inherit;
291 ch = Inherit;
    [all...]
  /external/harfbuzz/src/
harfbuzz-indic.cpp 488 Inherit
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 488 Inherit
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 151 node.setCullHint(visible ? CullHint.Always : CullHint.Inherit);
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
ribbon.js 24 * Inherit from HTMLDivElement.
mosaic_mode.js 85 * Inherit from HTMLDivElement.
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 184 /// to inherit the named class's constructors.
220 void setInheritConstructors(bool Inherit = true) {
221 InheritConstructors = Inherit;
307 /// virtual function/base, and doesn't inherit from a non-empty
    [all...]
  /external/v8/test/cctest/
test-api.cc 182 sub_fun->Inherit(fun);
198 sub_fun->Inherit(fun);
907 derived->Inherit(base);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 225 sub_fun->Inherit(fun);
241 sub_fun->Inherit(fun);
    [all...]

Completed in 701 milliseconds

1 2