Searched defs:toIntStrict (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp550 int String::toIntStrict(bool* ok, int base) const function in class:WTF::String
557 return m_impl->toIntStrict(ok, base);
H A DStringImpl.cpp1002 int StringImpl::toIntStrict(bool* ok, int base) function in class:WTF::StringImpl

Completed in 103 milliseconds