Searched refs:getElement (Results 1 - 25 of 133) sorted by relevance

123456

/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
H A Doptions.js14 this.getElement('matcher').value = data.matcher;
15 this.getElement('match-param').value = data.match_param;
16 this.getElement('action').value = data.action;
17 this.getElement('action-js').value = data.action_js;
18 this.getElement('enabled').checked = data.enabled;
21 this.getElement('enabled-label').htmlFor = this.getElement('enabled').id =
26 this.getElement('matcher').onchange = storeRules;
27 this.getElement('match-param').onkeyup = storeRules;
28 this.getElement('actio
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Dfedex_tos.js33 var heightHelperEl = this.getElement().querySelector('.height-helper');
34 this.getElement().style.height = heightHelperEl.offsetHeight + 'px';
36 this.getElement().style.height = 0;
43 var tosTextEl = this.getElement().querySelector('.tos-text');
53 var agreeCheckbox = this.getElement().querySelector('.agree-checkbox');
H A Ddestination_list_item.js81 var iconImg = this.getElement().getElementsByClassName(
85 var nameEl = this.getElement().getElementsByClassName(
118 this.tracker.add(this.getElement(), 'click', this.onActivate_.bind(this));
128 this.getElement().classList.add(DestinationListItem.Classes_.STALE);
182 this.fedexTos_.render(this.getElement());
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java88 container.addAll(Collections.nCopies(a.getCount(), a.getElement()));
89 container.addAll(Collections.nCopies(c.getCount(), c.getElement()));
189 assertEquals(null, sortedMultiset.headMultiset(a.getElement(), OPEN).lastEntry());
190 assertEquals(a, sortedMultiset.headMultiset(b.getElement(), OPEN).lastEntry());
191 assertEquals(a, sortedMultiset.headMultiset(c.getElement(), OPEN).lastEntry());
197 assertEquals(a, sortedMultiset.headMultiset(a.getElement(), CLOSED).lastEntry());
198 assertEquals(a, sortedMultiset.headMultiset(b.getElement(), CLOSED).lastEntry());
199 assertEquals(c, sortedMultiset.headMultiset(c.getElement(), CLOSED).lastEntry());
206 assertEquals(a, sortedMultiset.tailMultiset(a.getElement(), CLOSED).firstEntry());
207 assertEquals(c, sortedMultiset.tailMultiset(b.getElement(), CLOSE
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js190 item.getElement('referrer').onclick = function() {
194 item.getElement('by-ext').onclick = function() {
198 item.getElement('open-filename').onclick = function() {
202 item.getElement('open-filename').ondragstart = function() {
206 item.getElement('pause').onclick = function() {
210 item.getElement('cancel').onclick = function() {
214 item.getElement('resume').onclick = function() {
218 item.getElement('show-folder').onclick = function() {
222 item.getElement('remove-file').onclick = function() {
226 item.getElement('eras
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/common/
H A Doverlay.js34 this.getElement().addEventListener('webkitTransitionEnd', function f(e) {
41 this.getElement().addEventListener('keydown', function f(e) {
67 this.getElement(), 'click', this.onOverlayClick_.bind(this));
76 return !this.getElement().classList.contains('transparent');
84 setIsVisible(this.getElement(), true);
87 }.bind(this, this.getElement()), 0);
89 this.getElement().classList.add('transparent');
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dsettings_section.js84 fadeOutOption(this.getElement(), true);
99 fadeInOption(this.getElement(), opt_noAnimation);
101 fadeOutOption(this.getElement(), opt_noAnimation);
H A Ddestination_settings.js81 var changeButton = this.getElement().getElementsByClassName(
89 var changeButton = this.getElement().getElementsByClassName(
124 var nameEl = this.getElement().getElementsByClassName(
129 var iconEl = this.getElement().getElementsByClassName(
134 var locationEl = this.getElement().getElementsByClassName(
161 var nameEl = this.getElement().getElementsByClassName(
H A Dmore_settings.js63 this.tracker.add(this.getElement(), 'click', this.onClick_.bind(this));
126 fadeOutElement(this.getElement(), noAnimation);
155 fadeInElement(this.getElement(), noAnimation);
157 fadeOutElement(this.getElement(), noAnimation);
H A Dpage_settings.js133 this.customInput_ = this.getElement().getElementsByClassName(
135 this.allRadio_ = this.getElement().getElementsByClassName(
137 this.customRadio_ = this.getElement().getElementsByClassName(
139 this.customHintEl_ = this.getElement().getElementsByClassName(
H A Dother_options_settings.js222 this.headerFooterContainer_ = this.getElement().querySelector(
226 this.fitToPageContainer_ = this.getElement().querySelector(
230 this.duplexContainer_ = this.getElement().querySelector(
234 this.cssBackgroundContainer_ = this.getElement().querySelector(
238 this.selectionOnlyContainer_ = this.getElement().querySelector(
H A Dmargin_settings.js70 return this.getElement().getElementsByClassName(
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/
H A Dmargin_control.js189 this.getElement().classList.toggle('invisible', !isVisible);
209 this.getElement().classList.toggle('margin-control-disabled', !isEnabled);
244 this.getElement().style.left = Math.round(x) + 'px';
245 this.getElement().style.top = Math.round(y) + 'px';
247 this.getElement().style.width = Math.round(width) + 'px';
250 this.getElement().style.height = Math.round(height) + 'px';
312 this.getElement().classList.add('margin-control-' + this.orientation_);
313 this.textbox_ = this.getElement().getElementsByClassName(
317 this.marginLineEl_ = this.getElement().getElementsByClassName(
325 this.getElement(), 'mousedow
[all...]
H A Dmargin_control_container.js164 var el = this.controls_[orientation].getElement();
190 this.getElement(), 'mouseover', this.onMouseOver_.bind(this));
192 this.getElement(), 'mouseout', this.onMouseOut_.bind(this));
222 this.controls_[orientation].render(this.getElement());
306 this.getElement().classList.add(
336 this.getElement().classList.remove(
338 this.getElement().classList.remove(
362 if (fromElement == this.getElement()) {
382 if (toElement == this.getElement()) {
H A Dpreview_area.js381 this.marginControlContainer_.decorate(this.getElement());
382 this.overlayEl_ = this.getElement().getElementsByClassName(
384 this.openSystemDialogButton_ = this.getElement().getElementsByClassName(
402 var compatObj = this.getElement().getElementsByClassName(
429 var oopCompatObj = this.getElement().getElementsByClassName(
451 var messageEls = this.getElement().getElementsByClassName(
457 var jumpingDotsEl = this.getElement().querySelector(
463 var customMessageTextEl = this.getElement().getElementsByClassName(
469 var messageEl = this.getElement().getElementsByClassName(
484 var jumpingDotsEl = this.getElement()
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dcomponent.js44 getElement: function() {
77 if (!child.isInDocument && child.getElement()) {
140 if (child.getElement()) {
141 child.getElement().parentNode.removeChild(child.getElement());
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapFault12.java64 this.faultcode = Code.getElement(SoapEnvelope.ENV2003, "Value").getText(0);
65 this.faultstring = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0);
138 return Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0);
143 String reason = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0);
144 String code = Code.getElement(SoapEnvelope.ENV2003, "Value").getText(0);
/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp136 ListInit *ColI = dyn_cast<ListInit>(ColValList->getElement(i));
247 Init *RowFieldsJ = RowFields->getElement(j);
274 RecordVal *ColFieldName = CurInstr->getValue(ColFields->getElement(j));
276 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();
317 Init *RowFieldsJ = RowFields->getElement(j);
336 Init *ColFieldJ = ColFields->getElement(j);
339 Init *ColFieldJVallue = CurValueCol->getElement(j);
447 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
450 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString();
482 std::string ColName = ColFields->getElement(
[all...]
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dsearch.js21 var element = google.search.cse.element.getElement('results');
H A Dfatnav.js61 google.search.cse.element.getElement('results') || null;
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings.js124 var elStyle = window.getComputedStyle(this.getElement());
125 return this.getElement().offsetHeight -
142 if (getIsVisible(item.getElement()))
/external/guava/guava/src/com/google/common/collect/
H A DAbstractSortedMultiset.java85 result = Multisets.immutableEntry(result.getElement(), result.getCount());
97 result = Multisets.immutableEntry(result.getElement(), result.getCount());
H A DMultisets.java306 @Nullable public E getElement() { method in class:Multisets.ImmutableEntry
519 E element = entry1.getElement();
549 int superCount = superMultiset.count(entry.getElement());
593 int retainCount = occurrencesToRetain.count(entry.getElement());
598 multisetToModify.setCount(entry.getElement(), retainCount);
646 int removeCount = occurrencesToRemove.count(entry.getElement());
651 multisetToModify.remove(entry.getElement(), removeCount);
671 && Objects.equal(this.getElement(), that.getElement());
681 E e = getElement();
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DSimpleAbstractMultisetTest.java98 public E getElement() {
104 Integer frequency = backingMap.get(getElement());
/external/deqp/executor/
H A DxeContainerFormatParser.hpp64 ContainerElement getElement (void) const { return m_element; } function in class:xe::ContainerFormatParser

Completed in 525 milliseconds

123456