Home
last modified time | relevance | path

Searched refs:toIntStrict (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.cpp463 int String::toIntStrict(bool* ok, int base) const in toIntStrict() function in WTF::String
470 return m_impl->toIntStrict(ok, base); in toIntStrict()
DStringImpl.h269 int toIntStrict(bool* ok = 0, int base = 10);
DWTFString.h261 int toIntStrict(bool* ok = 0, int base = 10) const;
DStringImpl.cpp411 int StringImpl::toIntStrict(bool* ok, int base) in toIntStrict() function in WTF::StringImpl
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1131 int offset = url.lastPathComponent().toIntStrict(&ok); in shouldGoToHistoryItem()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1048704 Used toASCIIHexValue a character at a time rather than using toIntStrict
49001 (WebCore::String::toIntStrict):
49022 (WebCore::StringImpl::toIntStrict):