Home
last modified time | relevance | path

Searched defs:ErrorString (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/
DInspectorProfilerAgent.h54 typedef String ErrorString; typedef
66 void clearProfiles(ErrorString*) { resetState(); } in clearProfiles() argument
71 void isEnabled(ErrorString*, bool* result) { *result = enabled(); } in isEnabled() argument
72 void start(ErrorString*) { startUserInitiatedProfiling(); } in start() argument
73 void stop(ErrorString*) { stopUserInitiatedProfiling(); } in stop() argument
DInspectorPageAgent.cpp86 void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString*, const String& source) in addScriptToEvaluateOnLoad() argument
91 void InspectorPageAgent::removeAllScriptsToEvaluateOnLoad(ErrorString*) in removeAllScriptsToEvaluateOnLoad() argument
96 void InspectorPageAgent::reloadPage(ErrorString*, const bool* const optionalIgnoreCache) in reloadPage() argument
101 void InspectorPageAgent::openInInspectedWindow(ErrorString*, const String& url) in openInInspectedWindow() argument
119 void InspectorPageAgent::setUserAgentOverride(ErrorString*, const String& userAgent) in setUserAgentOverride() argument
157 void InspectorPageAgent::getCookies(ErrorString*, RefPtr<InspectorArray>* cookies, WTF::String* coo… in getCookies() argument
201 void InspectorPageAgent::deleteCookie(ErrorString*, const String& cookieName, const String& domain) in deleteCookie() argument
DInspectorDebuggerAgent.cpp130 void InspectorDebuggerAgent::setBreakpointsActive(ErrorString*, bool active) in setBreakpointsActive() argument
154 void InspectorDebuggerAgent::setBreakpointByUrl(ErrorString*, const String& url, int lineNumber, co… in setBreakpointByUrl() argument
211 void InspectorDebuggerAgent::removeBreakpoint(ErrorString*, const String& breakpointId) in removeBreakpoint() argument
286 void InspectorDebuggerAgent::getScriptSource(ErrorString*, const String& sourceID, String* scriptSo… in getScriptSource() argument
309 void InspectorDebuggerAgent::pause(ErrorString*) in pause() argument
315 void InspectorDebuggerAgent::resume(ErrorString*) in resume() argument
321 void InspectorDebuggerAgent::stepOver(ErrorString*) in stepOver() argument
326 void InspectorDebuggerAgent::stepInto(ErrorString*) in stepInto() argument
331 void InspectorDebuggerAgent::stepOut(ErrorString*) in stepOut() argument
DInspectorConsoleAgent.cpp82 void InspectorConsoleAgent::enable(ErrorString*, int* consoleMessageExpireCount) in enable() argument
93 void InspectorConsoleAgent::disable(ErrorString*) in disable() argument
98 void InspectorConsoleAgent::clearConsoleMessages(ErrorString*) in clearConsoleMessages() argument
226 void InspectorConsoleAgent::setMonitoringXHREnabled(ErrorString*, bool enabled) in setMonitoringXHREnabled() argument
231 void InspectorConsoleAgent::addInspectedNode(ErrorString*, int nodeId) in addInspectedNode() argument
DInspectorProfilerAgent.cpp118 void InspectorProfilerAgent::collectGarbage(WebCore::ErrorString*) in collectGarbage()
141 void InspectorProfilerAgent::enable(ErrorString*) in enable() argument
149 void InspectorProfilerAgent::disable(ErrorString*) in disable() argument
184 void InspectorProfilerAgent::getProfileHeaders(ErrorString*, RefPtr<InspectorArray>* headers) in getProfileHeaders() argument
209 void InspectorProfilerAgent::getProfile(ErrorString*, const String& type, unsigned uid, RefPtr<Insp… in getProfile() argument
230 void InspectorProfilerAgent::removeProfile(ErrorString*, const String& type, unsigned uid) in removeProfile() argument
360 void InspectorProfilerAgent::takeHeapSnapshot(ErrorString*, bool detailed) in takeHeapSnapshot() argument
DInspectorDebuggerAgent.h57 typedef String ErrorString; typedef
70 void enable(ErrorString*) { enable(false); } in enable() argument
71 void disable(ErrorString*) { disable(); } in disable() argument
DInspectorDOMStorageAgent.cpp82 void InspectorDOMStorageAgent::getDOMStorageEntries(ErrorString*, int storageId, RefPtr<InspectorAr… in getDOMStorageEntries() argument
99 void InspectorDOMStorageAgent::setDOMStorageItem(ErrorString*, int storageId, const String& key, co… in setDOMStorageItem() argument
109 void InspectorDOMStorageAgent::removeDOMStorageItem(ErrorString*, int storageId, const String& key,… in removeDOMStorageItem() argument
DInspectorRuntimeAgent.h47 typedef String ErrorString; typedef
DInspectorRuntimeAgent.cpp82 void InspectorRuntimeAgent::releaseObject(ErrorString*, const String& objectId) in releaseObject() argument
89 void InspectorRuntimeAgent::releaseObjectGroup(ErrorString*, const String& objectGroup) in releaseObjectGroup() argument
DInjectedScript.h49 typedef String ErrorString; typedef
DInspectorApplicationCacheAgent.h47 typedef String ErrorString; typedef
DInspectorDOMStorageAgent.h46 typedef String ErrorString; typedef
DInspectorPageAgent.h51 typedef String ErrorString; typedef
DInspectorBrowserDebuggerAgent.cpp172 void InspectorBrowserDebuggerAgent::setDOMBreakpoint(ErrorString*, int nodeId, int type) in setDOMBreakpoint() argument
186 void InspectorBrowserDebuggerAgent::removeDOMBreakpoint(ErrorString*, int nodeId, int type) in removeDOMBreakpoint() argument
328 void InspectorBrowserDebuggerAgent::setXHRBreakpoint(ErrorString*, const String& url) in setXHRBreakpoint() argument
340 void InspectorBrowserDebuggerAgent::removeXHRBreakpoint(ErrorString*, const String& url) in removeXHRBreakpoint() argument
DInspectorDatabaseAgent.h45 typedef String ErrorString; typedef
DInspectorBrowserDebuggerAgent.h54 typedef String ErrorString; typedef
DInspectorDOMAgent.cpp437 void InspectorDOMAgent::getDocument(ErrorString*, RefPtr<InspectorObject>* root) in getDocument() argument
484 void InspectorDOMAgent::getChildNodes(ErrorString*, int nodeId) in getChildNodes() argument
615 void InspectorDOMAgent::setNodeName(ErrorString*, int nodeId, const String& tagName, int* newId) in setNodeName() argument
714 void InspectorDOMAgent::getEventListenersForNode(ErrorString*, int nodeId, RefPtr<InspectorArray>* … in getEventListenersForNode() argument
868 void InspectorDOMAgent::cancelSearch(ErrorString*) in cancelSearch() argument
948 void InspectorDOMAgent::setSearchingForNode(ErrorString*, bool enabled) in setSearchingForNode() argument
953 void InspectorDOMAgent::highlight(ErrorString*, Node* node) in highlight() argument
973 void InspectorDOMAgent::hideHighlight(ErrorString*) in hideHighlight() argument
989 void InspectorDOMAgent::pushNodeToFrontend(ErrorString*, const String& objectId, int* nodeId) in pushNodeToFrontend() argument
1368 void InspectorDOMAgent::copyNode(ErrorString*, int nodeId) in copyNode() argument
[all …]
DInspectorConsoleAgent.h53 typedef String ErrorString; typedef
DInspectorResourceAgent.cpp529 void InspectorResourceAgent::enable(ErrorString*) in enable() argument
542 void InspectorResourceAgent::disable(ErrorString*) in disable() argument
548 void InspectorResourceAgent::getCachedResources(ErrorString*, RefPtr<InspectorObject>* object) in getCachedResources() argument
566 void InspectorResourceAgent::setExtraHeaders(ErrorString*, PassRefPtr<InspectorObject> headers) in setExtraHeaders() argument
DInspectorResourceAgent.h72 typedef String ErrorString; typedef
DInspectorApplicationCacheAgent.cpp76 void InspectorApplicationCacheAgent::getApplicationCaches(ErrorString*, RefPtr<InspectorObject>* ap… in getApplicationCaches() argument
DInspectorTimelineAgent.h52 typedef String ErrorString; typedef
DInspectorCSSAgent.cpp263 void InspectorCSSAgent::getAllStyleSheets(ErrorString*, RefPtr<InspectorArray>* styleInfos) in getAllStyleSheets() argument
352 void InspectorCSSAgent::addRule(ErrorString*, const int contextNodeId, const String& selector, RefP… in addRule() argument
368 void InspectorCSSAgent::getSupportedCSSProperties(ErrorString*, RefPtr<InspectorArray>* cssProperti… in getSupportedCSSProperties() argument
DInspectorTimelineAgent.cpp128 void InspectorTimelineAgent::start(ErrorString*) in start() argument
138 void InspectorTimelineAgent::stop(ErrorString*) in stop() argument
DInspectorDatabaseAgent.cpp270 void InspectorDatabaseAgent::enable(ErrorString*) in enable() argument
282 void InspectorDatabaseAgent::disable(ErrorString*) in disable() argument

12