Home
last modified time | relevance | path

Searched defs:copyText (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptExterns.js52 InjectedScriptHostClass.prototype.copyText = function(object) { } method in InjectedScriptHostClass
DInspectorFrontendHost.cpp155 void InspectorFrontendHost::copyText(const String& text) in copyText() function in WebCore::InspectorFrontendHost
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DInspectorFrontendHostStub.js136 copyText: function(text) method in WebInspector.InspectorFrontendHostStub
Dexterns.js262 InspectorFrontendHostAPI.prototype.copyText = function(text) {} method in InspectorFrontendHostAPI