Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.cpp590 intptr_t String::toIntPtrStrict(bool* ok, int base) const in toIntPtrStrict() function in WTF::String
597 return m_impl->toIntPtrStrict(ok, base); in toIntPtrStrict()
DStringImpl.h329 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10);
DWTFString.h367 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10) const;
DStringImpl.cpp1030 intptr_t StringImpl::toIntPtrStrict(bool* ok, int base) in toIntPtrStrict() function in WTF::StringImpl