HomeSort by relevance Sort by last modified time
    Searched defs:ErrorString (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.h 45 typedef String ErrorString;
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*);
InspectorMemoryAgent.h 42 typedef String ErrorString;
53 virtual void getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners) OVERRIDE;
InspectorDOMDebuggerAgent.h 56 typedef String ErrorString;
70 virtual void setXHRBreakpoint(ErrorString*, const String& url) OVERRIDE;
71 virtual void removeXHRBreakpoint(ErrorString*, const String& url) OVERRIDE;
72 virtual void setEventListenerBreakpoint(ErrorString*, const String& eventName, const String* targetName) OVERRIDE;
73 virtual void removeEventListenerBreakpoint(ErrorString*, const String& eventName, const String* targetName) OVERRIDE;
74 virtual void setInstrumentationBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
75 virtual void removeInstrumentationBreakpoint(ErrorString*, const String& eventName) OVERRIDE;
76 virtual void setDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE;
77 virtual void removeDOMBreakpoint(ErrorString*, int nodeId, const String& type) OVERRIDE;
124 void setBreakpoint(ErrorString*, const String& eventName, const String* targetName)
    [all...]
InspectorDOMStorageAgent.h 47 typedef String ErrorString;
62 virtual void enable(ErrorString*) OVERRIDE;
63 virtual void disable(ErrorString*) OVERRIDE;
64 virtual void getDOMStorageItems(ErrorString*, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items) OVERRIDE;
65 virtual void setDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key, const String& value) OVERRIDE;
66 virtual void removeDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key) OVERRIDE;
76 PassOwnPtrWillBeRawPtr<StorageArea> findStorageArea(ErrorString*, const RefPtr<JSONObject>&, LocalFrame*&);
InspectorHeapProfilerAgent.h 49 typedef String ErrorString;
57 virtual void collectGarbage(ErrorString*) OVERRIDE;
59 virtual void enable(ErrorString*) OVERRIDE;
60 virtual void disable(ErrorString*) OVERRIDE;
61 virtual void startTrackingHeapObjects(ErrorString*, const bool* trackAllocations) OVERRIDE;
62 virtual void stopTrackingHeapObjects(ErrorString*, const bool* reportProgress) OVERRIDE;
68 virtual void takeHeapSnapshot(ErrorString*, const bool* reportProgress) OVERRIDE;
70 virtual void getObjectByHeapObjectId(ErrorString*, const String& heapSnapshotObjectId, const String* objectGroup, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) OVERRIDE;
71 virtual void getHeapObjectId(ErrorString*, const String& objectId, String* heapSnapshotObjectId) OVERRIDE;
InspectorInputAgent.h 43 typedef String ErrorString;
56 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;
57 virtual void dispatchMouseEvent(ErrorString*, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount, const bool* deviceSpace) OVERRIDE;
58 virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp) OVERRIDE;
InspectorWorkerAgent.h 45 typedef String ErrorString;
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;
InjectedScriptBase.h 44 typedef String ErrorString;
69 void makeEvalCall(ErrorString*, ScriptFunctionCall&, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown);
InspectorApplicationCacheAgent.h 41 typedef String ErrorString;
62 virtual void enable(ErrorString*) OVERRIDE;
63 virtual void getFramesWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest> >& result) OVERRIDE;
64 virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL) OVERRIDE;
65 virtual void getApplicationCacheForFrame(ErrorString*, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>&) OVERRIDE;
73 DocumentLoader* assertFrameWithDocumentLoader(ErrorString*, String frameId);
InspectorCanvasAgent.h 53 typedef String ErrorString;
76 virtual void enable(ErrorString*) OVERRIDE;
77 virtual void disable(ErrorString*) OVERRIDE;
78 virtual void dropTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&) OVERRIDE;
79 virtual void hasUninstrumentedCanvases(ErrorString*, bool*) OVERRIDE;
80 virtual void captureFrame(ErrorString*, const TypeBuilder::Page::FrameId*, TypeBuilder::Canvas::TraceLogId*) OVERRIDE;
81 virtual void startCapturing(ErrorString*, const TypeBuilder::Page::FrameId*, TypeBuilder::Canvas::TraceLogId*) OVERRIDE;
82 virtual void stopCapturing(ErrorString*, const TypeBuilder::Canvas::TraceLogId&) OVERRIDE;
83 virtual void getTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, const int*, const int*, RefPtr<TypeBuilder::Canvas::TraceLog>&) OVERRIDE;
84 virtual void replayTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, int, RefPtr<TypeBuilder::Canvas::ResourceState>&, double (…)
    [all...]
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;
InspectorInspectorAgent.h 49 typedef String ErrorString;
62 virtual void enable(ErrorString*) OVERRIDE;
63 virtual void disable(ErrorString*) OVERRIDE;
64 virtual void reset(ErrorString*) OVERRIDE;
InspectorLayerTreeAgent.h 50 typedef String ErrorString;
73 virtual void enable(ErrorString*) OVERRIDE;
74 virtual void disable(ErrorString*) OVERRIDE;
75 virtual void compositingReasons(ErrorString*, const String& layerId, RefPtr<TypeBuilder::Array<String> >&) OVERRIDE;
76 virtual void makeSnapshot(ErrorString*, const String& layerId, String* snapshotId) OVERRIDE;
77 virtual void loadSnapshot(ErrorString*, const String& data, String* snapshotId) OVERRIDE;
78 virtual void releaseSnapshot(ErrorString*, const String& snapshotId) OVERRIDE;
79 virtual void replaySnapshot(ErrorString*, const String& snapshotId, const int* fromStep, const int* toStep, String* dataURL) OVERRIDE;
80 virtual void profileSnapshot(ErrorString*, const String& snapshotId, const int* minRepeatCount, const double* minDuration, RefPtr<TypeBuilder::Array<TypeBuilder::Array<double> > >&) OVERRIDE;
81 virtual void snapshotCommandLog(ErrorString*, const String& snapshotId, RefPtr<TypeBuilder::Array<JSONObject> >&) OVERRIDE
    [all...]
