Home
last modified time | relevance | path

Searched refs:toIntPtrStrict (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.cpp503 intptr_t String::toIntPtrStrict(bool* ok, int base) const in toIntPtrStrict() function in WTF::String
510 return m_impl->toIntPtrStrict(ok, base); in toIntPtrStrict()
DStringImpl.h273 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10);
DWTFString.h265 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10) const;
DStringImpl.cpp431 intptr_t StringImpl::toIntPtrStrict(bool* ok, int base) in toIntPtrStrict() function in WTF::StringImpl
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2997108 (WebCore::String::toIntPtrStrict):
97113 (WebCore::StringImpl::toIntPtrStrict):