Searched defs:HasInstance (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ArrayBufferViewCustom.h47 static bool HasInstance(v8::Handle<v8::Value> value, v8::Isolate*, WrapperWorldType) function in class:WebCore::V8ArrayBufferView
H A DV8ArrayBufferCustom.cpp53 bool V8ArrayBuffer::HasInstance(v8::Handle<v8::Value> value, v8::Isolate*, WrapperWorldType) function in class:WebCore::V8ArrayBuffer
H A DV8TypedArrayCustom.h52 static bool HasInstance(v8::Handle<v8::Value> value, v8::Isolate*, WrapperWorldType) function in class:WebCore::V8TypedArray
/external/chromium/net/base/
H A Dtest_root_certs.cc42 bool TestRootCerts::HasInstance() { function in class:net::TestRootCerts
/external/chromium_org/net/cert/
H A Dtest_root_certs.cc41 bool TestRootCerts::HasInstance() { function in class:net::TestRootCerts
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp124 bool {{v8_class_name}}::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in namespace:WebCore
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestEvent.cpp96 bool V8TestEvent::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestEvent
H A DV8TestEventConstructor.cpp176 bool V8TestEventConstructor::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestEventConstructor
H A DV8TestException.cpp114 bool V8TestException::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestException
H A DV8TestExtendedEvent.cpp189 bool V8TestExtendedEvent::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestExtendedEvent
H A DV8TestMediaQueryListListener.cpp125 bool V8TestMediaQueryListListener::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestMediaQueryListListener
H A DV8TestNamedConstructor.cpp158 bool V8TestNamedConstructor::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestNamedConstructor
H A DV8TestNode.cpp125 bool V8TestNode::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestNode
H A DV8TestOverloadedConstructors.cpp92 V8TRYCATCH_VOID(Blob*, blob, V8Blob::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Blob::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0);
114 if ((args.Length() == 1 && (V8ArrayBuffer::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))))) {
118 if ((args.Length() == 1 && (V8ArrayBufferView::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))))) {
122 if ((args.Length() == 1 && (V8Blob::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate()))))) {
188 bool V8TestOverloadedConstructors::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestOverloadedConstructors
H A DV8Float64Array.cpp192 bool V8Float64Array::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8Float64Array
H A DV8TestActiveDOMObject.cpp101 V8TRYCATCH_VOID(Node*, nextChild, V8Node::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0);
236 bool V8TestActiveDOMObject::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestActiveDOMObject
H A DV8TestCustomAccessors.cpp182 bool V8TestCustomAccessors::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestCustomAccessors
H A DV8TestEventTarget.cpp132 V8TRYCATCH_VOID(Node*, propertyValue, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
316 bool V8TestEventTarget::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestEventTarget
H A DV8TestInterfaceImplementedAs.cpp112 V8TRYCATCH_VOID(RealClass*, v, V8TestInterfaceImplementedAs::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8TestInterfaceImplementedAs::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
150 V8TRYCATCH_VOID(RealClass*, orange, V8TestInterfaceImplementedAs::HasInstance(args[0], args.GetIsolate(), worldType(args.GetIsolate())) ? V8TestInterfaceImplementedAs::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0);
215 bool V8TestInterfaceImplementedAs::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestInterfaceImplementedAs
H A DV8TestSerializedScriptValueInterface.cpp213 bool V8TestSerializedScriptValueInterface::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestSerializedScriptValueInterface
H A DV8TestTypedefs.cpp583 bool V8TestTypedefs::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestTypedefs
H A DV8TestInterface.cpp253 V8TRYCATCH_VOID(Node*, v, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
298 V8TRYCATCH_VOID(Node*, v, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
343 V8TRYCATCH_VOID(Node*, v, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
388 V8TRYCATCH_VOID(Node*, v, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
586 V8TRYCATCH_VOID(Node*, v, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
631 V8TRYCATCH_VOID(Node*, v, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
676 V8TRYCATCH_VOID(Node*, v, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
721 V8TRYCATCH_VOID(Node*, v, V8Node::HasInstance(value, info.GetIsolate(), worldType(info.GetIsolate())) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(value)) : 0);
773 V8TRYCATCH_VOID(TestObj*, objArg, V8TestObject::HasInstance(args[1], args.GetIsolate(), worldType(args.GetIsolate())) ? V8TestObject::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
862 V8TRYCATCH_VOID(TestObj*, objArg, V8TestObject::HasInstance(arg
1215 bool V8TestInterface::HasInstance(v8::Handle<v8::Value> value, v8::Isolate* isolate, WrapperWorldType currentWorldType) function in class:WebCore::V8TestInterface
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dupdate_screen.cc50 bool UpdateScreen::HasInstance(UpdateScreen* inst) { function in class:chromeos::UpdateScreen
166 if (UpdateScreen::HasInstance(screen))
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dupdate_screen.cc72 if (UpdateScreen::HasInstance(screen)) {
96 bool UpdateScreen::HasInstance(UpdateScreen* inst) { function in class:chromeos::UpdateScreen
/external/chromium_org/ash/
H A Dshell.cc367 bool Shell::HasInstance() { function in class:ash::Shell

Completed in 981 milliseconds

12