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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.h 49 virtual void enable(ErrorString*) OVERRIDE;
50 virtual void disable(ErrorString*) OVERRIDE;
52 virtual void requestFileSystemRoot(ErrorString*, const String& origin, const String& typeString, PassRefPtr<RequestFileSystemRootCallback>) OVERRIDE;
53 virtual void requestDirectoryContent(ErrorString*, const String& url, PassRefPtr<RequestDirectoryContentCallback>) OVERRIDE;
54 virtual void requestMetadata(ErrorString*, const String& url, PassRefPtr<RequestMetadataCallback>) OVERRIDE;
55 virtual void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback>) OVERRIDE;
56 virtual void deleteEntry(ErrorString*, const String& url, PassRefPtr<DeleteEntryCallback>) OVERRIDE;
63 bool assertEnabled(ErrorString*);
64 ExecutionContext* assertExecutionContextForOrigin(ErrorString*, SecurityOrigin*);
  /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/core/inspector/
InjectedScriptCanvasModule.h 56 void captureFrame(ErrorString*, TypeBuilder::Canvas::TraceLogId*);
57 void startCapturing(ErrorString*, TypeBuilder::Canvas::TraceLogId*);
58 void stopCapturing(ErrorString*, const TypeBuilder::Canvas::TraceLogId&);
59 void dropTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&);
60 void traceLog(ErrorString*, const String&, const int*, const int*, RefPtr<TypeBuilder::Canvas::TraceLog>*);
61 void replayTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, int, RefPtr<TypeBuilder::Canvas::ResourceState>*, double*);
62 void resourceState(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, const TypeBuilder::Canvas::ResourceId&, RefPtr<TypeBuilder::Canvas::ResourceState>*);
63 void evaluateTraceLogCallArgument(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, int, int, const String&, RefPtr<TypeBuilder::Runtime::RemoteObject>*, RefPtr<TypeBuilder::Canvas::ResourceState>*);
67 void callStartCapturingFunction(const String&, ErrorString*, String*);
68 void callVoidFunctionWithTraceLogIdArgument(const String&, ErrorString*, const String&)
    [all...]
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...]
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...]
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;
WorkerRuntimeAgent.h 50 virtual void enable(ErrorString*) OVERRIDE;
53 virtual void run(ErrorString*) OVERRIDE;
54 virtual void isRunRequired(ErrorString*, bool* out_result) OVERRIDE;
60 virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
InspectorDOMAgent.h 70 typedef String ErrorString;
115 virtual void enable(ErrorString*) OVERRIDE;
116 virtual void disable(ErrorString*) OVERRIDE;
117 virtual void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId) OVERRIDE;
118 virtual void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<TypeBuilder::Array<int> >& result) OVERRIDE;
119 virtual void getDocument(ErrorString*, RefPtr<TypeBuilder::DOM::Node>& root) OVERRIDE;
120 virtual void requestChildNodes(ErrorString*, int nodeId, const int* depth) OVERRIDE;
121 virtual void setAttributeValue(ErrorString*, int elementId, const String& name, const String& value) OVERRIDE;
122 virtual void setAttributesAsText(ErrorString*, int elementId, const String& text, const String* name) OVERRIDE;
123 virtual void removeAttribute(ErrorString*, int elementId, const String& name) OVERRIDE
    [all...]
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...]
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;
InspectorPageAgent.h 63 typedef String ErrorString;
98 virtual void enable(ErrorString*) OVERRIDE;
99 virtual void disable(ErrorString*) OVERRIDE;
100 virtual void addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* result) OVERRIDE;
101 virtual void removeScriptToEvaluateOnLoad(ErrorString*, const String& identifier) OVERRIDE;
102 virtual void reload(ErrorString*, const bool* optionalIgnoreCache, const String* optionalScriptToEvaluateOnLoad, const String* optionalScriptPreprocessor) OVERRIDE;
103 virtual void navigate(ErrorString*, const String& url) OVERRIDE;
104 virtual void getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> >& cookies) OVERRIDE;
105 virtual void deleteCookie(ErrorString*, const String& cookieName, const String& url) OVERRIDE;
106 virtual void getResourceTree(ErrorString*, RefPtr<TypeBuilder::Page::FrameResourceTree>&) OVERRIDE
    [all...]
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*);
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*&);
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>*);
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...]
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;
WorkerConsoleAgent.cpp 46 void WorkerConsoleAgent::addInspectedNode(ErrorString* error, int)
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...]
InspectorMemoryAgent.h 42 typedef String ErrorString;
53 virtual void getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners) OVERRIDE;
PageConsoleAgent.h 54 virtual void clearMessages(ErrorString*) OVERRIDE;
55 virtual void addInspectedNode(ErrorString*, int nodeId) OVERRIDE;
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);
InjectedScript.h 54 ErrorString*,
63 ErrorString*,
72 ErrorString*,
83 void restartFrame(ErrorString*, const ScriptValue& callFrames, const String& callFrameId, RefPtr<JSONObject>* result);
84 void getStepInPositions(ErrorString*, const ScriptValue& callFrames, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions);
85 void setVariableValue(ErrorString*, const ScriptValue& callFrames, const String* callFrameIdOpt, const String* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& newValueStr);
86 void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>* result);
87 void getProperties(ErrorString*, const String& objectId, bool ownProperties, bool accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >* result);
88 void getInternalProperties(ErrorString*, const String& objectId, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >* result);
  /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/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;

Completed in 589 milliseconds

1 2 3 4