Searched refs:matchFunction (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.h532 inline size_t find(const LChar* characters, unsigned length, CharacterMatchFunctionPtr matchFunction, unsigned index = 0)
535 if (matchFunction(characters[index]))
542 inline size_t find(const UChar* characters, unsigned length, CharacterMatchFunctionPtr matchFunction, unsigned index = 0)
545 if (matchFunction(characters[index]))
H A DWTFString.h211 size_t find(CharacterMatchFunctionPtr matchFunction, unsigned start = 0) const argument
212 { return m_impl ? m_impl->find(matchFunction, start) : kNotFound; }
H A DStringImpl.cpp1106 size_t StringImpl::find(CharacterMatchFunctionPtr matchFunction, unsigned start) argument
1109 return WTF::find(characters8(), m_length, matchFunction, start);
1110 return WTF::find(characters16(), m_length, matchFunction, start);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 294 milliseconds