HomeSort by relevance Sort by last modified time
    Searched defs:lastError (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/platform/mac/
GeolocationServiceMac.h 58 virtual PositionError* lastError() const { return m_lastError.get(); }
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.h 54 virtual PositionError* lastError() const { return m_lastError.get(); }
  /external/webkit/WebCore/platform/mock/
GeolocationServiceMock.h 61 virtual PositionError* lastError() const { return s_lastError->get(); }
  /external/webkit/WebCore/platform/
GeolocationService.h 62 virtual PositionError* lastError() const { return 0; }
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_find.h 175 error_type lastError;
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 154 PositionError* GeolocationServiceGtk::lastError() const
  /external/icu4c/i18n/
winnmfmt.cpp 305 DWORD lastError = GetLastError();
307 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
  /external/icu4c/test/intltest/
winnmtst.cpp 190 DWORD lastError = GetLastError();
192 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
204 DWORD lastError = GetLastError();
206 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.cpp 245 int SQLiteDatabase::lastError()
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSource.java 379 String lastError = null;
386 lastError = "XML verification failed for %1$s.\nNo suitable XML Schema Validator could be found in your Java environment. Please consider updating your version of Java.";
398 lastError = "XML verification failed for %1$s.\nError: %2$s";
406 if (lastError != null) {
407 outError[0] = String.format(lastError, url, extraError);
    [all...]
  /external/libxml2/include/libxml/
xpath.h 343 xmlError lastError; /* the last error */
parser.h 299 xmlError lastError;
    [all...]

Completed in 292 milliseconds