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

  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLAudioElementConstructor.cpp 91 result->Inherit(V8HTMLAudioElement::GetTemplate());
V8HTMLImageElementConstructor.cpp 91 result->Inherit(V8HTMLImageElement::GetTemplate());
V8HTMLOptionElementConstructor.cpp 107 result->Inherit(V8HTMLOptionElement::GetTemplate());
  /device/htc/passion/
full_passion.mk 22 # Inherit from those products. Most specific first.
23 $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
26 $(call inherit-product, device/htc/passion/passion_us.mk)
27 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
  /device/samsung/crespo/
full_crespo.mk 22 # Inherit from those products. Most specific first.
23 $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
26 $(call inherit-product, device/samsung/crespo/device.mk)
27 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
  /device/samsung/crespo4g/
full_crespo4g.mk 22 # Inherit from those products. Most specific first.
23 $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
26 $(call inherit-product, device/samsung/crespo4g/device.mk)
27 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
  /external/webkit/WebCore/dom/
Node.h 106 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force };
Element.cpp 860 if (hasParentStyle && (change >= Inherit || needsStyleRecalc())) {
928 if (change >= Inherit || n->isTextNode() || n->childNeedsStyleRecalc() || n->needsStyleRecalc())
    [all...]
Node.cpp 311 ch = Inherit;
315 ch = Inherit;
    [all...]
Document.cpp 391 , m_designMode(inherit)
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Binding.cpp 453 desc->Inherit(parentClass);
  /external/v8/test/cctest/
test-api.cc 149 sub_fun->Inherit(fun);
165 sub_fun->Inherit(fun);
690 derived->Inherit(base);
942 base1->Inherit(super);
946 base2->Inherit(super);
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
mirror-debugger.js 125 * Inherit the prototype methods from one constructor into another.
133 * @param {function} ctor Constructor function which needs to inherit the
135 * @param {function} superCtor Constructor function to inherit prototype from
    [all...]
api.cc 661 void FunctionTemplate::Inherit(v8::Handle<FunctionTemplate> value) {
662 if (IsDeadCheck("v8::FunctionTemplate::Inherit()")) return;
    [all...]

Completed in 389 milliseconds