/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | DOMDataStore.h | 71 return ScriptWrappable::fromObject(object)->setReturnValue(returnValue); in setReturnValueFromWrapperFast() 79 return ScriptWrappable::fromObject(object)->setReturnValue(returnValue); in setReturnValueFromWrapperFast() 91 return ScriptWrappable::fromObject(object)->setReturnValue(returnValue); in setReturnValueFromWrapper() 100 return ScriptWrappable::fromObject(object)->setReturnValue(returnValue); in setReturnValueFromWrapperForMainWorld() 108 … v8::Handle<v8::Object> result = ScriptWrappable::fromObject(object)->newLocalWrapper(isolate); in getWrapper() 121 ScriptWrappable::fromObject(child)->setReference(parent, isolate); in setWrapperReference() 131 ScriptWrappable::fromObject(object)->setWrapper(wrapper, isolate, configuration); in setWrapper() 147 return ScriptWrappable::fromObject(object)->newLocalWrapper(isolate); in get() 155 ScriptWrappable::fromObject(child)->setReference(parent, isolate); in setReference() 165 return ScriptWrappable::fromObject(object)->setReturnValue(returnValue); in setReturnValueFrom() [all …]
|
D | ScriptWrappable.h | 143 static ScriptWrappable* fromObject(const void*) in fromObject() function 149 static ScriptWrappable* fromObject(ScriptWrappable* object) in fromObject() function
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | SnippetStorage.js | 97 this._snippetAdded(WebInspector.Snippet.fromObject(this, savedSnippets[i])); 155 WebInspector.Snippet.fromObject = function(storage, serializedSnippet) function in WebInspector.Snippet
|
D | CSSStyleModel.js | 756 this.range = payload.range ? WebInspector.TextRange.fromObject(payload.range) : null; 1023 selector.range = WebInspector.TextRange.fromObject(selector.range); 1174 this.range = range ? WebInspector.TextRange.fromObject(range) : null; 1422 this.range = payload.range ? WebInspector.TextRange.fromObject(payload.range) : null;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | TabbedEditorContainer.js | 68 …this._history = WebInspector.TabbedEditorContainer.History.fromObject(this._previouslyViewedFilesS… 541 WebInspector.TabbedEditorContainer.HistoryItem.fromObject = function (serializedHistoryItem) function in WebInspector.TabbedEditorContainer.HistoryItem 543 …var selectionRange = serializedHistoryItem.selectionRange ? WebInspector.TextRange.fromObject(seri… 577 WebInspector.TabbedEditorContainer.History.fromObject = function(serializedHistory) function in WebInspector.TabbedEditorContainer.History 581 items.push(WebInspector.TabbedEditorContainer.HistoryItem.fromObject(serializedHistory[i]));
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8DataViewCustom.cpp | 38 ScriptWrappable::fromObject(object)->setTypeInfo(&V8DataView::wrapperTypeInfo); in initializeScriptWrappableForInterface()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestInterfaceEmpty.cpp | 26 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceEmpty::wrapperTypeInfo); in initializeScriptWrappableForInterface() 96 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceCustomConstructor.cpp | 27 …ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceCustomConstructor::wrapperTypeInf… in initializeScriptWrappableForInterface() 115 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceDocument.cpp | 29 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceDocument::wrapperTypeInfo); in initializeScriptWrappableForInterface() 111 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestSpecialOperationsNotEnumerable.cpp | 26 …ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestSpecialOperationsNotEnumerable::wrapperTyp… in initializeScriptWrappableForInterface() 136 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8SVGTestInterface.cpp | 28 ScriptWrappable::fromObject(object)->setTypeInfo(&V8SVGTestInterface::wrapperTypeInfo); in initializeScriptWrappableForInterface() 133 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceConstructor3.cpp | 27 … ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceConstructor3::wrapperTypeInfo); in initializeScriptWrappableForInterface() 133 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceEventTarget.cpp | 27 … ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceEventTarget::wrapperTypeInfo); in initializeScriptWrappableForInterface() 150 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterface3.cpp | 27 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterface3::wrapperTypeInfo); in initializeScriptWrappableForInterface() 155 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestException.cpp | 26 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestException::wrapperTypeInfo); in initializeScriptWrappableForInterface() 147 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceNamedConstructor2.cpp | 27 …ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceNamedConstructor2::wrapperTypeInf… in initializeScriptWrappableForInterface() 153 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceConstructor.cpp | 30 … ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceConstructor::wrapperTypeInfo); in initializeScriptWrappableForInterface() 221 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceGarbageCollected.cpp | 28 …ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceGarbageCollected::wrapperTypeInfo… in initializeScriptWrappableForInterface() 199 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceConstructor2.cpp | 29 … ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceConstructor2::wrapperTypeInfo); in initializeScriptWrappableForInterface() 244 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceNamedConstructor.cpp | 27 …ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceNamedConstructor::wrapperTypeInfo… in initializeScriptWrappableForInterface() 205 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestSpecialOperations.cpp | 32 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestSpecialOperations::wrapperTypeInfo); in initializeScriptWrappableForInterface() 231 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestNode.cpp | 27 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestNode::wrapperTypeInfo); in initializeScriptWrappableForInterface() 225 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestInterfaceWillBeGarbageCollected.cpp | 28 …ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestInterfaceWillBeGarbageCollected::wrapperTy… in initializeScriptWrappableForInterface() 255 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
D | V8TestTypedefs.cpp | 30 ScriptWrappable::fromObject(object)->setTypeInfo(&V8TestTypedefs::wrapperTypeInfo); in initializeScriptWrappableForInterface() 370 const WrapperTypeInfo* actualInfo = ScriptWrappable::fromObject(impl.get())->typeInfo(); in createWrapper()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | TextRange.js | 60 WebInspector.TextRange.fromObject = function(serializedTextRange) function in WebInspector.TextRange
|