Home
last modified time | relevance | path

Searched refs:search_frame (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/
Drender_view_impl.cc2384 WebFrame* search_frame = focused_frame; // start searching focused frame. in OnFind() local
2400 result = search_frame->find( in OnFind()
2405 search_frame->executeCommand(WebString::fromUTF8("Unselect"), in OnFind()
2412 search_frame = options.forward ? in OnFind()
2413 search_frame->traverseNext(true) : in OnFind()
2414 search_frame->traversePrevious(true); in OnFind()
2415 } while (!search_frame->hasVisibleContent() && in OnFind()
2416 search_frame != focused_frame); in OnFind()
2419 search_frame->executeCommand(WebString::fromUTF8("Unselect"), in OnFind()
2427 if (multi_frame && search_frame == focused_frame) { in OnFind()
[all …]