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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.h 90 PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapObject(const ScriptValue&, const String& groupName, bool generatePreview = false) const;
InjectedScript.cpp 248 PassRefPtr<TypeBuilder::Runtime::RemoteObject> InjectedScript::wrapObject(const ScriptValue& value, const String& groupName, bool generatePreview) const
251 ScriptFunctionCall wrapFunction(injectedScriptObject(), "wrapObject");
284 return wrapObject(nodeAsScriptValue(node), groupName);
InspectorHeapProfilerAgent.cpp 296 result = injectedScript.wrapObject(heapObject, objectGroup ? *objectGroup : "");
ConsoleMessage.cpp 222 RefPtr<TypeBuilder::Runtime::RemoteObject> inspectorValue = injectedScript.wrapObject(m_arguments->argumentAt(i), "console", generatePreview);
InspectorIndexedDBAgent.cpp 457 .setKey(m_injectedScript.wrapObject(idbCursor->key(), String()))
458 .setPrimaryKey(m_injectedScript.wrapObject(idbCursor->primaryKey(), String()))
459 .setValue(m_injectedScript.wrapObject(idbCursor->value(), String()));
InspectorDebuggerAgent.cpp 755 result = injectedScript.wrapObject(value, objectGroup ? *objectGroup : "");
    [all...]
InjectedScriptSource.js 125 wrapObject: function(object, groupName, canAccessInspectedWindow, generatePreview)
    [all...]
InjectedScriptCanvasModuleSource.js     [all...]
InspectorDOMAgent.cpp     [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SimpleFrame.java 43 static SimpleFrame wrapObject(Object object, FrameManager frameManager) {
SerializedFrame.java 184 static SerializedFrame wrapObject(Object object, FrameManager frameManager) {
Filter.java 624 port.setFrame(SimpleFrame.wrapObject(value, null));

Completed in 2412 milliseconds