Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dviews_window.cc882 CefRefPtr<CefTextfield> url_textfield = CefTextfield::CreateTextfield(this); in CreateLocationBar() local
883 url_textfield->SetID(ID_URL_TEXTFIELD); in CreateLocationBar()
884 url_textfield->SetEnabled(false); // Disabled by default. in CreateLocationBar()
885 views_style::ApplyTo(url_textfield); in CreateLocationBar()
886 location_bar_ = url_textfield; in CreateLocationBar()