Searched refs:setError (Results 1 - 25 of 58) sorted by relevance

123

/external/webkit/Tools/DumpRenderTree/mac/
H A DMockGeolocationProvider.h42 - (void)setError:(NSError *)error;
H A DMockGeolocationProvider.mm60 - (void)setError:(NSError *)error
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.cpp85 setError(FileError::INVALID_STATE_ERR, ec);
89 setError(FileError::TYPE_MISMATCH_ERR, ec);
105 setError(FileError::INVALID_STATE_ERR, ec);
118 setError(FileError::INVALID_STATE_ERR, ec);
132 setError(FileError::INVALID_STATE_ERR, ec);
192 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionCode& ec) function in class:WebCore::FileWriter
H A DSyncCallbackHelper.h101 m_helper->setError(0);
128 m_helper->setError(error->code());
143 void setError(int code) function in class:WebCore::SyncCallbackHelper
H A DFileWriter.h103 void setError(FileError::ErrorCode, ExceptionCode&);
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp90 setError(PositionError::POSITION_UNAVAILABLE, "Could not connect to location provider.");
106 setError(PositionError::POSITION_UNAVAILABLE, error->message);
113 setError(PositionError::POSITION_UNAVAILABLE, error->message);
184 that->setError(PositionError::POSITION_UNAVAILABLE, error->message);
194 that->setError(PositionError::POSITION_UNAVAILABLE, "Position could not be determined.");
208 void GeolocationServiceGtk::setError(PositionError::ErrorCode errorCode, const char* message) function in class:WebCore::GeolocationServiceGtk
H A DGeolocationServiceGtk.h50 void setError(PositionError::ErrorCode, const char* message);
/external/llvm/lib/Support/
H A DYAMLTraits.cpp101 setError(CurrentNode, "not a mapping");
108 setError(CurrentNode, Twine("missing required key '") + Key + "'");
131 setError(i->second, Twine("unknown key '") + i->first + "'");
205 setError(CurrentNode, "unknown enumerated scalar");
214 setError(CurrentNode, "expected sequence of bit values");
233 setError(CurrentNode, "unexpected scalar in sequence of bit values");
238 setError(CurrentNode, "expected sequence of bit values");
250 setError(SQ->Entries[i], "unknown bit value");
261 setError(CurrentNode, "unexpected scalar");
265 void Input::setError(HNod function in class:Input
269 void Input::setError(Node *node, const Twine &message) { function in class:Input
333 void Input::setError(const Twine &Message) { function in class:Input
532 void Output::setError(const Twine &message) { function in class:Output
[all...]
H A DYAMLParser.cpp267 void setError(const Twine &Message, StringRef::iterator Position) { function in class:llvm::yaml::Scanner
278 void setError(const Twine &Message) { function in class:llvm::yaml::Scanner
279 setError(Message, Current);
952 setError( "Could not find expected : for simple key"
1260 setError("Expected quote at end of scalar", Current);
1290 setError("Found unexpected ':' while scanning a plain scalar", Current);
1318 setError("Found invalid tab character in indentation", Tmp);
1339 setError("Got empty plain scalar", Start);
1373 setError("Got empty alias or anchor", Start);
1415 setError("Go
1615 void Node::setError(const Twine &Msg, Token &Tok) const { function in class:Node
2033 void Document::setError(const Twine &Message, Token &Location) const { function in class:Document
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationClientMock.cpp61 void WebGeolocationClientMock::setError(int errorCode, const WebString& message) function in class:WebKit::WebGeolocationClientMock
77 m_clientMock->setError(webError);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java73 public void setError(String error) { method in class:gUnitTestResult
/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationServiceMock.h39 // to be set manually using the setPosition and setError methods. Objects of
53 static void setError(PassRefPtr<PositionError> position);
H A DGeolocationClientMock.h59 void setError(PassRefPtr<GeolocationError>);
H A DGeolocationServiceMock.cpp74 void GeolocationServiceMock::setError(PassRefPtr<PositionError> error) function in class:WebCore::GeolocationServiceMock
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationClientMock.h52 WEBKIT_API void setError(int errorCode, const WebString& message);
/external/webkit/Source/WebKit/android/jni/
H A DMockGeolocation.cpp69 static void setError(JNIEnv* env, jobject, jobject webViewCore, int code, jstring message) function in namespace:android
83 { "nativeSetError", "(Landroid/webkit/WebViewCore;ILjava/lang/String;)V", (void*) setError },
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DIncomingFileTransfer.java139 setError(Error.stream);
144 setError(Error.bad_file);
H A DOutgoingFileTransfer.java236 setError(Error.bad_file);
337 setError(Error.not_acceptable);
375 setError(Error.no_response);
H A DFileTransferManager.java179 rejection.setError(new XMPPError(XMPPError.Condition.no_acceptable));
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationManager.cpp99 mockClient()->setError(error);
/external/icu4c/i18n/
H A Dfmtable.cpp89 static void setError(UErrorCode& ec, UErrorCode err) { function
627 setError(status, U_INVALID_FORMAT_ERROR);
631 setError(status, U_MEMORY_ALLOCATION_ERROR);
644 setError(status, U_INVALID_FORMAT_ERROR);
648 setError(status, U_MEMORY_ALLOCATION_ERROR);
659 setError(status, U_INVALID_FORMAT_ERROR);
663 setError(status, U_MEMORY_ALLOCATION_ERROR);
674 setError(status, U_INVALID_FORMAT_ERROR);
/external/webkit/Source/WebCore/page/
H A DGeolocationController.cpp112 observersVector[i]->setError(error);

Completed in 1726 milliseconds

123