Searched refs:SelectAll (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler.h105 static void SelectAll(GtkTextView* text_view, gboolean select);
H A Dgtk_key_bindings_handler.cc66 g_signal_connect(handler, "select-all", G_CALLBACK(SelectAll), NULL);
113 G_CALLBACK(SelectAll));
279 void GtkKeyBindingsHandler::SelectAll(GtkTextView* text_view, gboolean select) { function in class:GtkKeyBindingsHandler
281 GetHandlerOwner(text_view)->EditCommandMatched("SelectAll", "");
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view.h114 virtual void SelectAll(bool reversed) = 0;
H A Dautocomplete_edit_unittest.cc43 virtual void SelectAll(bool reversed) {} function in class:__anon1829::TestingAutocompleteEditView
H A Dautocomplete_edit_view_mac.h71 virtual void SelectAll(bool reversed);
H A Dautocomplete_edit_view_views.h102 virtual void SelectAll(bool reversed) OVERRIDE;
H A Dautocomplete_edit_view_browsertest.cc686 edit_view->SelectAll(true);
938 edit_view->SelectAll(true);
1037 edit_view->SelectAll(true);
1236 edit_view->SelectAll(true);
H A Dautocomplete_edit_view_gtk.h125 virtual void SelectAll(bool reversed);
292 // Actual implementation of SelectAll(), but also provides control over
293 // whether the PRIMARY selection is set to the selected text (in SelectAll(),
/external/chromium/chrome/browser/ui/views/
H A Dlogin_view.cc110 username_field_->SelectAll();
H A Dfind_bar_view.cc203 find_text_->SelectAll();
239 find_text_->SelectAll();
531 SelectAll();
H A Daccessible_pane_view.cc110 static_cast<LocationBarView*>(focused_view)->SelectAll();
H A Dedit_search_engine_dialog.cc72 contents->title_tf_->SelectAll();
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextMenuProxyQt.cpp66 return QWKPage::SelectAll;
/external/webkit/Tools/QtTestBrowser/
H A Dmainwindow.cpp105 page()->action(QWebPage::SelectAll)->setShortcut(QKeySequence::SelectAll);
/external/chromium/chrome/browser/
H A Domnibox_search_hint.cc215 edit_view->SelectAll(false);
/external/chromium/chrome/browser/ui/
H A Dinput_window_dialog_win.cc197 text_field_->SelectAll();
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.h46 SelectAll, enumerator in enum:QWKPage::WebAction
H A Dqwkpage.cpp80 case QWKPage::SelectAll:
775 case SelectAll:
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.h292 void SelectAll(int tab_handle);
H A Dautomation_provider.cc320 IPC_MESSAGE_HANDLER(AutomationMsg_SelectAll, SelectAll)
636 void AutomationProvider::SelectAll(int tab_handle) { function in class:AutomationProvider
643 view->SelectAll();
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h183 virtual void SelectAll();
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc116 url_tf_.SelectAll();
233 title_tf_.SelectAll();
H A Dbookmark_bubble_view.cc144 title_tf_->SelectAll();
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp394 webView1.page()->triggerAction(QWebPage::SelectAll);
447 webView2.page()->triggerAction(QWebPage::SelectAll);
/external/webkit/Source/WebKit/qt/tests/qwebview/
H A Dtst_qwebview.cpp397 view1.page()->triggerAction(QWebPage::SelectAll);
444 view2.page()->triggerAction(QWebPage::SelectAll);

Completed in 365 milliseconds

12