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

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

Completed in 82 milliseconds