Searched refs:GetInputURL (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.h88 GURL GetInputURL() const;
H A Dbookmark_editor_gtk.cc425 GURL BookmarkEditorGtk::GetInputURL() const { function in class:BookmarkEditorGtk
457 GURL new_url(GetInputURL());
532 GURL url(GetInputURL());
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.h86 GURL GetInputURL() const;
H A Dbookmark_editor_gtk.cc514 GURL BookmarkEditorGtk::GetInputURL() const { function in class:BookmarkEditorGtk
546 GURL new_url(GetInputURL());
627 if (GetInputURL().is_valid()) {
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc95 const GURL url(GetInputURL());
429 GURL BookmarkEditorView::GetInputURL() const { function in class:BookmarkEditorView
438 const GURL url(GetInputURL());
541 GURL new_url(GetInputURL());
H A Dbookmark_editor_view.h202 GURL GetInputURL() const;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc101 return GetInputURL().is_valid();
419 GURL BookmarkEditorView::GetInputURL() const { function in class:BookmarkEditorView
427 const GURL url(GetInputURL());
541 GURL new_url(GetInputURL());
H A Dbookmark_editor_view.h196 GURL GetInputURL() const;

Completed in 137 milliseconds