InspectorProfilerAgent.h 52 typedef String ErrorString;
63 virtual void enable(ErrorString*) OVERRIDE;
64 virtual void disable(ErrorString*) OVERRIDE;
65 virtual void setSamplingInterval(ErrorString*, int) OVERRIDE;
66 virtual void start(ErrorString*) OVERRIDE;
67 virtual void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>&) OVERRIDE;
82 void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>*);
InspectorRuntimeAgent.h 48 typedef String ErrorString;
56 virtual void enable(ErrorString*) OVERRIDE;
57 virtual void disable(ErrorString*) OVERRIDE FINAL;
58 virtual void evaluate(ErrorString*,
68 virtual void callFunctionOn(ErrorString*,
77 virtual void releaseObject(ErrorString*, const String& objectId) OVERRIDE FINAL;
78 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;
79 virtual void releaseObjectGroup(ErrorString*, const String& objectGroup) OVERRIDE FINAL;
80 virtual void run(ErrorString*) OVERRIDE;
81 virtual void isRunRequired(ErrorString*, bool* out_result) OVERRIDE
    [all...]
InspectorStyleSheet.h 56 typedef String ErrorString;
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...]
InspectorDebuggerAgent.h 72 typedef String ErrorString;
87 virtual void canSetScriptSource(ErrorString*, bool* result) OVERRIDE FINAL { *result = true; }
103 virtual void enable(ErrorString*) OVERRIDE FINAL;
104 virtual void disable(ErrorString*) OVERRIDE FINAL;
105 virtual void setBreakpointsActive(ErrorString*, bool active) OVERRIDE FINAL;
106 virtual void setSkipAllPauses(ErrorString*, bool skipped, const bool* untilReload) OVERRIDE FINAL;
108 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;
109 virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation) OVERRIDE FINAL;
110 virtual void removeBreakpoint(ErrorString*, const String& breakpointId) OVERRIDE FINAL;
111 virtual void continueToLocation(ErrorString*, const RefPtr<JSONObject>& location, const bool* interstateLocationOpt) OVERRIDE FINAL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationInspectorAgent.h 16 typedef String ErrorString;
26 virtual void setDeviceOrientationOverride(ErrorString*, double, double, double) OVERRIDE;
27 virtual void clearDeviceOrientationOverride(ErrorString*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
InspectorIndexedDBAgent.h 42 typedef String ErrorString;
54 virtual void enable(ErrorString*) OVERRIDE;
55 virtual void disable(ErrorString*) OVERRIDE;
56 virtual void requestDatabaseNames(ErrorString*, const String& securityOrigin, PassRefPtr<RequestDatabaseNamesCallback>) OVERRIDE;
57 virtual void requestDatabase(ErrorString*, const String& securityOrigin, const String& databaseName, PassRefPtr<RequestDatabaseCallback>) OVERRIDE;
58 virtual void requestData(ErrorString*, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<JSONObject>* keyRange, PassRefPtr<RequestDataCallback>) OVERRIDE;
59 virtual void clearObjectStore(ErrorString*, const String& in_securityOrigin, const String& in_databaseName, const String& in_objectStoreName, PassRefPtr<ClearObjectStoreCallback>) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationInspectorAgent.h 44 typedef String ErrorString;
53 virtual void setGeolocationOverride(ErrorString*, const double*, const double*, const double*) OVERRIDE;
54 virtual void clearGeolocationOverride(ErrorString*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
InspectorDatabaseAgent.h 48 typedef String ErrorString;
65 virtual void enable(ErrorString*) OVERRIDE;
66 virtual void disable(ErrorString*) OVERRIDE;
67 virtual void getDatabaseTableNames(ErrorString*, const String& databaseId, RefPtr<TypeBuilder::Array<String> >& names) OVERRIDE;
68 virtual void executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback>) OVERRIDE;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyexpat.h 18 const XML_LChar * (*ErrorString)(enum XML_Error code);
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 496 base::string16 ErrorString(const std::string& error,

Completed in 422 milliseconds

1 2