Searched refs:editor_ (Results 1 – 9 of 9) sorted by relevance
51 editor_ = static_cast<AutocompleteTextFieldEditor*>([field_ currentEditor]);53 EXPECT_TRUE(editor_);54 EXPECT_TRUE([editor_ isKindOfClass:[AutocompleteTextFieldEditor class]]);57 AutocompleteTextFieldEditor* editor_;75 [editor_ selectAll:nil];77 [editor_ insertText:@"t"];80 [editor_ insertText:@"h"];84 [editor_ insertText:[NSString stringWithFormat:@"%c", 7]];88 [editor_ insertText:[NSString stringWithFormat:@"%c", 12]];92 [editor_ insertText:[NSString stringWithFormat:@"i%cs%c", 8, 127]];[all …]
16 if (editor_ == nil) {17 editor_.reset([[AutocompleteTextFieldEditor alloc] init]);19 EXPECT_TRUE(editor_ != nil);23 [editor_ setFieldEditor:YES];24 editor = editor_.get();
20 base::scoped_nsobject<AutocompleteTextFieldEditor> editor_; variable
63 return editor_->tree_model_.get(); in editor_tree_model()70 editor_.reset(new BookmarkEditorView(profile, parent, details, in CreateEditor()75 editor_->title_tf_->SetText(title); in SetTitleText()79 if (editor_->details_.type != BookmarkEditor::EditDetails::NEW_FOLDER) in SetURLText()80 editor_->url_tf_->SetText(text); in SetURLText()84 editor_->ApplyEdits(); in ApplyEdits()88 editor_->ApplyEdits(node); in ApplyEdits()93 return editor_->AddNewFolder(parent); in AddNewFolder()97 return editor_->NewFolder(); in NewFolder()101 if (editor_->details_.type == BookmarkEditor::EditDetails::NEW_FOLDER) in URLTFHasParent()[all …]
76 editor_(NULL), in TreeView()156 if (!editor_) { in StartEditing()157 editor_ = new Textfield; in StartEditing()160 AddChildView(editor_); in StartEditing()161 editor_->SetFontList(font_list_); in StartEditing()162 empty_editor_size_ = editor_->GetPreferredSize(); in StartEditing()163 editor_->set_controller(this); in StartEditing()165 editor_->SetText(selected_node_->model_node()->GetTitle()); in StartEditing()167 editor_->SetVisible(true); in StartEditing()169 editor_->RequestFocus(); in StartEditing()[all …]
120 views::Textfield* editor() { return editor_; } in editor()356 Textfield* editor_; variable
227 this.editor_ = new ImageEditor(375 this.editor_.executeWhenReady(action);755 this.editor_.openSession(772 this.editor_.getPrompt().hide();773 this.editor_.closeSession(callback);857 if (this.isEditing() && this.editor_.onKeyDown(event))947 this.editor_.getBuffer().draw();988 var mayChangeOverwrite = !this.editor_.canUndo() && item.isOriginal();1259 this.editor_.getPrompt().showAt(1264 this.editor_.getPrompt().hide();[all …]
311 this.editor_ = editor;312 this.editor_.registerAction_(this.name);322 this.editor_.getBuffer().addOverlay(this);336 this.editor_.getBuffer().removeOverlay(this);368 this.editor_.modeToolbar_.reset();
149 this.editor_.hideOverlappingTools(176 this.editor_.hideOverlappingTools();