HomeSort by relevance Sort by last modified time
    Searched refs:DOM (Results 101 - 125 of 199) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 718 DOM = 0,
767 int32_t dom; member in struct:FinalRulePart
809 } else if (_mode == "DOM") {
810 mode = DOM;
815 dom = _dom;
826 if (dom < 1 || dom > MONTH_LEN[month]) {
827 os << "Invalid input day of month " << dom; local
829 if (mode != DOM && (dow < 0 || dow >= 7)) {
842 << month << dom << dow << tim
960 int32_t month, dom, dow, time, offset; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 718 DOM = 0,
767 int32_t dom; member in struct:FinalRulePart
809 } else if (_mode == "DOM") {
810 mode = DOM;
815 dom = _dom;
826 if (dom < 1 || dom > MONTH_LEN[month]) {
827 os << "Invalid input day of month " << dom; local
829 if (mode != DOM && (dow < 0 || dow >= 7)) {
842 << month << dom << dow << tim
960 int32_t month, dom, dow, time, offset; local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 33 var r; //TR DOM object
  /external/checkpolicy/
policy_parse.y 114 %token DOM DOMBY INCOMP
613 | DOM
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 9 * current node in the DOM when the user wants to perform a ChromeVox action
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
table_util.js 6 * @fileoverview DOM utility functions to aid in table navigation.
editable_text.js 777 * the webpage DOM. Contains common code shared by both EditableHTMLInput
778 * and EditableTextArea, but that might not apply to a non-DOM text box.
779 * @param {Element} node A DOM node which allows text input.
793 * The DOM node which allows text input.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_background.js 191 * Initialization to be done after part of the background page's DOM has been
mathjax.js 121 * @param {Event} event The DOM event with the message data.
  /external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js 15 // Use the DOM to parse the URL. Since we don't add the anchor to
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 569 * Renders the current list of visible tiles to DOM, and hides tiles that are
570 * already in the DOM but should not be seen.
574 // Only add visible tiles to the DOM, to avoid creating invisible tiles that
576 // invisible then we leave it in DOM to prevent reload if it's shown again.
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 107 * Removes the <style> element corresponding to |animationName| from the DOM.
  /external/chromium_org/remoting/webapp/
client_plugin.js 42 * @return {HTMLElement} The DOM element representing the remote session.
paired_client_manager.js 40 * Create the DOM elements representing this client in the paired client
window_frame.js 16 * @param {HTMLElement} titleBar The root node of the title-bar DOM hierarchy.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ViewportDataGrid.js 26 // Wheel target shouldn't be removed from DOM to preserve native kinetic scrolling.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
scrollbar.js 46 * Initializes the DOM structure of the scrollbar.
183 * Handles changed in Dom by redrawing the scrollbar. Ignores consecutive calls.
share_dialog.js 116 * One-time initialization of DOM.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
breadcrumbs_controller.js 115 // Update DOM element.
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 33 var r; //TR DOM object
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 403 // NOTE(nnaze): The debug DOM loader was included in base.js as an original way
405 // confusing, as can the debug DOM loader's asynchronous nature.
407 // With the DOM loader, a call to goog.require() is not blocking -- the script
415 // Because of legacy clients, the DOM loader can't be easily removed from
417 // different environments (DOM-less JavaScript interpreters like Rhino or V8,
425 * appending a script tag to the DOM (if the namespace has been registered).
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 114 * Invoked at startup once the DOM is available to initialize the app.
318 * @param {Event} e Each page's synthetic DOM event.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 18 * @param {string} id The form's DOM ID.
502 * @param {Event} e DOM event generated by the user's click.
  /external/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 239 '''Returns a list of dictionaries representing this Model's DOM events.
293 # this DOM Event.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
JSHeapSnapshot.js 265 if (node.name() === "(Detached DOM trees)") {
274 var detachedDOMTreeRE = /^Detached DOM tree/;
287 // via regular properties, and for DOM wrappers. Trying to access random objects
645 return this.isSynthetic() && this.name() === "(Document DOM trees)";

Completed in 614 milliseconds

1 2 3 45 6 7 8