Searched refs:ErrorString (Results 51 - 72 of 72) sorted by relevance

123

/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.h135 const char *ErrorString;
186 ErrorString(0), ValueList(C), MDValueList(C),
192 ErrorString(0), ValueList(C), MDValueList(C),
214 ErrorString = Str;
217 const char *getErrorString() const { return ErrorString; }
H A DBitcodeReader.cpp2799 if (ErrInfo) *ErrInfo = ErrorString;
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DPageRuntimeAgent.cpp79 void PageRuntimeAgent::enable(ErrorString* errorString)
93 void PageRuntimeAgent::disable(ErrorString* errorString)
129 InjectedScript PageRuntimeAgent::injectedScriptForEval(ErrorString* errorString, const int* executionContextId)
H A DPageDebuggerAgent.cpp124 InjectedScript PageDebuggerAgent::injectedScriptForEval(ErrorString* errorString, const int* executionContextId)
138 void PageDebuggerAgent::setOverlayMessage(ErrorString*, const String* message)
H A DInspectorDOMAgent.cpp257 ErrorString error;
366 Node* InspectorDOMAgent::assertNode(ErrorString* errorString, int nodeId)
376 Document* InspectorDOMAgent::assertDocument(ErrorString* errorString, int nodeId)
388 Element* InspectorDOMAgent::assertElement(ErrorString* errorString, int nodeId)
400 Node* InspectorDOMAgent::assertEditableNode(ErrorString* errorString, int nodeId)
412 Element* InspectorDOMAgent::assertEditableElement(ErrorString* errorString, int nodeId)
424 void InspectorDOMAgent::getDocument(ErrorString* errorString, RefPtr<Inspector::TypeBuilder::DOM::Node>& root)
478 int InspectorDOMAgent::pushNodeToFrontend(ErrorString* errorString, int documentNodeId, Node* nodeToPush)
502 void InspectorDOMAgent::requestChildNodes(ErrorString* errorString, int nodeId, const int* depth)
520 void InspectorDOMAgent::querySelector(ErrorString* errorStrin
1109 highlightFrame( ErrorString*, const String& frameId, const RefPtr<InspectorObject>* color, const RefPtr<InspectorObject>* outlineColor) argument
[all...]
H A DDOMEditor.cpp398 static void populateErrorString(const ExceptionCode& ec, ErrorString* errorString)
406 bool DOMEditor::insertBefore(Node* parentNode, PassRefPtr<Node> node, Node* anchorNode, ErrorString* errorString)
414 bool DOMEditor::removeChild(Node* parentNode, Node* node, ErrorString* errorString)
422 bool DOMEditor::setAttribute(Element* element, const String& name, const String& value, ErrorString* errorString)
430 bool DOMEditor::removeAttribute(Element* element, const String& name, ErrorString* errorString)
438 bool DOMEditor::setOuterHTML(Node& node, const String& html, Node** newNode, ErrorString* errorString)
446 bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ErrorString* errorString)
H A DInspectorCSSAgent.cpp488 void InspectorCSSAgent::enable(ErrorString*)
493 void InspectorCSSAgent::disable(ErrorString*)
510 ErrorString errorString;
542 ErrorString errorString;
554 ErrorString errorString;
566 ErrorString errorString;
603 void InspectorCSSAgent::getMatchedStylesForNode(ErrorString* errorString, int nodeId, const bool* includePseudo, const bool* includeInherited, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::RuleMatch>>& matchedCSSRules, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::PseudoIdMatches>>& pseudoIdMatches, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::InheritedStyleEntry>>& inheritedEntries)
653 void InspectorCSSAgent::getInlineStylesForNode(ErrorString* errorString, int nodeId, RefPtr<Inspector::TypeBuilder::CSS::CSSStyle>& inlineStyle, RefPtr<Inspector::TypeBuilder::CSS::CSSStyle>& attributesStyle)
668 void InspectorCSSAgent::getComputedStyleForNode(ErrorString* errorString, int nodeId, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::CSSComputedStyleProperty>>& style)
679 void InspectorCSSAgent::getAllStyleSheets(ErrorString*, RefPt
[all...]
H A DInspectorResourceAgent.cpp191 ErrorString error;
273 ErrorString error;
633 void InspectorResourceAgent::enable(ErrorString*)
646 void InspectorResourceAgent::disable(ErrorString*)
654 void InspectorResourceAgent::setExtraHTTPHeaders(ErrorString*, const RefPtr<InspectorObject>& headers)
659 void InspectorResourceAgent::getResponseBody(ErrorString* errorString, const String& requestId, String* content, bool* base64Encoded)
692 void InspectorResourceAgent::replayXHR(ErrorString*, const String& requestId)
716 void InspectorResourceAgent::canClearBrowserCache(ErrorString*, bool* result)
721 void InspectorResourceAgent::clearBrowserCache(ErrorString*)
726 void InspectorResourceAgent::canClearBrowserCookies(ErrorString*, boo
[all...]
H A DInspectorDatabaseAgent.cpp239 void InspectorDatabaseAgent::enable(ErrorString*)
250 void InspectorDatabaseAgent::disable(ErrorString*)
257 void InspectorDatabaseAgent::getDatabaseTableNames(ErrorString* error, const String& databaseId, RefPtr<Inspector::TypeBuilder::Array<String>>& names)
275 void InspectorDatabaseAgent::executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtr<ExecuteSQLCallback> prpRequestCallback)
H A DWebConsoleAgent.cpp52 void WebConsoleAgent::setMonitoringXHREnabled(ErrorString*, bool enabled)
H A DInspectorTimelineAgent.h66 typedef String ErrorString; typedef in namespace:WebCore
144 virtual void start(ErrorString* = nullptr, const int* maxCallStackDepth = nullptr) override;
145 virtual void stop(ErrorString* = nullptr) override;
H A DCommandLineAPIHost.cpp112 ErrorString error;
H A DWorkerDebuggerAgent.cpp140 InjectedScript WorkerDebuggerAgent::injectedScriptForEval(ErrorString* error, const int* executionContextId)
H A DInspectorIndexedDBAgent.cpp575 void InspectorIndexedDBAgent::enable(ErrorString*)
579 void InspectorIndexedDBAgent::disable(ErrorString*)
583 static Document* assertDocument(ErrorString* errorString, Frame* frame)
591 static IDBFactory* assertIDBFactory(ErrorString* errorString, Document* document)
606 void InspectorIndexedDBAgent::requestDatabaseNames(ErrorString* errorString, const String& securityOrigin, PassRefPtr<RequestDatabaseNamesCallback> requestCallback)
627 void InspectorIndexedDBAgent::requestDatabase(ErrorString* errorString, const String& securityOrigin, const String& databaseName, PassRefPtr<RequestDatabaseCallback> requestCallback)
642 void InspectorIndexedDBAgent::requestData(ErrorString* errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, const String& indexName, int skipCount, int pageSize, const RefPtr<InspectorObject>* keyRange, PassRefPtr<RequestDataCallback> requestCallback)
748 void InspectorIndexedDBAgent::clearObjectStore(ErrorString* errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, PassRefPtr<ClearObjectStoreCallback> requestCallback)
H A DWorkerInspectorController.cpp150 ErrorString unused;
H A DInspectorController.cpp360 ErrorString error;
400 ErrorString error;
H A DInspectorTimelineAgent.cpp96 ErrorString error;
100 void InspectorTimelineAgent::start(ErrorString*, const int* maxCallStackDepth)
107 void InspectorTimelineAgent::stop(ErrorString*)
H A DInspectorStyleSheet.h57 typedef String ErrorString; typedef in namespace:WebCore
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.cpp61 void InjectedScript::evaluate(ErrorString* errorString, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<Inspector::TypeBuilder::Runtime::RemoteObject>* result, Inspector::TypeBuilder::OptOutput<bool>* wasThrown)
72 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const String& arguments, bool returnByValue, bool generatePreview, RefPtr<Inspector::TypeBuilder::Runtime::RemoteObject>* result, Inspector::TypeBuilder::OptOutput<bool>* wasThrown)
83 void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const Deprecated::ScriptValue& callFrames, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<Inspector::TypeBuilder::Runtime::RemoteObject>* result, Inspector::TypeBuilder::OptOutput<bool>* wasThrown)
96 void InjectedScript::getFunctionDetails(ErrorString* errorString, const String& functionId, RefPtr<Inspector::TypeBuilder::Debugger::FunctionDetails>* result)
112 void InjectedScript::getProperties(ErrorString* errorString, const String& objectId, bool ownProperties, RefPtr<Array<Inspector::TypeBuilder::Runtime::PropertyDescriptor>>* properties)
128 void InjectedScript::getInternalProperties(ErrorString* errorString, const String& objectId, RefPtr<Array<Inspector::TypeBuilder::Runtime::InternalPropertyDescriptor>>* properties)
H A DInspectorBackendDispatcher.cpp51 void InspectorBackendDispatcher::CallbackBase::sendFailure(const ErrorString& error)
57 void InspectorBackendDispatcher::CallbackBase::sendIfActive(PassRefPtr<InspectorObject> partialMessage, const ErrorString& invocationError)
134 void InspectorBackendDispatcher::sendResponse(long callId, PassRefPtr<InspectorObject> result, const ErrorString& invocationError)
H A DInjectedScriptBase.cpp122 void InjectedScriptBase::makeEvalCall(ErrorString* errorString, Deprecated::ScriptFunctionCall& function, RefPtr<TypeBuilder::Runtime::RemoteObject>* objectResult, TypeBuilder::OptOutput<bool>* wasThrown)
/macosx-10.10/bootp-298/bootplib/
H A Dmacnc_options.c499 ErrorString:[options errString]] == FALSE) {
525 ErrorString: [options errString]] == FALSE) {

Completed in 287 milliseconds

123