Searched refs:CanPasteAndGo (Results 1 – 11 of 11) sorted by relevance
233 // Test that the menu is constructed correctly when CanPasteAndGo().235 EXPECT_CALL(field_observer_, CanPasteAndGo())256 // Test that the menu is constructed correctly when !CanPasteAndGo().258 EXPECT_CALL(field_observer_, CanPasteAndGo())283 EXPECT_CALL(field_observer_, CanPasteAndGo())
44 MOCK_METHOD0(CanPasteAndGo, bool());
55 virtual bool CanPasteAndGo() = 0;
185 if (observer && observer->CanPasteAndGo()) {
98 virtual bool CanPasteAndGo();
228 bool CanPasteAndGo(const string16& text) const;
384 bool CanPasteAndGo(const string16& text) const;
1003 if (CanPasteAndGo(text)) in PasteAndGo()1078 case IDS_PASTE_AND_GO: return CanPasteAndGo(GetClipboardText()); in IsCommandIdEnabled()2412 bool AutocompleteEditViewWin::CanPasteAndGo(const string16& text) const { in CanPasteAndGo() function in AutocompleteEditViewWin2413 return !popup_window_mode_ && model_->CanPasteAndGo(text); in CanPasteAndGo()
966 bool AutocompleteEditViewMac::CanPasteAndGo() { function968 model_->CanPasteAndGo(GetClipboardText(g_browser_process->clipboard()));972 DCHECK(CanPasteAndGo());983 if (CanPasteAndGo())
409 bool AutocompleteEditModel::CanPasteAndGo(const string16& text) const { in CanPasteAndGo() function in AutocompleteEditModel
1487 model_->CanPasteAndGo(text_wstr)); in HandlePopulatePopup()1779 if (model_->CanPasteAndGo(CollapseWhitespace(text, true))) { in OnPerformDropImpl()