Searched defs:editor_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dautocomplete_text_field_unittest_helper.h20 base::scoped_nsobject<AutocompleteTextFieldEditor> editor_; variable
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view_unittest.cc63 return editor_->tree_model_.get();
70 editor_.reset(new BookmarkEditorView(profile, parent, details,
75 editor_->title_tf_->SetText(title);
79 if (editor_->details_.type != BookmarkEditor::EditDetails::NEW_FOLDER)
80 editor_->url_tf_->SetText(text);
84 editor_->ApplyEdits();
88 editor_->ApplyEdits(node);
93 return editor_->AddNewFolder(parent);
97 return editor_->NewFolder();
101 if (editor_
150 scoped_ptr<BookmarkEditorView> editor_; member in class:BookmarkEditorViewTest
[all...]
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.h120 views::Textfield* editor() { return editor_; }
267 // Positions |editor_|.
356 Textfield* editor_; member in class:views::TreeView
358 // Preferred size of |editor_| with no content.

Completed in 146 milliseconds