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

1 2 3 4

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 69 return CanvasStyle::createFromGradient(V8CanvasGradient::toNative(v8::Handle<v8::Object>::Cast(value)));
72 return CanvasStyle::createFromPattern(V8CanvasPattern::toNative(v8::Handle<v8::Object>::Cast(value)));
79 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
85 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
91 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
97 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toNative(info.Holder());
V8HTMLOutputElementCustom.cpp 44 HTMLOutputElement* imp = V8HTMLOutputElement::toNative(info.Holder());
51 HTMLOutputElement* imp = V8HTMLOutputElement::toNative(info.Holder());
V8DOMSettableTokenListCustom.cpp 38 DOMSettableTokenList* list = V8DOMSettableTokenList::toNative(info.Holder());
V8HTMLSelectElementCustom.cpp 52 RefPtr<Node> result = V8HTMLSelectElement::toNative(info.Holder())->item(index);
62 HTMLSelectElement* select = V8HTMLSelectElement::toNative(info.Holder());
69 HTMLSelectElement* imp = V8HTMLSelectElement::toNative(args.Holder());
76 HTMLOptionElement* element = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>::Cast(args[0]));
V8JavaScriptCallFrameCustom.cpp 44 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(args.Holder());
52 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
59 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(args.Holder());
67 JavaScriptCallFrame* impl = V8JavaScriptCallFrame::toNative(info.Holder());
V8PerformanceCustom.cpp 45 Performance* imp = V8Performance::toNative(info.Holder());
V8PopStateEventCustom.cpp 44 PopStateEvent* event = V8PopStateEvent::toNative(info.Holder());
V8XSLTProcessorCustom.cpp 62 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder());
64 Node* node = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
76 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder());
78 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
79 Document* owner = V8Document::toNative(v8::Handle<v8::Object>::Cast(args[1]));
92 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder());
94 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
112 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder());
129 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder());
146 XSLTProcessor* imp = V8XSLTProcessor::toNative(args.Holder())
    [all...]
V8DocumentLocationCustom.cpp 37 Document* document = V8Document::toNative(info.Holder());
47 Document* document = V8Document::toNative(info.Holder());
V8InjectedScriptHostCustom.cpp 56 return V8Node::toNative(v8::Handle<v8::Object>::Cast(value.v8Value()));
74 InjectedScriptHost* host = V8InjectedScriptHost::toNative(args.Holder());
101 InjectedScriptHost* host = V8InjectedScriptHost::toNative(args.Holder());
113 InjectedScriptHost* host = V8InjectedScriptHost::toNative(args.Holder());
127 InjectedScriptHost* host = V8InjectedScriptHost::toNative(args.Holder());
128 Database* database = V8Database::toNative(v8::Handle<v8::Object>::Cast(args[0]));
141 InjectedScriptHost* host = V8InjectedScriptHost::toNative(args.Holder());
142 Storage* storage = V8Storage::toNative(v8::Handle<v8::Object>::Cast(args[0]));
V8CoordinatesCustom.cpp 39 Coordinates* imp = V8Coordinates::toNative(holder);
49 Coordinates* imp = V8Coordinates::toNative(holder);
59 Coordinates* imp = V8Coordinates::toNative(holder);
69 Coordinates* imp = V8Coordinates::toNative(holder);
V8DataGridColumnListCustom.cpp 55 DataGridColumnList* imp = V8DataGridColumnList::toNative(info.Holder());
V8HTMLFrameElementCustom.cpp 46 HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder());
V8StyleSheetListCustom.cpp 50 StyleSheetList* imp = V8StyleSheetList::toNative(info.Holder());
V8AudioNodeCustom.cpp 44 AudioNode* destinationNode = toNative(args[0]->ToObject());
63 AudioNode* audioNode = toNative(args.Holder());
81 AudioNode* audioNode = toNative(args.Holder());
V8DOMFormDataCustom.cpp 52 form = V8HTMLFormElement::toNative(args[0]->ToObject());
66 DOMFormData* domFormData = V8DOMFormData::toNative(args.Holder());
73 Blob* blob = V8Blob::toNative(object);
V8ClipboardCustom.cpp 50 Clipboard* clipboard = V8Clipboard::toNative(info.Holder());
68 Clipboard* clipboard = V8Clipboard::toNative(args.Holder());
86 Clipboard* clipboard = V8Clipboard::toNative(args.Holder());
102 Clipboard* clipboard = V8Clipboard::toNative(args.Holder());
115 node = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0]));
V8HTMLInputElementCustom.cpp 45 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder);
58 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder);
71 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder);
84 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder);
98 HTMLInputElement* imp = V8HTMLInputElement::toNative(holder);
V8HTMLOptionsCollectionCustom.cpp 50 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(args.Holder());
62 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(args.Holder());
63 HTMLOptionElement* option = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>(v8::Handle<v8::Object>::Cast(args[0])));
91 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder());
99 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder());
120 HTMLOptionsCollection* collection = V8HTMLOptionsCollection::toNative(info.Holder());
132 HTMLOptionsCollection* collection = V8HTMLOptionsCollection::toNative(info.Holder());
V8NodeCustom.cpp 65 Node* imp = V8Node::toNative(holder);
67 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
68 Node* refChild = V8Node::HasInstance(args[1]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0;
84 Node* imp = V8Node::toNative(holder);
86 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
87 Node* oldChild = V8Node::HasInstance(args[1]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0;
102 Node* imp = V8Node::toNative(holder);
104 Node* oldChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0;
120 Node* imp = V8Node::toNative(holder);
122 Node* newChild = V8Node::HasInstance(args[0]) ? V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])) : 0
    [all...]
