Home
last modified time | relevance | path

Searched refs:errorString (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorRuntimeAgent.cpp52 void InspectorRuntimeAgent::evaluate(ErrorString* errorString, const String& expression, const Stri… in evaluate() argument
56 …injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", includeCommandLi… in evaluate()
59 void InspectorRuntimeAgent::evaluateOn(ErrorString* errorString, const String& objectId, const Stri… in evaluateOn() argument
63 injectedScript.evaluateOn(errorString, objectId, expression, result); in evaluateOn()
66 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, bool ig… in getProperties() argument
70 injectedScript.getProperties(errorString, objectId, ignoreHasOwnProperty, result); in getProperties()
73 void InspectorRuntimeAgent::setPropertyValue(ErrorString* errorString, const String& objectId, cons… in setPropertyValue() argument
77 injectedScript.setPropertyValue(errorString, objectId, propertyName, expression); in setPropertyValue()
79 *errorString = "No injected script found"; in setPropertyValue()
DInjectedScript.cpp57 void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& obj… in evaluate() argument
63 makeObjectCall(errorString, function, result); in evaluate()
66 void InjectedScript::evaluateOn(ErrorString* errorString, const String& objectId, const String& exp… in evaluateOn() argument
71 makeObjectCall(errorString, function, result); in evaluateOn()
74 void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const String& callFrameId, const… in evaluateOnCallFrame() argument
81 makeObjectCall(errorString, function, result); in evaluateOnCallFrame()
84 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ignoreHas… in getProperties() argument
93 *errorString = "Internal error"; in getProperties()
114 void InjectedScript::setPropertyValue(ErrorString* errorString, const String& objectId, const Strin… in setPropertyValue() argument
122 result->asString(errorString); in setPropertyValue()
[all …]
DInspectorCSSAgent.cpp184 void InspectorCSSAgent::getStylesForNode(ErrorString* errorString, int nodeId, RefPtr<InspectorObje… in getStylesForNode() argument
186 Element* element = elementForId(errorString, nodeId); in getStylesForNode()
239 void InspectorCSSAgent::getInlineStyleForNode(ErrorString* errorString, int nodeId, RefPtr<Inspecto… in getInlineStyleForNode() argument
241 Element* element = elementForId(errorString, nodeId); in getInlineStyleForNode()
252 void InspectorCSSAgent::getComputedStyleForNode(ErrorString* errorString, int nodeId, RefPtr<Inspec… in getComputedStyleForNode() argument
254 Element* element = elementForId(errorString, nodeId); in getComputedStyleForNode()
278 void InspectorCSSAgent::getStyleSheet(ErrorString* errorString, const String& styleSheetId, RefPtr<… in getStyleSheet() argument
280 InspectorStyleSheet* inspectorStyleSheet = assertStyleSheetForId(errorString, styleSheetId); in getStyleSheet()
287 void InspectorCSSAgent::getStyleSheetText(ErrorString* errorString, const String& styleSheetId, Str… in getStyleSheetText() argument
289 InspectorStyleSheet* inspectorStyleSheet = assertStyleSheetForId(errorString, styleSheetId); in getStyleSheetText()
[all …]
DInspectorDebuggerAgent.cpp177 static bool parseLocation(ErrorString* errorString, RefPtr<InspectorObject> location, String* sourc… in parseLocation() argument
181 *errorString = "sourceId and lineNumber are required."; in parseLocation()
189 void InspectorDebuggerAgent::setBreakpoint(ErrorString* errorString, PassRefPtr<InspectorObject> lo… in setBreakpoint() argument
195 if (!parseLocation(errorString, location, &sourceId, &lineNumber, &columnNumber)) in setBreakpoint()
208 *errorString = "Could not resolve breakpoint"; in setBreakpoint()
225 void InspectorDebuggerAgent::continueToLocation(ErrorString* errorString, PassRefPtr<InspectorObjec… in continueToLocation() argument
236 if (!parseLocation(errorString, location, &sourceId, &lineNumber, &columnNumber)) in continueToLocation()
241 resume(errorString); in continueToLocation()
336 void InspectorDebuggerAgent::setPauseOnExceptions(ErrorString* errorString, const String& stringPau… in setPauseOnExceptions() argument
346 *errorString = "Unknown pause on exceptions mode: " + stringPauseState; in setPauseOnExceptions()
[all …]
DInspectorDOMAgent.cpp400 Node* InspectorDOMAgent::assertNode(ErrorString* errorString, int nodeId) in assertNode() argument
404 *errorString = "Could not find node with given id"; in assertNode()
410 Element* InspectorDOMAgent::assertElement(ErrorString* errorString, int nodeId) in assertElement() argument
412 Node* node = assertNode(errorString, nodeId); in assertElement()
417 *errorString = "Node is not an Element"; in assertElement()
424 HTMLElement* InspectorDOMAgent::assertHTMLElement(ErrorString* errorString, int nodeId) in assertHTMLElement() argument
426 Element* element = assertElement(errorString, nodeId); in assertHTMLElement()
431 *errorString = "Node is not an HTML Element"; in assertHTMLElement()
489 void InspectorDOMAgent::querySelector(ErrorString* errorString, int nodeId, const String& selectors… in querySelector() argument
492 Node* node = assertNode(errorString, nodeId); in querySelector()
[all …]
DInspectorResourceAgent.cpp119 void InspectorResourceAgent::resourceContent(ErrorString* errorString, Frame* frame, const KURL& ur… in resourceContent() argument
122 *errorString = "No frame to get resource content for"; in resourceContent()
136 *errorString = "No resource with given URL found"; in resourceContent()
139 void InspectorResourceAgent::resourceContentBase64(ErrorString* errorString, Frame* frame, const KU… in resourceContentBase64() argument
145 *errorString = "No resource with given URL found"; in resourceContentBase64()
553 void InspectorResourceAgent::getResourceContent(ErrorString* errorString, const String& frameId, co… in getResourceContent() argument
557 *errorString = "No frame for given id found"; in getResourceContent()
561 …InspectorResourceAgent::resourceContentBase64(errorString, frame, KURL(ParsedURLString, url), cont… in getResourceContent()
563 … InspectorResourceAgent::resourceContent(errorString, frame, KURL(ParsedURLString, url), content); in getResourceContent()
DInspectorStyleSheet.cpp183 bool InspectorStyle::setPropertyText(ErrorString* errorString, unsigned index, const String& proper… in setPropertyText() argument
187 *errorString = "Internal error: no stylesheet parsed data available"; in setPropertyText()
207 *errorString = "Invalid property value"; in setPropertyText()
213 *errorString = "Invalid property value"; in setPropertyText()
230 *errorString = "Internal error: could not replace property value"; in setPropertyText()
251 *errorString = "Internal error: no CSS rule source found"; in setPropertyText()
257 *errorString = "Internal error: could not fetch style text"; in setPropertyText()
302 bool InspectorStyle::toggleProperty(ErrorString* errorString, unsigned index, bool disable) in toggleProperty() argument
306 *errorString = "Can toggle only source-based properties"; in toggleProperty()
311 *errorString = "Internal error: No source data for the style found"; in toggleProperty()
[all …]
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/qt/
DInjectedBundleQt.cpp41 … qWarning("Error loading the injected bundle: %s", qPrintable(m_platformBundle.errorString())); in load()
49 … qWarning("Error resolving WKBundleInitialize: %s", qPrintable(m_platformBundle.errorString())); in load()
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp277 CFStringRef errorString = 0; in create() local
279 …aryRef>(CFPropertyListCreateFromXMLData(0, cfData.get(), kCFPropertyListImmutable, &errorString))); in create()
282 …const char* cError = errorString ? CFStringGetCStringPtr(errorString, kCFStringEncodingUTF8) : "un… in create()
285 if (errorString) in create()
286 CFRelease(errorString); in create()
/external/tinyxml/
Dtinyxmlerror.cpp34 const char* TiXmlBase::errorString[ TIXML_ERROR_STRING_COUNT ] = member in TiXmlBase
Dtinyxmlparser.cpp784 errorDesc = errorString[ errorId ]; in SetError()
Dtinyxml.h330 static const char* errorString[ TIXML_ERROR_STRING_COUNT ]; variable
/external/skia/src/animator/
DSkAnimateMaker.cpp361 SkString errorString; in setScriptError() local
363 engine.getErrorString(&errorString); in setScriptError()
365 setErrorNoun(errorString); in setScriptError()
/external/webkit/Source/WebKit/chromium/public/
DWebCommonWorkerClient.h55 const WebString& errorString, int lineNumber,
/external/llvm/lib/MC/MCDisassembler/
DEDDisassembler.cpp168 std::string errorString; in EDDisassembler() local
171 errorString); in EDDisassembler()
/external/webkit/Source/WebCore/plugins/qt/
DPluginPackageQt.cpp145 m_module->errorString().toLatin1().constData()); in load()
/external/webkit/Tools/QtTestBrowser/
Dwebpage.cpp80 .arg(info->errorString).toUtf8(); in extension()
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserQt.cpp229 handleError(fatal, qPrintable(m_stream.errorString()), lineNumber(), columnNumber()); in doEnd()
449 handleError(type, qPrintable(m_stream.errorString()), lineNumber(), in parse()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h349 QString errorString; variable
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c397 JSStringRef errorString = JSStringCreateWithUTF8CString("convertToType failed"); in EvilExceptionObject_convertToType() local
398 JSValueRef errorStringRef = JSValueMakeString(context, errorString); in EvilExceptionObject_convertToType()
399 JSStringRelease(errorString); in EvilExceptionObject_convertToType()
/external/webkit/Source/WebCore/platform/network/qt/
DQNetworkReplyHandler.cpp443 …etwork", m_replyWrapper->reply()->error(), url.toString(), m_replyWrapper->reply()->errorString()); in finish()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1147 option.errorString = error.localizedDescription(); in callErrorPageExtension()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-032845 (XMLHandler::errorString): Put in an ifdef and a FIXME to avoid i18n.
15852 (XMLHandler::characters), (XMLHandler::errorString), (XMLHandler::fatalError),
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1625742 (QWebNetworkJob::errorString):