HomeSort by relevance Sort by last modified time
    Searched full:select (Results 1726 - 1750 of 8132) sorted by null

<<61626364656667686970>>

  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 104 // Handler of "select-all" signal.
105 static void SelectAll(GtkTextView* text_view, gboolean select);
  /external/chromium/chrome/browser/resources/options/
about_page.html 26 <select id="channelSelect">
30 </select>
autofill_edit_address_overlay.html 58 <select id="country"></select>
browser_options.html 88 <select id="defaultSearchEngine"></select>
  /external/chromium/chrome/browser/sync/util/
user_settings.cc 116 share_query.prepare(handle, "SELECT share_name, file_name FROM shares");
195 "select count(*) from sqlite_master"
204 "SELECT version FROM db_version");
295 "SELECT COUNT(*) FROM signins"
337 "SELECT primary_email FROM signins WHERE signin = ?");
397 "SELECT key, value FROM settings"
432 statement.prepare(dbhandle.get(), "SELECT id FROM client_id");
448 query.prepare(dbhandle.get(), "SELECT email FROM cookies");
  /external/chromium/chrome/browser/tab_contents/
view_source_uitest.cc 82 // Make sure that when looking at the actual page, we can select "View Source"
93 // Make sure that when looking at the page source, we can't select "View Source"
  /external/chromium/chrome/browser/webdata/
web_apps_table.cc 74 "SELECT image FROM web_app_icons WHERE url=?"));
112 "SELECT has_all_images FROM web_apps WHERE url=?"));
  /external/chromium/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.html 46 <select id="idle-threshold">
50 </select>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/
feed.html 131 <select id = "topics" onchange = "getNewsByTitle();" style = "display: inline;">
132 </select>
  /external/chromium/webkit/glue/
form_field.cc 49 } else if (form_control_type == ASCIIToUTF16("select-one")) {
53 // For select-one elements copy option strings.
  /external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table.cc 72 StringPrintf("SELECT id FROM %s WHERE value = ?", table_.c_str())
98 StringPrintf("SELECT value FROM %s WHERE id = ?", table_.c_str())
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 268 var select = node.querySelector('.command-scope');
269 select.id = this.createElementId_(
271 select.hidden = false;
275 select.appendChild(option);
279 select.disabled = true;
285 select.appendChild(option);
286 select.selectedIndex = command.global ? 1 : 0;
288 select.addEventListener(
  /external/chromium_org/chrome/browser/resources/
managed_mode_block_interstitial.css 46 -webkit-user-select: none;
59 -webkit-user-select: none;
  /external/chromium_org/chrome/browser/resources/net_internals/
events_view.html 40 <td style='border-left:0'><input type=checkbox id=events-view-select-all title="Select all"></td>
  /external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.html 9 <select id="clear-browser-data-time-period"
13 </select>
import_data_overlay.html 8 <select id="import-browsers">
10 </select>
  /external/chromium_org/chrome/browser/sessions/
session_service_test_helper.cc 28 bool select) {
31 if (select)
  /external/chromium_org/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 57 bool select,
63 selected_navigation, extension_app_id, select,
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.cc 59 // want to select the first in that child group, not the next tab in the same
81 // reset by select operations..
  /external/chromium_org/chrome/browser/webdata/
web_intents_table.cc 125 " SELECT "
138 " SELECT "
  /external/chromium_org/chrome/common/extensions/api/
file_browser_handler.json 54 "description": "Prompts user to select file path under which file should be saved. When the file is selected, file access permission required to use the file (read, write and create) are granted to the caller. The file will not actually get created during the function call, so function caller must ensure its existence before using it. The function has to be invoked with a user gesture.",
69 "description": "List of file extensions that the selected file can have. The list is also used to specify what files to be shown in the select file dialog. Files with the listed extensions are only shown in the dialog. Extensions should not include the leading '.'. Example: ['jpg', 'png']"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 8 * select element with an id of 'timeframe', and a single button with an id of
34 * A cached reference to the select element.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/views/
feed.html 131 <select id = "topics" onchange = "getNewsByTitle();" style = "display: inline;">
132 </select>
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_deprecated.html 96 users can no longer select text like they can on a web page.
98 apply the CSS style, <code>-webkit-user-select: text;</code>.</td>
  /external/chromium_org/chrome/test/functional/
chromeos_time.py 57 var timezone = document.getElementById('timezone-select');
74 var selectElement = document.getElementById('timezone-select');

Completed in 1033 milliseconds

<<61626364656667686970>>