V8LocationCustom.cpp 54 Location* impl = V8Location::toNative(info.Holder());
66 Location* impl = V8Location::toNative(info.Holder());
78 Location* impl = V8Location::toNative(info.Holder());
90 Location* impl = V8Location::toNative(info.Holder());
102 Location* impl = V8Location::toNative(info.Holder());
114 Location* impl = V8Location::toNative(info.Holder());
126 Location* impl = V8Location::toNative(info.Holder());
141 Location* impl = V8Location::toNative(info.Holder());
160 Location* imp = V8Location::toNative(holder);
178 Location* imp = V8Location::toNative(holder)
    [all...]
V8ConsoleCustom.cpp 54 Console* imp = V8Console::toNative(info.Holder());
68 Console* imp = V8Console::toNative(args.Holder());
78 Console* imp = V8Console::toNative(args.Holder());
90 Console* imp = V8Console::toNative(args.Holder());
102 Console* imp = V8Console::toNative(args.Holder());
115 Console* imp = V8Console::toNative(info.Holder());
V8NotificationCenterCustom.cpp 52 NotificationCenter* notificationCenter = V8NotificationCenter::toNative(args.Holder());
68 NotificationCenter* notificationCenter = V8NotificationCenter::toNative(args.Holder());
83 NotificationCenter* notificationCenter = V8NotificationCenter::toNative(args.Holder());
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 58 TestObj* imp = V8TestObj::toNative(info.Holder());
65 TestObj* imp = V8TestObj::toNative(info.Holder());
72 TestObj* imp = V8TestObj::toNative(info.Holder());
86 TestObj* imp = V8TestObj::toNative(info.Holder());
93 TestObj* imp = V8TestObj::toNative(info.Holder());
102 TestObj* imp = V8TestObj::toNative(info.Holder());
109 TestObj* imp = V8TestObj::toNative(info.Holder());
118 TestObj* imp = V8TestObj::toNative(info.Holder());
125 TestObj* imp = V8TestObj::toNative(info.Holder());
134 TestObj* imp = V8TestObj::toNative(info.Holder())
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Collection.cpp 55 HTMLOptionElement* element = V8HTMLOptionElement::toNative(v8::Handle<v8::Object>::Cast(value));

Completed in 127 milliseconds

1 2 3 4