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

  /external/chromium/chrome/browser/ui/views/
edit_search_engine_dialog.cc 91 controller_->IsURLValid(WideToUTF8(url_tf_->text())));
104 WideToUTF8(url_tf_->text()));
130 url_tf_ =
134 url_tf_->SetReadOnly(controller_->template_url()->prepopulate_id() != 0);
138 url_tf_ = CreateTextfield(std::wstring(), false);
195 layout->AddView(url_tf_);
247 UpdateImageView(url_iv_, controller_->IsURLValid(WideToUTF8(url_tf_->text())),
edit_search_engine_dialog.h 93 views::Textfield* url_tf_; member in class:EditSearchEngineDialog
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 116 url_tf_.SelectAll();
117 url_tf_.RequestFocus();
268 url_tf_.set_parent_owned(false);
296 url_tf_.SetText(UTF16ToWide(url_text));
297 url_tf_.SetController(this);
301 url_tf_.SetAccessibleName(WideToUTF16Hack(url_label_->GetText()));
357 layout->AddView(&url_tf_);
430 return URLFixerUpper::FixupURL(UTF16ToUTF8(url_tf_.text()), std::string());
440 url_tf_.SetBackgroundColor(kErrorColor);
442 url_tf_.UseDefaultBackgroundColor()
    [all...]
bookmark_editor_view.h 237 views::Textfield url_tf_; member in class:BookmarkEditorView
bookmark_editor_view_unittest.cc 71 editor_->url_tf_.SetText(text);
84 return editor_->url_tf_.parent();

Completed in 1601 milliseconds