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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLPlugInElementCustom.cpp 76 void V8HTMLAppletElement::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
81 void V8HTMLEmbedElement::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
86 void V8HTMLObjectElement::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
V8CSSStyleDeclarationCustom.cpp 198 void V8CSSStyleDeclaration::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
V8WindowCustom.cpp 399 void V8Window::namedPropertyGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCustomAccessors.h 57 static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&);
V8TestCustomAccessors.cpp 113 V8TestCustomAccessors::namedPropertyGetterCustom(name, info);

Completed in 6091 milliseconds