HomeSort by relevance Sort by last modified time
    Searched defs:find_result (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.cc 72 find_bar_->ClearResults(find_tab_helper->find_result());
141 if (find_tab_helper->find_result().final_update() &&
142 find_tab_helper->find_result().number_of_matches() == 0) {
221 const FindNotificationDetails& find_result = find_tab_helper->find_result(); local
230 if (find_result.number_of_matches() > -1) {
232 find_result.number_of_matches() == 1 &&
233 !find_result.final_update())
235 last_reported_matchcount_ = find_result.number_of_matches();
238 find_bar_->UpdateUIForFindResult(find_result, find_tab_helper->find_text())
    [all...]
find_tab_helper.h 67 const FindNotificationDetails& find_result() const { function in class:FindTabHelper
  /external/chromium_org/extensions/browser/api/socket/
udp_socket.cc 248 std::vector<std::string>::iterator find_result = std::find( local
250 if (find_result != multicast_groups_.end())
265 std::vector<std::string>::iterator find_result = std::find( local
267 if (find_result == multicast_groups_.end())
272 multicast_groups_.erase(find_result);
  /external/chromium_org/media/formats/webm/
webm_cluster_parser_unittest.cc 645 const TextTracks::const_iterator find_result = local
647 ASSERT_TRUE(find_result != text_tracks.end());
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 2204 const bool find_result = frame->find(0, WebString::fromUTF8(search_text), local
    [all...]

Completed in 245 milliseconds