Home | History | Annotate | Download | only in inspector

Lines Matching refs:ErrorString

73 typedef String ErrorString;
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*, bool, double, double, double) OVERRIDE;
144 virtual void setCacheDisabled(ErrorString*, bool cacheDisabled) OVERRIDE;
146 virtual void loadResourceForFrontend(ErrorString*, const String& frameId, const String& url, const RefPtr<JSONObject>* requestHeaders, PassRefPtrWillBeRawPtr<LoadResourceForFrontendCallback>) OVERRIDE;