Searched refs:ErrorString (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.h49 typedef String ErrorString; typedef in namespace:WebCore
57 virtual void collectGarbage(ErrorString*);
58 virtual void clearProfiles(ErrorString*);
60 virtual void enable(ErrorString*);
61 virtual void disable(ErrorString*);
62 virtual void getHeapSnapshot(ErrorString*, int uid);
63 virtual void removeProfile(ErrorString*, int uid);
64 virtual void startTrackingHeapObjects(ErrorString*);
65 virtual void stopTrackingHeapObjects(ErrorString*, const bool* reportProgress);
71 virtual void takeHeapSnapshot(ErrorString*, cons
[all...]
H A DInjectedScriptCanvasModule.h56 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*, cons
[all...]
H A DInspectorCanvasAgent.h53 typedef String ErrorString; typedef in namespace:WebCore
76 virtual void enable(ErrorString*);
77 virtual void disable(ErrorString*);
78 virtual void dropTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&);
79 virtual void hasUninstrumentedCanvases(ErrorString*, bool*);
80 virtual void captureFrame(ErrorString*, const TypeBuilder::Page::FrameId*, TypeBuilder::Canvas::TraceLogId*);
81 virtual void startCapturing(ErrorString*, const TypeBuilder::Page::FrameId*, TypeBuilder::Canvas::TraceLogId*);
82 virtual void stopCapturing(ErrorString*, const TypeBuilder::Canvas::TraceLogId&);
83 virtual void getTraceLog(ErrorString*, const TypeBuilder::Canvas::TraceLogId&, const int*, const int*, RefPtr<TypeBuilder::Canvas::TraceLog>&);
84 virtual void replayTraceLog(ErrorString*, cons
[all...]
H A DInspectorFileSystemAgent.h49 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*);
H A DInspectorWorkerAgent.h45 typedef String ErrorString; typedef in namespace:WebCore
62 virtual void enable(ErrorString*);
63 virtual void disable(ErrorString*);
64 virtual void canInspectWorkers(ErrorString*, bool*);
65 virtual void connectToWorker(ErrorString*, int workerId);
66 virtual void disconnectFromWorker(ErrorString*, int workerId);
67 virtual void sendMessageToWorker(ErrorString*, int workerId, const RefPtr<JSONObject>& message);
68 virtual void setAutoconnectToWorkers(ErrorString*, bool value);
H A DInspectorLayerTreeAgent.h52 typedef String ErrorString; typedef in namespace:WebCore
71 virtual void enable(ErrorString*);
72 virtual void disable(ErrorString*);
73 virtual void compositingReasons(ErrorString*, const String& layerId, RefPtr<TypeBuilder::Array<String> >&);
74 virtual void makeSnapshot(ErrorString*, const String& layerId, String* snapshotId);
75 virtual void releaseSnapshot(ErrorString*, const String& snapshotId);
76 virtual void replaySnapshot(ErrorString*, const String& snapshotId, const int* fromStep, const int* toStep, String* dataURL);
77 virtual void profileSnapshot(ErrorString*, const String& snapshotId, const int* minRepeatCount, const double* minDuration, RefPtr<TypeBuilder::Array<TypeBuilder::Array<double> > >&);
85 GraphicsLayer* layerById(ErrorString*, const String& layerId);
86 const LayerSnapshot* snapshotById(ErrorString*, cons
[all...]
H A DInspectorPageAgent.h62 typedef String ErrorString; typedef in namespace:WebCore
90 virtual void enable(ErrorString*);
91 virtual void disable(ErrorString*);
92 virtual void addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* result);
93 virtual void removeScriptToEvaluateOnLoad(ErrorString*, const String& identifier);
94 virtual void reload(ErrorString*, const bool* optionalIgnoreCache, const String* optionalScriptToEvaluateOnLoad, const String* optionalScriptPreprocessor);
95 virtual void navigate(ErrorString*, const String& url);
96 virtual void getNavigationHistory(ErrorString*, int*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::NavigationEntry> >&);
97 virtual void navigateToHistoryEntry(ErrorString*, int);
98 virtual void getCookies(ErrorString*, RefPt
[all...]
H A DInspectorRuntimeAgent.h47 typedef String ErrorString; typedef in namespace:WebCore
55 virtual void enable(ErrorString*) { m_enabled = true; }
56 virtual void disable(ErrorString*) { m_enabled = false; }
57 virtual void evaluate(ErrorString*,
67 virtual void callFunctionOn(ErrorString*,
76 virtual void releaseObject(ErrorString*, const String& objectId);
77 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);
78 virtual void releaseObjectGroup(ErrorString*, const String& objectGroup);
79 virtual void run(ErrorString*);
83 virtual InjectedScript injectedScriptForEval(ErrorString*, cons
[all...]
H A DInspectorDOMStorageAgent.h47 typedef String ErrorString; typedef in namespace:WebCore
61 virtual void enable(ErrorString*);
62 virtual void disable(ErrorString*);
63 virtual void getDOMStorageItems(ErrorString*, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items);
64 virtual void setDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key, const String& value);
65 virtual void removeDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key);
79 PassOwnPtr<StorageArea> findStorageArea(ErrorString*, const RefPtr<JSONObject>&, Frame*&);
H A DInspectorIndexedDBAgent.h43 typedef String ErrorString; typedef in namespace:WebCore
57 virtual void enable(ErrorString*);
58 virtual void disable(ErrorString*);
59 virtual void requestDatabaseNames(ErrorString*, const String& securityOrigin, PassRefPtr<RequestDatabaseNamesCallback>);
60 virtual void requestDatabase(ErrorString*, const String& securityOrigin, const String& databaseName, PassRefPtr<RequestDatabaseCallback>);
61 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>);
62 virtual void clearObjectStore(ErrorString*, const String& in_securityOrigin, const String& in_databaseName, const String& in_objectStoreName, PassRefPtr<ClearObjectStoreCallback>);
H A DInspectorProfilerAgent.h51 typedef String ErrorString; typedef in namespace:WebCore
62 virtual void enable(ErrorString*);
63 virtual void disable(ErrorString*);
64 virtual void setSamplingInterval(ErrorString*, int);
65 virtual void start(ErrorString* = 0);
66 virtual void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>&);
81 void stop(ErrorString*, RefPtr<TypeBuilder::Profiler::CPUProfile>*);
H A DInspectorDOMAgent.h70 typedef String ErrorString; typedef in namespace:WebCore
116 virtual void querySelector(ErrorString*, int nodeId, const String& selectors, int* elementId);
117 virtual void querySelectorAll(ErrorString*, int nodeId, const String& selectors, RefPtr<TypeBuilder::Array<int> >& result);
118 virtual void getDocument(ErrorString*, RefPtr<TypeBuilder::DOM::Node>& root);
119 virtual void requestChildNodes(ErrorString*, int nodeId, const int* depth);
120 virtual void setAttributeValue(ErrorString*, int elementId, const String& name, const String& value);
121 virtual void setAttributesAsText(ErrorString*, int elementId, const String& text, const String* name);
122 virtual void removeAttribute(ErrorString*, int elementId, const String& name);
123 virtual void removeNode(ErrorString*, int nodeId);
124 virtual void setNodeName(ErrorString*, in
[all...]
H A DInspectorDebuggerAgent.h62 typedef String ErrorString; typedef in namespace:WebCore
77 virtual void canSetScriptSource(ErrorString*, bool* result) { *result = true; }
92 virtual void enable(ErrorString*);
93 virtual void disable(ErrorString*);
94 virtual void setBreakpointsActive(ErrorString*, bool active);
95 virtual void setSkipAllPauses(ErrorString*, bool skipped, const bool* untilReload);
97 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);
98 virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation);
99 virtual void removeBreakpoint(ErrorString*, const String& breakpointId);
100 virtual void continueToLocation(ErrorString*, cons
[all...]
H A DInspectorDOMDebuggerAgent.h53 typedef String ErrorString; typedef in namespace:WebCore
63 virtual void setXHRBreakpoint(ErrorString*, const String& url);
64 virtual void removeXHRBreakpoint(ErrorString*, const String& url);
65 virtual void setEventListenerBreakpoint(ErrorString*, const String& eventName);
66 virtual void removeEventListenerBreakpoint(ErrorString*, const String& eventName);
67 virtual void setInstrumentationBreakpoint(ErrorString*, const String& eventName);
68 virtual void removeInstrumentationBreakpoint(ErrorString*, const String& eventName);
69 virtual void setDOMBreakpoint(ErrorString*, int nodeId, const String& type);
70 virtual void removeDOMBreakpoint(ErrorString*, int nodeId, const String& type);
113 void setBreakpoint(ErrorString*, cons
[all...]
H A DInspectorApplicationCacheAgent.h41 typedef String ErrorString; typedef in namespace:WebCore
62 virtual void enable(ErrorString*);
63 virtual void getFramesWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest> >& result);
64 virtual void getManifestForFrame(ErrorString*, const String& frameId, String* manifestURL);
65 virtual void getApplicationCacheForFrame(ErrorString*, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>&);
73 DocumentLoader* assertFrameWithDocumentLoader(ErrorString*, String frameId);
H A DInjectedScript.h53 void evaluate(ErrorString*,
61 void callFunctionOn(ErrorString*,
69 void evaluateOnCallFrame(ErrorString*,
79 void restartFrame(ErrorString*, const ScriptValue& callFrames, const String& callFrameId, RefPtr<JSONObject>* result);
80 void getStepInPositions(ErrorString*, const ScriptValue& callFrames, const String& callFrameId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& positions);
81 void setVariableValue(ErrorString*, const ScriptValue& callFrames, const String* callFrameIdOpt, const String* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& newValueStr);
82 void getFunctionDetails(ErrorString*, const String& functionId, RefPtr<TypeBuilder::Debugger::FunctionDetails>* result);
83 void getProperties(ErrorString*, const String& objectId, bool ownProperties, bool accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >* result);
84 void getInternalProperties(ErrorString*, const String& objectId, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >* result);
94 ScriptValue findCallFrameById(ErrorString*, cons
[all...]
H A DDOMEditor.h44 typedef String ErrorString; typedef in namespace:WebCore
61 bool insertBefore(Node* parentNode, PassRefPtr<Node>, Node* anchorNode, ErrorString*);
62 bool removeChild(Node* parentNode, Node*, ErrorString*);
63 bool setAttribute(Element*, const String& name, const String& value, ErrorString*);
64 bool removeAttribute(Element*, const String& name, ErrorString*);
65 bool setOuterHTML(Node*, const String& html, Node** newNode, ErrorString*);
66 bool replaceWholeText(Text*, const String& text, ErrorString*);
H A DInspectorResourceAgent.h74 typedef String ErrorString; typedef in namespace:WebCore
134 virtual void enable(ErrorString*);
135 virtual void disable(ErrorString*);
136 virtual void setUserAgentOverride(ErrorString*, const String& userAgent);
137 virtual void setExtraHTTPHeaders(ErrorString*, const RefPtr<JSONObject>&);
138 virtual void getResponseBody(ErrorString*, const String& requestId, String* content, bool* base64Encoded);
140 virtual void replayXHR(ErrorString*, const String& requestId);
142 virtual void canClearBrowserCache(ErrorString*, bool*);
143 virtual void clearBrowserCache(ErrorString*);
144 virtual void canClearBrowserCookies(ErrorString*, boo
[all...]
H A DInspectorDatabaseAgent.h47 typedef String ErrorString; typedef in namespace:WebCore
64 virtual void enable(ErrorString*);
65 virtual void disable(ErrorString*);
66 virtual void getDatabaseTableNames(ErrorString*, const String& databaseId, RefPtr<TypeBuilder::Array<String> >& names);
67 virtual void executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback>);
H A DInspectorInputAgent.h43 typedef String ErrorString; typedef in namespace:WebCore
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 int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey);
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);
58 virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp);
59 virtual void dispatchGestureEvent(ErrorString*, const String& type, int x, int y, const double* timestamp, const int* deltaX, const int* deltaY, const double* scale);
H A DInspectorMemoryAgent.h42 typedef String ErrorString; typedef in namespace:WebCore
53 virtual void getDOMCounters(ErrorString*, int* documents, int* nodes, int* jsEventListeners);
H A DPageConsoleAgent.h54 virtual void clearMessages(ErrorString*);
55 virtual void addInspectedNode(ErrorString*, int nodeId);
H A DInspectorCSSAgent.h111 virtual void enable(ErrorString*, PassRefPtr<EnableCallback>);
112 virtual void disable(ErrorString*);
134 virtual void getComputedStyleForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> >&);
135 virtual void getPlatformFontsForNode(ErrorString*, int nodeId, String* cssFamilyName, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::PlatformFontUsage> >&);
136 virtual void getInlineStylesForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::CSS::CSSStyle>& inlineStyle, RefPtr<TypeBuilder::CSS::CSSStyle>& attributes);
137 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> >& pseudoIdMatches, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::InheritedStyleEntry> >& inheritedEntries);
138 virtual void getAllStyleSheets(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::CSS::CSSStyleSheetHeader> >& styleSheetInfos);
139 virtual void getStyleSheet(ErrorString*, const String& styleSheetId, RefPtr<TypeBuilder::CSS::CSSStyleSheetBody>& result);
140 virtual void getStyleSheetText(ErrorString*, const String& styleSheetId, String* result);
141 virtual void setStyleSheetText(ErrorString*, cons
[all...]
H A DInspectorAgent.h49 typedef String ErrorString; typedef in namespace:WebCore
62 void enable(ErrorString*);
63 void disable(ErrorString*);
64 void reset(ErrorString*);
H A DWorkerConsoleAgent.cpp46 void WorkerConsoleAgent::addInspectedNode(ErrorString* error, int)

Completed in 7784 milliseconds

1234