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

12

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.h45 typedef String ErrorString; typedef in namespace:blink
64 bool insertBefore(Node* parentNode, PassRefPtrWillBeRawPtr<Node>, Node* anchorNode, ErrorString*);
65 bool removeChild(Node* parentNode, Node*, ErrorString*);
66 bool setAttribute(Element*, const String& name, const String& value, ErrorString*);
67 bool removeAttribute(Element*, const String& name, ErrorString*);
68 bool setOuterHTML(Node*, const String& html, Node** newNode, ErrorString*);
69 bool replaceWholeText(Text*, const String& text, ErrorString*);
H A DInspectorMemoryAgent.h42 typedef String ErrorString; typedef in namespace:blink
53 virtual void getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners) OVERRIDE;
H A DInspectorDOMDebuggerAgent.h56 typedef String ErrorString; typedef in namespace:blink
72 virtual void setXHRBreakpoint(ErrorString*, const String& url) OVERRIDE;
73 virtual void removeXHRBreakpoint(ErrorString*, const String& url) OVERRIDE;
74 virtual void setEventListenerBreakpoint(ErrorString*, const String& eventName, const String* targetName) OVERRIDE;
75 virtual void removeEventListenerBreakpoint(ErrorString*, const String& eventName, const String* targetName) OVERRIDE;
76 virtual void setInstrumentationBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
77 virtual void removeInstrumentationBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
78 virtual void setDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE;
79 virtual void removeDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE;
131 void setBreakpoint(ErrorString*, cons
[all...]
H A DInspectorDOMStorageAgent.h47 typedef String ErrorString; typedef in namespace:blink
63 virtual void enable(ErrorString*) OVERRIDE;
64 virtual void disable(ErrorString*) OVERRIDE;
65 virtual void getDOMStorageItems(ErrorString*, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items) OVERRIDE;
66 virtual void setDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key, const String& value) OVERRIDE;
67 virtual void removeDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key) OVERRIDE;
77 PassOwnPtrWillBeRawPtr<StorageArea> findStorageArea(ErrorString*, const RefPtr<JSONObject>&, LocalFrame*&);
H A DInspectorHeapProfilerAgent.h49 typedef String ErrorString; typedef in namespace:blink
59 virtual void collectGarbage(ErrorString*) OVERRIDE;
61 virtual void enable(ErrorString*) OVERRIDE;
62 virtual void disable(ErrorString*) OVERRIDE;
63 virtual void startTrackingHeapObjects(ErrorString*, const bool* trackAllocations) OVERRIDE;
64 virtual void stopTrackingHeapObjects(ErrorString*, const bool* reportProgress) OVERRIDE;
70 virtual void takeHeapSnapshot(ErrorString*, const bool* reportProgress) OVERRIDE;
72 virtual void getObjectByHeapObjectId(ErrorString*, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERRIDE;
73 virtual void getHeapObjectId(ErrorString*, const String& objectId, String* heapSnapshotObjectId) OVERRIDE;
H A DInspectorInputAgent.h43 typedef String ErrorString; typedef in namespace:blink
57 virtual void dispatchKeyEvent(ErrorString*, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) OVERRIDE;
58 virtual void dispatchMouseEvent(ErrorString*, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount) OVERRIDE;
59 virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) OVERRIDE;
H A DInjectedScriptBase.h44 typedef String ErrorString; typedef in namespace:blink
69 void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown, RefPtr<TypeBuilder::Debugger::ExceptionDetails>* = 0);
H A DInspectorApplicationCacheAgent.h41 typedef String ErrorString; typedef in namespace:blink
64 virtual void enable(ErrorString*) OVERRIDE;
65 virtual void getFramesWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest> >& result) OVERRIDE;
66 virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL) OVERRIDE;
67 virtual void getApplicationCacheForFrame(ErrorString*, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>&) OVERRIDE;
75 DocumentLoader* assertFrameWithDocumentLoader(ErrorString*, String frameId);
H A DInspectorCanvasAgent.h53 typedef String ErrorString; typedef in namespace:blink
77 virtual void enable(ErrorString*) OVERRIDE;
78 virtual void disable(ErrorString*) OVERRIDE;
79 virtual void dropTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&) OVERRIDE;
80 virtual void hasUninstrumentedCanvases(ErrorString*, bool*) OVERRIDE;
81 virtual void captureFrame(ErrorString*, const TypeBuilder::Page::FrameId*, TypeBuilder::Canvas::TraceLogId*) OVERRIDE;
82 virtual void startCapturing(ErrorString*, const TypeBuilder::Page::FrameId*, TypeBuilder::Canvas::TraceLogId*) OVERRIDE;
83 virtual void stopCapturing(ErrorString*, const TypeBuilder::Canvas::TraceLogId&) OVERRIDE;
84 virtual void getTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, const int*, const int*, RefPtr<TypeBuilder::Canvas::TraceLog>&) OVERRIDE;
85 virtual void replayTraceLog(ErrorString*, cons
[all...]
H A DInspectorConsoleAgent.h63 typedef String ErrorString; typedef in namespace:blink
73 virtual void enable(ErrorString*) OVERRIDE FINAL;
74 virtual void disable(ErrorString*) OVERRIDE FINAL;
75 virtual void clearMessages(ErrorString*) OVERRIDE;
85 void setTracingBasedTimeline(ErrorString*, bool enabled);
96 virtual void setMonitoringXHREnabled(ErrorString*, bool enabled) OVERRIDE;
97 virtual void addInspectedNode(ErrorString*, int nodeId) = 0;
98 virtual void addInspectedHeapObject(ErrorString*, int inspectedHeapObjectId) OVERRIDE;
H A DInspectorLayerTreeAgent.h50 typedef String ErrorString; typedef in namespace:blink
74 virtual void enable(ErrorString*) OVERRIDE;
75 virtual void disable(ErrorString*) OVERRIDE;
76 virtual void compositingReasons(ErrorString*, const String& layerId, RefPtr<TypeBuilder::Array<String> >&) OVERRIDE;
77 virtual void makeSnapshot(ErrorString*, const String& layerId, String* snapshotId) OVERRIDE;
78 virtual void loadSnapshot(ErrorString*, const String& data, String* snapshotId) OVERRIDE;
79 virtual void releaseSnapshot(ErrorString*, const String& snapshotId) OVERRIDE;
80 virtual void replaySnapshot(ErrorString*, const String& snapshotId, const int* fromStep, const int* toStep, const double* scale, String* dataURL) OVERRIDE;
81 virtual void profileSnapshot(ErrorString*, const String& snapshotId, const int* minRepeatCount, const double* minDuration, RefPtr<TypeBuilder::Array<TypeBuilder::Array<double> > >&) OVERRIDE;
82 virtual void snapshotCommandLog(ErrorString*, cons
[all...]
H A DInspectorProfilerAgent.h53 typedef String ErrorString; typedef in namespace:blink
66 virtual void enable(ErrorString*) OVERRIDE;
67 virtual void disable(ErrorString*) OVERRIDE;
68 virtual void setSamplingInterval(ErrorString*, int) OVERRIDE;
69 virtual void start(ErrorString*) OVERRIDE;
70 virtual void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>&) OVERRIDE;
85 void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>*);
H A DInspectorRuntimeAgent.h48 typedef String ErrorString; typedef in namespace:blink
57 virtual void enable(ErrorString*) OVERRIDE;
58 virtual void disable(ErrorString*) OVERRIDE FINAL;
59 virtual void evaluate(ErrorString*,
70 virtual void callFunctionOn(ErrorString*,
79 virtual void releaseObject(ErrorString*, const String& objectId) OVERRIDE FINAL;
80 virtual void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >& result, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >& internalProperties) OVERRIDE FINAL;
81 virtual void releaseObjectGroup(ErrorString*, const String& objectGroup) OVERRIDE FINAL;
82 virtual void run(ErrorString*) OVERRIDE;
83 virtual void isRunRequired(ErrorString*, boo
[all...]
H A DInspectorWorkerAgent.h45 typedef String ErrorString; typedef in namespace:blink
63 virtual void enable(ErrorString*) OVERRIDE;
64 virtual void disable(ErrorString*) OVERRIDE;
65 virtual void canInspectWorkers(ErrorString*, bool*) OVERRIDE;
66 virtual void connectToWorker(ErrorString*, int workerId) OVERRIDE;
67 virtual void disconnectFromWorker(ErrorString*, int workerId) OVERRIDE;
68 virtual void sendMessageToWorker(ErrorString*, int workerId, const RefPtr<JSONObject>& message) OVERRIDE;
69 virtual void setAutoconnectToWorkers(ErrorString*, bool value) OVERRIDE;
H A DInspectorInspectorAgent.h49 typedef String ErrorString; typedef in namespace:blink
63 virtual void enable(ErrorString*) OVERRIDE;
64 virtual void disable(ErrorString*) OVERRIDE;
65 virtual void reset(ErrorString*) OVERRIDE;
H A DInspectorResourceAgent.h73 typedef String ErrorString; typedef in namespace:blink
133 virtual void enable(ErrorString*) OVERRIDE;
134 virtual void disable(ErrorString*) OVERRIDE;
135 virtual void setUserAgentOverride(ErrorString*, const String& userAgent) OVERRIDE;
136 virtual void setExtraHTTPHeaders(ErrorString*, const RefPtr<JSONObject>&) OVERRIDE;
137 virtual void getResponseBody(ErrorString*, const String& requestId, String* content, bool* base64Encoded) OVERRIDE;
139 virtual void replayXHR(ErrorString*, const String& requestId) OVERRIDE;
141 virtual void canClearBrowserCache(ErrorString*, bool*) OVERRIDE;
142 virtual void canClearBrowserCookies(ErrorString*, bool*) OVERRIDE;
143 virtual void emulateNetworkConditions(ErrorString*, boo
[all...]
H A DInspectorDOMAgent.h70 typedef String ErrorString; typedef in namespace:blink
116 virtual void enable(ErrorString*) OVERRIDE;
117 virtual void disable(ErrorString*) OVERRIDE;
118 virtual void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId) OVERRIDE;
119 virtual void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<TypeBuilder::Array<int> >& result) OVERRIDE;
120 virtual void getDocument(ErrorString*, RefPtr<TypeBuilder::DOM::Node>& root) OVERRIDE;
121 virtual void requestChildNodes(ErrorString*, int nodeId, const int* depth) OVERRIDE;
122 virtual void setAttributeValue(ErrorString*, int elementId, const String& name, const String& value) OVERRIDE;
123 virtual void setAttributesAsText(ErrorString*, int elementId, const String& text, const String* name) OVERRIDE;
124 virtual void removeAttribute(ErrorString*, in
[all...]
H A DInspectorDebuggerAgent.h76 typedef String ErrorString; typedef in namespace:blink
93 virtual void canSetScriptSource(ErrorString*, bool* result) OVERRIDE FINAL { *result = true; }
108 virtual void enable(ErrorString*) OVERRIDE FINAL;
109 virtual void disable(ErrorString*) OVERRIDE FINAL;
110 virtual void setBreakpointsActive(ErrorString*, bool active) OVERRIDE FINAL;
111 virtual void setSkipAllPauses(ErrorString*, bool skipped, const bool* untilReload) OVERRIDE FINAL;
113 virtual void setBreakpointByUrl(ErrorString*, int lineNumber, const String* optionalURL, const String* optionalURLRegex, const int* optionalColumnNumber, const String* optionalCondition, const bool* isAntiBreakpoint, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& locations) OVERRIDE FINAL;
114 virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation) OVERRIDE FINAL;
115 virtual void removeBreakpoint(ErrorString*, const String& breakpointId) OVERRIDE FINAL;
116 virtual void continueToLocation(ErrorString*, cons
[all...]
H A DInspectorPageAgent.h63 typedef String ErrorString; typedef in namespace:blink
99 virtual void enable(ErrorString*) OVERRIDE;
100 virtual void disable(ErrorString*) OVERRIDE;
101 virtual void addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* result) OVERRIDE;
102 virtual void removeScriptToEvaluateOnLoad(ErrorString*, const String& identifier) OVERRIDE;
103 virtual void reload(ErrorString*, const bool* optionalIgnoreCache, const String* optionalScriptToEvaluateOnLoad, const String* optionalScriptPreprocessor) OVERRIDE;
104 virtual void navigate(ErrorString*, const String& url, String* frameId) OVERRIDE;
105 virtual void getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> >& cookies) OVERRIDE;
106 virtual void deleteCookie(ErrorString*, const String& cookieName, const String& url) OVERRIDE;
107 virtual void getResourceTree(ErrorString*, RefPt
[all...]
H A DInspectorStyleSheet.h57 typedef String ErrorString; typedef in namespace:blink
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationInspectorAgent.h16 typedef String ErrorString; typedef in namespace:blink
26 virtual void setDeviceOrientationOverride(ErrorString*, double, double, double) OVERRIDE;
27 virtual void clearDeviceOrientationOverride(ErrorString*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DInspectorIndexedDBAgent.h42 typedef String ErrorString; typedef in namespace:blink
55 virtual void enable(ErrorString*) OVERRIDE;
56 virtual void disable(ErrorString*) OVERRIDE;
57 virtual void requestDatabaseNames(ErrorString*, const String& securityOrigin, PassRefPtrWillBeRawPtr<RequestDatabaseNamesCallback>) OVERRIDE;
58 virtual void requestDatabase(ErrorString*, const String& securityOrigin, const String& databaseName, PassRefPtrWillBeRawPtr<RequestDatabaseCallback>) OVERRIDE;
59 virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtrWillBeRawPtr<RequestDataCallback>) OVERRIDE;
60 virtual void clearObjectStore(ErrorString*, const String& in_securityOrigin, const String& in_databaseName, const String& in_objectStoreName, PassRefPtrWillBeRawPtr<ClearObjectStoreCallback>) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationInspectorAgent.h44 typedef String ErrorString; typedef in namespace:blink
54 virtual void setGeolocationOverride(ErrorString*, const double*, const double*, const double*) OVERRIDE;
55 virtual void clearGeolocationOverride(ErrorString*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseAgent.h48 typedef String ErrorString; typedef in namespace:blink
66 virtual void enable(ErrorString*) OVERRIDE;
67 virtual void disable(ErrorString*) OVERRIDE;
68 virtual void getDatabaseTableNames(ErrorString*, const String& databaseId, RefPtr<TypeBuilder::Array<String> >& names) OVERRIDE;
69 virtual void executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtrWillBeRawPtr<ExecuteSQLCallback>) OVERRIDE;
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.cc493 base::string16 ErrorString(const std::string& error, function in namespace:ash::network_connect

Completed in 4662 milliseconds

12