HomeSort by relevance Sort by last modified time
    Searched refs:toNative (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.cpp 71 ASSERT(V8Document::toNative(wrapper) == document);
72 ASSERT(!document->isHTMLDocument() || (V8Document::toNative(v8::Handle<v8::Object>::Cast(wrapper->GetPrototype())) == document));
451 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(info.Holder());
ScriptWrappable.h 196 void* object = toNative(data.GetValue());
V8NPObject.cpp 80 element = V8HTMLAppletElement::toNative(info.Holder());
82 element = V8HTMLEmbedElement::toNative(info.Holder());
84 element = V8HTMLObjectElement::toNative(info.Holder());
404 NPObject* npObject = static_cast<NPObject*>(toNative(data.GetValue()));
V8GCController.cpp 126 Node* node = V8Node::toNative(*wrapper);
256 void* object = toNative(*wrapper);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestException.h 48 static TestException* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceCheckSecurity.h 48 static TestInterfaceCheckSecurity* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceDoNotCheckConstants.h 48 static TestInterfaceDoNotCheckConstants* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceEmpty.h 48 static TestInterfaceEmpty* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceEventTarget.cpp 120 return toNative(object);
V8TestInterfaceImplementedAs.h 48 static RealClass* toNative(v8::Handle<v8::Object> object)
V8TestInterfacePython2.h 48 static TestInterfacePython2* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceConstructor.cpp 94 V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::hasInstance(info[2], info.GetIsolate(), worldType(info.GetIsolate())) ? V8TestInterfaceEmpty::toNative(v8::Handle<v8::Object>::Cast(info[2])) : 0);
106 V8TRYCATCH_VOID(TestInterfaceEmpty*, optionalTestInterfaceEmptyArg, V8TestInterfaceEmpty::hasInstance(info[6], info.GetIsolate(), worldType(info.GetIsolate())) ? V8TestInterfaceEmpty::toNative(v8::Handle<v8::Object>::Cast(info[6])) : 0);
V8SupportTestInterface.h 48 static SupportTestInterface* toNative(v8::Handle<v8::Object> object)
V8TestCustomAccessors.h 48 static TestCustomAccessors* toNative(v8::Handle<v8::Object> object)
V8TestEventTarget.h 49 static TestEventTarget* toNative(v8::Handle<v8::Object> object)
V8TestException.cpp 73 TestException* imp = V8TestException::toNative(info.Holder());
V8TestInterface.h 49 static TestInterface* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceConstructor.h 48 static TestInterfaceConstructor* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceConstructor2.h 48 static TestInterfaceConstructor2* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceConstructor3.h 48 static TestInterfaceConstructor3* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceCustomConstructor.h 48 static TestInterfaceCustomConstructor* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceEventConstructor.h 50 static TestInterfaceEventConstructor* toNative(v8::Handle<v8::Object> object)
V8TestInterfaceEventTarget.h 49 static TestInterfaceEventTarget* toNative(v8::Handle<v8::Object> object)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DeviceMotionEventCustom.cpp 105 DeviceMotionEvent* imp = V8DeviceMotionEvent::toNative(info.Holder());
V8InjectedScriptManager.cpp 119 Frame* frame = V8Window::toNative(holder)->frame();

Completed in 940 milliseconds

1 2 34 5