Searched defs:GetLastError (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ | ||
D | platform-posix.cc | 111 int OS::GetLastError() { in GetLastError() function in v8::internal::OS |
D | platform-nullos.cc | 104 int OS::GetLastError() { in GetLastError() function in v8::internal::OS |
D | platform-win32.cc | 643 int OS::GetLastError() { in GetLastError() function in v8::internal::OS |
/external/chromium/chrome/common/ | ||
D | sqlite_utils.cc | 23 virtual int GetLastError() const { in GetLastError() function in VanillaSQLErrorHandler |