Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFrontendHost.cpp152 void InspectorFrontendHost::copyText(const String& text) in copyText() function in WebCore::InspectorFrontendHost
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DInspectorFrontendHostStub.js128 copyText: function(text) method in WebInspector.InspectorFrontendHostStub
Dexterns.js234 InspectorFrontendHostAPI.prototype.copyText = function(text) {} method in InspectorFrontendHostAPI