/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorResourceAgent.h | 72 typedef String ErrorString; 130 virtual void enable(ErrorString*) OVERRIDE; 131 virtual void disable(ErrorString*) OVERRIDE; 132 virtual void setUserAgentOverride(ErrorString*, const String& userAgent) OVERRIDE; 133 virtual void setExtraHTTPHeaders(ErrorString*, const RefPtr<JSONObject>&) OVERRIDE; 134 virtual void getResponseBody(ErrorString*, const String& requestId, String* content, bool* base64Encoded) OVERRIDE; 136 virtual void replayXHR(ErrorString*, const String& requestId) OVERRIDE; 138 virtual void canClearBrowserCache(ErrorString*, bool*) OVERRIDE; 139 virtual void canClearBrowserCookies(ErrorString*, bool*) OVERRIDE; 140 virtual void setCacheDisabled(ErrorString*, bool cacheDisabled) OVERRIDE [all...] |
InspectorCSSAgent.h | 115 virtual void enable(ErrorString*, PassRefPtr<EnableCallback>) OVERRIDE; 116 virtual void disable(ErrorString*) OVERRIDE; 127 virtual void getComputedStyleForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> >&) OVERRIDE; 128 virtual void getPlatformFontsForNode(ErrorString*, int nodeId, String* cssFamilyName, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::PlatformFontUsage> >&) OVERRIDE; 129 virtual void getInlineStylesForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::CSS::CSSStyle>& inlineStyle, RefPtr<TypeBuilder::CSS::CSSStyle>& attributes) OVERRIDE; 130 virtual void getMatchedStylesForNode(ErrorString*, int nodeId, const bool* includePseudo, const bool* includeInherited, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::RuleMatch> >& matchedCSSRules, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::PseudoIdMatches> >&, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::InheritedStyleEntry> >& inheritedEntries) OVERRIDE; 131 virtual void getStyleSheetText(ErrorString*, const String& styleSheetId, String* result) OVERRIDE; 132 virtual void setStyleSheetText(ErrorString*, const String& styleSheetId, const String& text) OVERRIDE; 134 virtual void setPropertyText(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& text, RefPtr<TypeBuilder::CSS::CSSStyle>& result) OVERRIDE; 135 virtual void setRuleSelector(ErrorString*, const String& styleSheetId, const RefPtr<JSONObject>& range, const String& selector, RefPtr<Type (…) [all...] |
InspectorInspectorAgent.h | 49 typedef String ErrorString; 62 virtual void enable(ErrorString*) OVERRIDE; 63 virtual void disable(ErrorString*) OVERRIDE; 64 virtual void reset(ErrorString*) OVERRIDE;
|
WorkerConsoleAgent.h | 52 virtual void addInspectedNode(ErrorString*, int nodeId) OVERRIDE;
|
WorkerRuntimeAgent.cpp | 62 void WorkerRuntimeAgent::enable(ErrorString* errorString) 67 InspectorRuntimeAgent::enable(errorString); 71 InjectedScript WorkerRuntimeAgent::injectedScriptForEval(ErrorString* error, const int* executionContextId) 92 void WorkerRuntimeAgent::run(ErrorString*) 97 void WorkerRuntimeAgent::isRunRequired(ErrorString*, bool* out_result)
|
InspectorConsoleAgent.h | 60 typedef String ErrorString; 69 virtual void enable(ErrorString*) OVERRIDE FINAL; 70 virtual void disable(ErrorString*) OVERRIDE FINAL; 71 virtual void clearMessages(ErrorString*) OVERRIDE; 102 virtual void setMonitoringXHREnabled(ErrorString*, bool enabled) OVERRIDE; 103 virtual void addInspectedNode(ErrorString*, int nodeId) = 0; 104 virtual void addInspectedHeapObject(ErrorString*, int inspectedHeapObjectId) OVERRIDE;
|
InspectorCanvasAgent.cpp | 90 ErrorString error; 95 void InspectorCanvasAgent::enable(ErrorString*) 105 void InspectorCanvasAgent::disable(ErrorString*) 115 void InspectorCanvasAgent::dropTraceLog(ErrorString* errorString, const TraceLogId& traceLogId) 117 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, traceLogId); 119 module.dropTraceLog(errorString, traceLogId); 122 void InspectorCanvasAgent::hasUninstrumentedCanvases(ErrorString* errorString, bool* result) 124 if (!checkIsEnabled(errorString)) [all...] |
InjectedScriptBase.h | 44 typedef String ErrorString; 69 void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown);
|
PageRuntimeAgent.h | 52 virtual void enable(ErrorString*) OVERRIDE; 61 virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
|
InspectorMemoryAgent.cpp | 43 void InspectorMemoryAgent::getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners)
|
InspectorTracingAgent.h | 33 virtual void start(ErrorString*, const String& categoryFilter, const String&, const double*, String* sessionId) OVERRIDE;
|
InspectorWorkerAgent.cpp | 147 void InspectorWorkerAgent::enable(ErrorString*) 155 void InspectorWorkerAgent::disable(ErrorString*) 163 void InspectorWorkerAgent::canInspectWorkers(ErrorString*, bool* result) 168 void InspectorWorkerAgent::connectToWorker(ErrorString* error, int workerId) 177 void InspectorWorkerAgent::disconnectFromWorker(ErrorString* error, int workerId) 186 void InspectorWorkerAgent::sendMessageToWorker(ErrorString* error, int workerId, const RefPtr<JSONObject>& message) 195 void InspectorWorkerAgent::setAutoconnectToWorkers(ErrorString*, bool value)
|
InjectedScriptCanvasModule.cpp | 95 void InjectedScriptCanvasModule::captureFrame(ErrorString* errorString, TraceLogId* traceLogId) 97 callStartCapturingFunction("captureFrame", errorString, traceLogId); 100 void InjectedScriptCanvasModule::startCapturing(ErrorString* errorString, TraceLogId* traceLogId) 102 callStartCapturingFunction("startCapturing", errorString, traceLogId); 105 void InjectedScriptCanvasModule::callStartCapturingFunction(const String& functionName, ErrorString* errorString, TraceLogId* traceLogId) 111 *errorString = "Internal error: " + functionName; 114 void InjectedScriptCanvasModule::stopCapturing(ErrorString* errorString, const TraceLogId& traceLogId [all...] |
InspectorHeapProfilerAgent.cpp | 93 ErrorString error; 105 void InspectorHeapProfilerAgent::collectGarbage(WebCore::ErrorString*) 146 void InspectorHeapProfilerAgent::startTrackingHeapObjects(ErrorString*, const bool* trackAllocations) 173 void InspectorHeapProfilerAgent::stopTrackingHeapObjects(ErrorString* error, const bool* reportProgress) 204 void InspectorHeapProfilerAgent::enable(ErrorString*) 209 void InspectorHeapProfilerAgent::disable(ErrorString* error) 216 void InspectorHeapProfilerAgent::takeHeapSnapshot(ErrorString* errorString, const bool* reportProgress) 251 *errorString = "Failed to take heap snapshot"; 275 void InspectorHeapProfilerAgent::getObjectByHeapObjectId(ErrorString* error, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime (…) [all...] |
InspectorInspectorAgent.cpp | 102 ErrorString error; 106 void InspectorInspectorAgent::enable(ErrorString*) 118 void InspectorInspectorAgent::disable(ErrorString*) 123 void InspectorInspectorAgent::reset(ErrorString*)
|
InspectorRuntimeAgent.cpp | 76 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const String* const objectGroup, const bool* const includeCommandLineAPI, const bool* const doNotPauseOnExceptionsAndMuteConsole, const int* executionContextId, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown) 78 InjectedScript injectedScript = injectedScriptForEval(errorString, executionContextId); 87 injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", asBool(includeCommandLineAPI), asBool(returnByValue), asBool(generatePreview), &result, wasThrown); 95 void InspectorRuntimeAgent::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const RefPtr<JSONArray>* const optionalArguments, const bool* const doNotPauseOnExceptionsAndMuteConsole, const bool* const returnByValue, const bool* generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown) 99 *errorString = "Inspected frame has gone"; 112 injectedScript.callFunctionOn(errorString, objectId, expression, arguments, asBool(returnByValue), asBool(generatePreview), &result, wasThrown); 120 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<Typ (…) [all...] |
PageDebuggerAgent.cpp | 104 ErrorString error; 110 ErrorString error; 114 InjectedScript PageDebuggerAgent::injectedScriptForEval(ErrorString* errorString, const int* executionContextId) 122 *errorString = "Execution context with given id not found."; 126 void PageDebuggerAgent::setOverlayMessage(ErrorString*, const String* message)
|
WorkerDebuggerAgent.h | 57 virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
|
InspectorProfilerAgent.cpp | 146 void InspectorProfilerAgent::enable(ErrorString*) 157 void InspectorProfilerAgent::disable(ErrorString*) 173 void InspectorProfilerAgent::setSamplingInterval(ErrorString* error, int interval) 191 ErrorString error; 203 ErrorString error; 208 void InspectorProfilerAgent::start(ErrorString* error) 224 void InspectorProfilerAgent::stop(ErrorString* errorString, RefPtr<TypeBuilder::Profiler::CPUProfile>& profile) 226 stop(errorString, &profile); 229 void InspectorProfilerAgent::stop(ErrorString* errorString, RefPtr<TypeBuilder::Profiler::CPUProfile>* profile [all...] |
PageConsoleAgent.cpp | 53 void PageConsoleAgent::clearMessages(ErrorString* errorString) 56 InspectorConsoleAgent::clearMessages(errorString); 70 void PageConsoleAgent::addInspectedNode(ErrorString* errorString, int nodeId) 74 *errorString = "nodeId is not valid";
|
PageDebuggerAgent.h | 76 virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE; 77 virtual void setOverlayMessage(ErrorString*, const String*) OVERRIDE;
|
InspectorConsoleAgent.cpp | 87 void InspectorConsoleAgent::enable(ErrorString*) 109 void InspectorConsoleAgent::disable(ErrorString*) 119 void InspectorConsoleAgent::clearMessages(ErrorString*) 130 ErrorString error; 140 ErrorString error; 153 String errorString; 154 disable(&errorString); 160 ErrorString error; 170 ErrorString error; 180 ErrorString error [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
xml.py | 45 self._handle_style_error(error.lineno, 'xml/syntax', 5, expat.ErrorString(error.code))
|
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/ |
DeviceOrientationInspectorAgent.cpp | 48 void DeviceOrientationInspectorAgent::setDeviceOrientationOverride(ErrorString* error, double alpha, double beta, double gamma) 57 void DeviceOrientationInspectorAgent::clearDeviceOrientationOverride(ErrorString* error)
|
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
GeolocationInspectorAgent.cpp | 53 void GeolocationInspectorAgent::setGeolocationOverride(ErrorString* error, const double* latitude, const double* longitude, const double* accuracy) 69 void GeolocationInspectorAgent::clearGeolocationOverride(ErrorString*)
|