HomeSort by relevance Sort by last modified time
    Searched refs:DOM (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/WebCore/bindings/objc/
DOMPrivate.h 27 #import <WebCore/DOM.h>
70 // Each one should eventually be replaced by public DOM API, and when that happens Safari will switch to implementations
93 // replaceable by public DOM API, and when that happens Safari will switch to implementations using that public API,
  /external/webkit/WebKit/mac/Misc/
WebKit.h 29 #import <WebKit/DOM.h>
  /external/chromium/third_party/icu/public/i18n/unicode/
dtrule.h 37 DOM = 0, /**< The exact day of month,
60 * this constructor is <code>DOM</code>.
155 * Gets the date rule type, such as <code>DOM</code>
186 * is <code>DOM</code>, the value is always 0.
  /external/icu4c/i18n/unicode/
dtrule.h 37 DOM = 0, /**< The exact day of month,
60 * this constructor is <code>DOM</code>.
155 * Gets the date rule type, such as <code>DOM</code>
186 * is <code>DOM</code>, the value is always 0.
  /external/webkit/WebKitTools/Scripts/
split-file-by-class 131 $line =~ s/DOM:://;
133 $line =~ s/namespace DOM/namespace WebCore/;
  /cts/tests/core/dom/
Android.mk 22 # DOM Tests
26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../libcore/dom/src/test/java) \
30 LOCAL_PACKAGE_NAME := android.core.tests.dom
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
remove-item.js 1 description("Test .removeItem within DOM Storage.");
complex-values.js 1 description("Test some corner case DOM Storage values.");
quota.js 1 description("Test the DOM Storage quota code.");
  /external/chromium/third_party/icu/source/i18n/
dtrule.cpp 23 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) {
tzrule.cpp 270 if (type == DateTimeRule::DOM) {
288 int32_t dom = fDateTimeRule->getRuleDayOfMonth();
292 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) {
293 dom--;
296 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 188 int32_t year, month, dom, dow, doy, mid; local
189 Grego::timeToFields(time, year, month, dom, dow, doy, mid);
194 appendAsciiDigits(dom, 2, str);
374 * dom an array of day of month
375 * domCount number of availble days in dom (domCount is specifying the size of dom on input)
379 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
493 dom[dom_idx] = parseAsciiDigits(value, dom_start, dom_end - dom_start, status);
511 // Set actual number of parsed DOM (ICAL_BYMONTHDAY)
605 int32_t dom = days[i] local
813 int32_t month = -1, dom = 0, dow = 0; local
1900 int32_t year, month, dom, dow, doy, mid; local
    [all...]
  /external/icu4c/i18n/
dtrule.cpp 23 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) {
tzrule.cpp 270 if (type == DateTimeRule::DOM) {
288 int32_t dom = fDateTimeRule->getRuleDayOfMonth();
292 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) {
293 dom--;
296 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);
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
basic-body-attribute.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener specified as an attribute on the body.");
basic-setattribute.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener attached via setattribute.");
basic.js 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener set via window.onstorage.");
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultEditingDelegate.m 33 #import <WebKit/DOM.h>
WebDefaultContextMenuDelegate.mm 49 #import <WebKit/DOM.h>
WebDefaultUIDelegate.m 37 #import <WebKit/DOM.h>
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 46 // get the DOM element and use setAttribute cuz IE6 fails when using jquery .attr('selected',true)
188 // perform api level toggling because new nodes are new to the DOM
260 // perform api level toggling because because the whole tree is new to the DOM
search_autocomplete.js 33 var r; //TR DOM object
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 737 DOM = 0,
786 int32_t dom; member in struct:FinalRulePart
828 } else if (_mode == "DOM") {
829 mode = DOM;
834 dom = _dom;
845 if (dom < 1 || dom > MONTH_LEN[month]) {
846 os << "Invalid input day of month " << dom; local
848 if (mode != DOM && (dow < 0 || dow >= 7)) {
861 << month << dom << dow << tim
979 int32_t month, dom, dow, time, offset; local
    [all...]
  /external/icu4c/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/webkit/LayoutTests/fast/dom/Geolocation/resources/
argument-types.js 18 shouldThrow(expression, '(function() { return "Error: TYPE_MISMATCH_ERR: DOM Exception 17"; })();');

Completed in 330 milliseconds

1 2