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

/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.cc99 static const size_t kMaxIndexChars = 65535; variable
400 // Retrieve the frame's full text (up to kMaxIndexChars), and pass it to the
430 *contents = frame->contentAsText(kMaxIndexChars);
443 if (contents->size() == kMaxIndexChars) {

Completed in 156 milliseconds