Searched defs:search_text (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_find_helper.h40 const base::string16& search_text,
81 explicit FindUpdateEvent(const base::string16& search_text);
104 const base::string16& search_text,
134 const base::string16& search_text() { function in class:extensions::WebViewFindHelper::FindInfo
H A Dweb_view_find_helper.cc89 const base::string16& search_text,
102 current_find_request_id_, search_text, options, find_function))));
112 current_find_session_->search_text();
115 current_search_text == search_text &&
133 search_text, *full_options);
163 find_update_event_.reset(new FindUpdateEvent(find_info->search_text()));
218 const base::string16& search_text)
219 : search_text_(search_text) {
242 const base::string16& search_text,
246 search_text_(search_text),
87 Find( content::WebContents* guest_web_contents, const base::string16& search_text, const blink::WebFindOptions& options, scoped_refptr<WebViewInternalFindFunction> find_function) argument
217 FindUpdateEvent( const base::string16& search_text) argument
240 FindInfo( int request_id, const base::string16& search_text, const blink::WebFindOptions& options, scoped_refptr<WebViewInternalFindFunction> find_function) argument
[all...]
H A Dweb_view_guest.cc575 const base::string16& search_text,
578 find_helper_.Find(web_contents(), search_text, options, find_function); local
574 Find( const base::string16& search_text, const blink::WebFindOptions& options, scoped_refptr<WebViewInternalFindFunction> find_function) argument
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc332 base::string16 search_text = base::UTF8ToUTF16(params->query.text); local
347 hs->QueryHistory(search_text,
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.cc441 void FindBarView::Find(const base::string16& search_text) { argument
452 last_searched_text_ = search_text;
457 if (!search_text.empty()) {
459 find_tab_helper->StartFinding(search_text, true, false);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc243 bool PepperWebPluginImpl::startFind(const blink::WebString& search_text, argument
246 return instance_->StartFind(search_text, case_sensitive, identifier);
H A Dpepper_plugin_instance_impl.cc1479 bool PepperPluginInstanceImpl::StartFind(const base::string16& search_text, argument
1489 base::UTF16ToUTF8(search_text).c_str(),
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view_unittest.cc513 base::string16 search_text = base::UTF8ToUTF16("test"); local
517 dummy_search_box->search_box()->InsertText(search_text);
519 // Check that the current search is using |search_text|.
520 EXPECT_EQ(search_text, delegate_->GetTestModel()->search_box()->text());
524 EXPECT_EQ(search_text, main_view->search_box_view()->search_box()->text());
537 // Check that the current search is using |search_text|.
/external/chromium_org/extensions/browser/api/web_view/
H A Dweb_view_internal_api.cc254 // Convert the std::string search_text to string16.
255 base::string16 search_text; local
257 params->search_text.c_str(), params->search_text.length(), &search_text);
268 guest->Find(search_text, options, this);
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc457 base::string16 search_text, const history::QueryOptions& options) {
469 hs->QueryHistory(search_text,
473 search_text,
482 search_text,
486 search_text, options,
511 base::string16 search_text = ExtractStringValue(args); local
542 QueryHistory(search_text, options);
769 const base::string16& search_text,
786 !search_text.empty(),
796 results_info_value_.SetString("term", search_text);
456 QueryHistory( base::string16 search_text, const history::QueryOptions& options) argument
768 QueryComplete( const base::string16& search_text, const history::QueryOptions& options, history::QueryResults* results) argument
815 WebHistoryQueryComplete( const base::string16& search_text, const history::QueryOptions& options, base::TimeTicks start_time, history::WebHistoryService::Request* request, const base::DictionaryValue* results_value) argument
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc186 bool FindString(const std::string& search_text,
780 const std::string& search_text,
783 return runner_->FindString(search_text, options_array);
2219 bool TestRunner::FindString(const std::string& search_text, argument
2243 const bool find_result = frame->find(0, WebString::fromUTF8(search_text),
779 FindString( const std::string& search_text, const std::vector<std::string>& options_array) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2460 const base::string16& search_text,
2462 Send(new ViewMsg_Find(GetRoutingID(), request_id, search_text, options));
2459 Find(int request_id, const base::string16& search_text, const blink::WebFindOptions& options) argument
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2614 const base::string16& search_text,
2625 search_text, options.matchCase, request_id)) {
2652 request_id, search_text, options, wrap_within_frame, &selection_rect);
2680 request_id, search_text, options, true, // Force wrapping.
2720 search_text,
2613 OnFind(int request_id, const base::string16& search_text, const WebFindOptions& options) argument

Completed in 1140 milliseconds