HomeSort by relevance Sort by last modified time
    Searched refs:errorString (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PageDebuggerAgent.cpp 101 ErrorString error;
107 ErrorString error;
116 InjectedScript PageDebuggerAgent::injectedScriptForEval(ErrorString* errorString, const int* executionContextId)
124 *errorString = "Execution context with given id not found.";
128 void PageDebuggerAgent::setOverlayMessage(ErrorString*, const String* message)
InspectorPageAgent.cpp 247 void InspectorPageAgent::resourceContent(ErrorString* errorString, Frame* frame, const KURL& url, String* result, bool* base64Encoded)
249 DocumentLoader* loader = assertDocumentLoader(errorString, frame);
253 *errorString = "No resource with given URL found";
338 ErrorString error;
347 ErrorString error;
381 void InspectorPageAgent::enable(ErrorString*)
388 void InspectorPageAgent::disable(ErrorString*)
417 void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString*, const String& source, String* identifier)
435 void InspectorPageAgent::removeScriptToEvaluateOnLoad(ErrorString* error, const String& identifier
    [all...]
InspectorDOMDebuggerAgent.cpp 150 void InspectorDOMDebuggerAgent::setEventListenerBreakpoint(ErrorString* error, const String& eventName)
155 void InspectorDOMDebuggerAgent::setInstrumentationBreakpoint(ErrorString* error, const String& eventName)
160 void InspectorDOMDebuggerAgent::setBreakpoint(ErrorString* error, const String& eventName)
172 void InspectorDOMDebuggerAgent::removeEventListenerBreakpoint(ErrorString* error, const String& eventName)
177 void InspectorDOMDebuggerAgent::removeInstrumentationBreakpoint(ErrorString* error, const String& eventName)
182 void InspectorDOMDebuggerAgent::removeBreakpoint(ErrorString* error, const String& eventName)
231 static int domTypeForName(ErrorString* errorString, const String& typeString)
239 *errorString = "Unknown DOM breakpoint type: " + typeString;
254 void InspectorDOMDebuggerAgent::setDOMBreakpoint(ErrorString* errorString, int nodeId, const String& typeString
    [all...]
InspectorResourceAgent.cpp 189 ErrorString error;
280 ErrorString error;
584 void InspectorResourceAgent::enable(ErrorString*)
597 void InspectorResourceAgent::disable(ErrorString*)
605 void InspectorResourceAgent::setUserAgentOverride(ErrorString*, const String& userAgent)
611 void InspectorResourceAgent::setExtraHTTPHeaders(ErrorString*, const RefPtr<JSONObject>& headers)
616 void InspectorResourceAgent::getResponseBody(ErrorString* errorString, const String& requestId, String* content, bool* base64Encoded)
620 *errorString = "No resource with given identifier found";
631 *errorString = "Request content was evicted from inspector cache"
    [all...]
InspectorConsoleAgent.cpp 84 void InspectorConsoleAgent::enable(ErrorString*)
106 void InspectorConsoleAgent::disable(ErrorString*)
116 void InspectorConsoleAgent::clearMessages(ErrorString*)
128 ErrorString error;
138 ErrorString error;
151 String errorString;
152 disable(&errorString);
158 ErrorString error;
168 ErrorString error;
178 ErrorString error
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketFrame.cpp 54 WebSocketFrame::ParseFrameResult WebSocketFrame::parseFrame(char* data, size_t dataLength, WebSocketFrame& frame, const char*& frameEnd, String& errorString)
89 errorString = "The minimal number of bytes MUST be used to encode the length";
93 errorString = "The minimal number of bytes MUST be used to encode the length";
101 errorString = "WebSocket frame length too large: " + String::number(payloadLength64) + " bytes";
WebSocketFrame.h 60 static ParseFrameResult parseFrame(char* data, size_t dataLength, WebSocketFrame&, const char*& frameEnd, String& errorString); // May modify part of data to unmask the frame.
MainThreadWebSocketChannel.cpp 510 String errorString;
511 WebSocketFrame::ParseFrameResult result = WebSocketFrame::parseFrame(m_buffer.data(), m_buffer.size(), frame, frameEnd, errorString);
515 failAsError(errorString);
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 190 CXString *errorString;
195 if (errorString)
196 *errorString = cxstring::createDup(err);
238 : error(e), errorString(es) {
241 if (errorString)
242 *errorString = cxstring::createEmpty();
651 CXString *errorString) {
652 DiagLoader L(error, errorString);
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 103 String errorString = String.format(
106 assertEquals(errorString, DownloadManager.STATUS_SUCCESSFUL, status);
  /external/skia/tools/
bench_pictures_main.cpp 317 SkString errorString;
318 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
321 if (errorString.size() > 0) {
322 gLogger.logError(errorString);
render_pictures_main.cpp 413 SkString errorString;
414 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
416 if (errorString.size() > 0) {
417 SkDebugf("%s\n", errorString.c_str());
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ParserTest.java 125 final String errorString =
145 fail(errorString);
153 fail(errorString);
161 fail(errorString);
170 fail(errorString);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.cpp 357 SkString errorString;
359 engine.getErrorString(&errorString);
361 setErrorNoun(errorString);
  /external/skia/src/animator/
SkAnimateMaker.cpp 357 SkString errorString;
359 engine.getErrorString(&errorString);
361 setErrorNoun(errorString);
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
colorSuggestionPicker.js 46 var errorString = validateArguments(args);
47 if (errorString) {
48 main.textContent = "Internal error: " + errorString;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 216 String errorString = "<" + tagName() + "> attribute " + name.toString() + "=\"" + value + "\"";
220 extensions->reportError("Invalid negative value for " + errorString);
225 extensions->reportError("Invalid value for " + errorString);
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 682 String errorString = db.error_string(Constants.SQLITE_ERROR);
691 .error_string(db.last_error()), errorString);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 371 static const char* errorString[ TIXML_ERROR_STRING_COUNT ];
    [all...]
tinyxmlparser.cpp 807 errorDesc = errorString[ errorId ];
    [all...]
  /external/tinyxml/
tinyxml.h 330 static const char* errorString[ TIXML_ERROR_STRING_COUNT ];
    [all...]
tinyxmlparser.cpp 784 errorDesc = errorString[ errorId ];
    [all...]
  /external/clang/include/clang-c/
Index.h 707 * \param errorString A pointer to a CXString for recording the error string
715 CXString *errorString);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 

Completed in 1959 milliseconds

12 3