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

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextResourceDecoder.cpp75 static int find(const char* subject, size_t subjectLength, const char* target) argument
78 if (targetLength > subjectLength)
80 for (size_t i = 0; i <= subjectLength - targetLength; ++i) {

Completed in 125 milliseconds