Searched defs:SelectAll (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.h46 SelectAll, enumerator in enum:QWKPage::WebAction
/external/chromium/chrome/browser/renderer_host/
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_unittest.cc43 virtual void SelectAll(bool reversed) {} function in class:__anon1691::TestingAutocompleteEditView
H A Dautocomplete_edit_view_views.cc403 void AutocompleteEditViewViews::SelectAll(bool reversed) { function in class:AutocompleteEditViewViews
H A Dautocomplete_edit_view_gtk.cc597 void AutocompleteEditViewGtk::SelectAll(bool reversed) { function in class:AutocompleteEditViewGtk
598 // SelectAll() is invoked as a side effect of other actions (e.g. switching
H A Dautocomplete_edit_view_win.cc601 SelectAll(was_reversed);
692 void AutocompleteEditViewWin::SelectAll(bool reversed) { function in class:AutocompleteEditViewWin
1135 SelectAll(false);
2209 SelectAll(false);
2592 SelectAll(true);
/external/chromium/chrome/browser/automation/
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/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h161 SelectAll, enumerator in enum:QWebPage::WebAction
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc722 void LocationBarView::SelectAll() { function in class:LocationBarView
723 location_entry_->SelectAll(true);
1101 location_entry_->SelectAll(true);
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp5023 static void SelectAll(JNIEnv* env, jobject obj, jint nativeClass) function in namespace:android
5150 (void*) SelectAll },

Completed in 5641 milliseconds