OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanPasteAndGo
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h
55
virtual bool
CanPasteAndGo
() = 0;
59
// clipboard. Must not be called unless
CanPasteAndGo
() returns
autocomplete_text_field_unittest_helper.h
44
MOCK_METHOD0(
CanPasteAndGo
, bool());
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.h
44
MOCK_METHOD0(
CanPasteAndGo
, bool());
autocomplete_text_field.h
59
virtual bool
CanPasteAndGo
() = 0;
63
// clipboard. Must not be called unless
CanPasteAndGo
() returns
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.h
98
virtual bool
CanPasteAndGo
();
autocomplete_edit.h
228
bool
CanPasteAndGo
(const string16& text) const;
230
// Navigates to the destination last supplied to
CanPasteAndGo
.
233
// Returns the url set by way of
CanPasteAndGo
.
530
// Paste And Go-related state. See
CanPasteAndGo
().
autocomplete_edit_view_win.h
163
// Invokes
CanPasteAndGo
with the specified text, and if successful navigates
384
bool
CanPasteAndGo
(const string16& text) const;
autocomplete_edit_view_win.cc
[
all
...]
autocomplete_edit_view_gtk.cc
[
all
...]
autocomplete_edit.cc
409
bool AutocompleteEditModel::
CanPasteAndGo
(const string16& text) const {
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_view_mac.h
79
virtual bool
CanPasteAndGo
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h
179
bool
CanPasteAndGo
(const base::string16& text) const;
181
// Navigates to the destination last supplied to
CanPasteAndGo
.
omnibox_edit_model.cc
580
bool OmniboxEditModel::
CanPasteAndGo
(const base::string16& text) const {
590
DCHECK(
CanPasteAndGo
(text));
[
all
...]
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc
811
if (model()->
CanPasteAndGo
(text)) {
820
if (model()->
CanPasteAndGo
(collapsed_text))
856
return !read_only() && model()->
CanPasteAndGo
(GetClipboardText());
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc
[
all
...]
Completed in 44 milliseconds