Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/search/
Dsearch_tab_helper.cc546 base::string16 text_to_paste = text.empty() ? omnibox->GetClipboardText() : in PasteIntoOmnibox() local
549 if (text_to_paste.empty()) in PasteIntoOmnibox()
557 omnibox->SetUserText(text_to_paste); in PasteIntoOmnibox()