Searched defs:copyText (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ | ||
D | InjectedScriptExterns.js | 52 InjectedScriptHostClass.prototype.copyText = function(object) { } method in InjectedScriptHostClass |
D | InspectorFrontendHost.cpp | 155 void InspectorFrontendHost::copyText(const String& text) in copyText() function in WebCore::InspectorFrontendHost |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ | ||
D | InspectorFrontendHostStub.js | 136 copyText: function(text) method in WebInspector.InspectorFrontendHostStub |
D | externs.js | 262 InspectorFrontendHostAPI.prototype.copyText = function(text) {} method in InspectorFrontendHostAPI |