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

1 2 3 4 56 7 8

  /external/chromium_org/third_party/icu/source/i18n/
tzrule.cpp 271 if (type == DateTimeRule::DOM) {
289 int32_t dom = fDateTimeRule->getRuleDayOfMonth();
293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) {
294 dom--;
297 ruleDay = Grego::fieldsToDay(year, month, dom);
356 int32_t year, month, dom, dow, doy, mid;
357 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
380 int32_t year, month, dom, dow, doy, mid;
381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
vtzone.cpp 190 int32_t year, month, dom, dow, doy, mid; local
191 Grego::timeToFields(time, year, month, dom, dow, doy, mid);
196 appendAsciiDigits(dom, 2, str);
376 * dom an array of day of month
377 * domCount number of availble days in dom (domCount is specifying the size of dom on input)
381 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
495 dom[dom_idx] = parseAsciiDigits(value, dom_start, dom_end - dom_start, status);
513 // Set actual number of parsed DOM (ICAL_BYMONTHDAY)
607 int32_t dom = days[i] local
815 int32_t month = -1, dom = 0, dow = 0; local
1939 int32_t year, month, dom, dow, doy, mid; local
    [all...]
  /external/icu/icu4c/source/i18n/
tzrule.cpp 271 if (type == DateTimeRule::DOM) {
289 int32_t dom = fDateTimeRule->getRuleDayOfMonth();
293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) {
294 dom--;
297 ruleDay = Grego::fieldsToDay(year, month, dom);
356 int32_t year, month, dom, dow, doy, mid;
357 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
380 int32_t year, month, dom, dow, doy, mid;
381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
vtzone.cpp 190 int32_t year, month, dom, dow, doy, mid; local
191 Grego::timeToFields(time, year, month, dom, dow, doy, mid);
196 appendAsciiDigits(dom, 2, str);
376 * dom an array of day of month
377 * domCount number of availble days in dom (domCount is specifying the size of dom on input)
381 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
495 dom[dom_idx] = parseAsciiDigits(value, dom_start, dom_end - dom_start, status);
513 // Set actual number of parsed DOM (ICAL_BYMONTHDAY)
607 int32_t dom = days[i] local
815 int32_t month = -1, dom = 0, dow = 0; local
1939 int32_t year, month, dom, dow, doy, mid; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 6 * @fileoverview DOM utility functions to aid in math expressions navigation.
braille_util.js 31 * DOM tree of a selected node.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule.js 9 * stipulates how to transform a tree structure such as XML, a browser DOM, or
base_rule_store.js 162 * @param {!Node} node DOM node to test applicability of given rule.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 7 * traversal through some piece of the dom.
8 * For each different ordered (either in dom or by any other metric) set
11 * there are subclasses for words, sentences, and lowest-level dom nodes.
14 * For all of the operations in this interface, the position in the dom on
55 * valid CursorSelection in the dom, or null. For example, if the walker
59 * the last sentence in the dom, we would return null.
80 * this walker's linearization of the DOM.
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 270 // Remove device selection element from DOM.
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 224 From https://developer.mozilla.org/en/DOM/element.classList.
  /external/chromium_org/remoting/webapp/
ui_mode.js 77 * Update the DOM by showing or hiding elements based on whether or not they
host_table_entry.js 314 * Create the DOM nodes and event handlers for the hostname cell.
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 60 // Show the window after DOM is processed.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_grid.js 146 * the image has been loaded before inserting it into the DOM.
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 184 * See http://www.w3.org/TR/DOM-Level-3-Events/#events-KeyboardEvent.
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 288 * A download and the DOM representation for that download.
293 // Create DOM
721 * Removes applicable bits from the DOM in preparation for deletion.
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 80 // Also logs the same test results locally into the DOM.
157 // Pretty prints an error into the DOM.
813 // plugin - The DOM object for the NaCl plugin
  /dalvik/docs/
prettify.js 36 * needs to do more substantial DOM manipulations to support that, so some
59 /** Walks the DOM returning a properly escaped version of innerHTML.
76 /** find all the < pre > and < code > tags in the DOM with class=prettyprint
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 231 * @param {Node} targetNode A DOM node to speak.
api_implementation.js 63 * @param {Event} event The DOM event with the message data.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 219 * @param {Element} template DOM node of the template.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 209 // Test that `recalcFormValues_` correctly sets DOM field values when
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 220 * @param {Element} template DOM node of the template.
  /external/chromium_org/third_party/readability/js/
readability.js 79 * 2. Build readability's DOM tree.
80 * 3. Grab the article content from the current dom tree.
81 * 4. Replace the current DOM tree with the new one.
103 /* Build readability's DOM tree */
    [all...]

Completed in 743 milliseconds

1 2 3 4 56 7 8