/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
FileInputType.cpp | 51 inline FileInputType::FileInputType(HTMLInputElement& element) 52 : BaseClickableWithKeyInputType(element) 57 PassRefPtr<InputType> FileInputType::create(HTMLInputElement& element) 59 return adoptRef(new FileInputType(element)); 101 FileList* fileList = element().files(); 112 encoding.appendData(element().name(), fileList->item(i)->name()); 119 encoding.appendBlob(element().name(), File::create("")); 124 encoding.appendBlob(element().name(), fileList->item(i)); 130 return element().isRequired() && value.isEmpty(); 135 return locale().queryString(element().multiple() ? WebLocalizedString::ValidationValueMissingForMultipleFile : WebLocalizedString::Val (…) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAnimatedProperty.h | 52 static PassRefPtr<TearOffType> lookupOrCreateWrapper(OwnerType* element, const SVGPropertyInfo* info, PropertyType& property) 55 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier); 58 wrapper = TearOffType::create(element, info->attributeName, info->animatedPropertyType, property); 67 static TearOffType* lookupWrapper(OwnerType* element, const SVGPropertyInfo* info) 70 SVGAnimatedPropertyDescription key(element, info->propertyIdentifier); 75 static TearOffType* lookupWrapper(const OwnerType* element, const SVGPropertyInfo* info) 77 return lookupWrapper<OwnerType, TearOffType>(const_cast<OwnerType*>(element), info);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializer.cpp | 42 #include "core/dom/Element.h" 64 KURL getSubResourceURLFromElement(Element* element) 66 ASSERT(element); 68 if (element->hasTagName(HTMLNames::imgTag) || element->hasTagName(HTMLNames::scriptTag)) 70 else if (element->hasTagName(HTMLNames::inputTag)) { 71 if (toHTMLInputElement(element)->isImageButton()) 73 } else if (element->hasTagName(HTMLNames::bodyTag) 74 || isHTMLTableElement(element) [all...] |
WebPageSerializerImpl.cpp | 86 #include "core/dom/Element.h" 126 const Element* element, SerializeDomParam* param, bool* needSkip) 134 // serializing open tag of HEAD element. 135 if (element->hasTagName(HTMLNames::metaTag)) { 136 const HTMLMetaElement* meta = toHTMLMetaElement(element); 144 param->skipMetaElement = element; 148 } else if (isHTMLHtmlElement(element)) { 149 // Check something before processing the open tag of HEAD element. 159 } else if (element->hasTagName(HTMLNames::baseTag)) 483 Element* element = toElement(node); local [all...] |
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
ClickAction.java | 44 public boolean perform(InputInjector injector, UiElement element) { 45 SINGLE.perform(injector, element); 46 SINGLE.perform(injector, element); 57 public boolean perform(InputInjector injector, UiElement element) { 58 Rect elementRect = element.getVisibleBounds(); 73 public boolean perform(InputInjector injector, UiElement element) { 74 Rect elementRect = element.getVisibleBounds();
|
/external/gtest/samples/ |
sample3-inl.h | 42 // The element type must support copy constructor. 43 template <typename E> // E is the element type 46 // QueueNode is a node in a Queue, which consists of an element of 48 template <typename E> // E is the element type 53 // Gets the element in this node. 54 const E& element() const { return element_; } function in class:QueueNode 61 // Creates a node with a given element value. The next pointer is 73 template <typename E> // E is the element type. 105 // Gets the first element of the queue, or NULL if the queue is empty. 109 // Gets the last element of the queue, or NULL if the queue is empty 144 E* element = new E(old_head->element()); local [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
MultisetSetCountConditionallyTester.java | 38 @Override void setCountCheckReturnValue(E element, int count) { 41 setCount(element, count)); 44 @Override void setCountNoCheckReturnValue(E element, int count) { 45 setCount(element, count); 48 private boolean setCount(E element, int count) { 49 return getMultiset().setCount(element, getMultiset().count(element), count);
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
nodeissupported01.java | 37 * Call the isSupported method on the document element node with a combination of features 68 Element element; local 84 element = doc.getDocumentElement(); 87 success = element.isSupported(featureXML, version); 89 success = element.isSupported(featureXML, version1); 94 success = element.isSupported(featureCore, version); 96 success = element.isSupported(featureCore, version1); 97 success = element.isSupported(featureCore, version2);
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_elm.cpp | 43 static uint32_t uprv_uca_processContraction(CntTable *contractions, UCAElements *element, uint32_t existingCE, UErrorCode *status); 48 UCAElements *element = (UCAElements *)e.pointer; local 52 uprv_memcpy(buf, element->cPoints, element->cSize*sizeof(UChar)); 53 buf[element->cSize] = 0; 54 //key.pointer = element->cPoints; 55 //element->cPoints[element->cSize] = 0; 425 * collation element. The size required for maxexpansion and maxsize is 427 * @param endexpansion the last expansion collation element to be adde 797 UCAElements *element = NULL; local 1861 UCAElements element; local [all...] |
ucol_cnt.h | 70 /* adds more contractions in table. If element is non existant, it creates on. Returns element handle */ 72 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status); 73 /* sets a part of contraction sequence in table. If element is non existant, it creates on. Returns element handle */ 75 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uint32_t value, UErrorCode *status); 76 /* inserts a part of contraction sequence in table. Sequences behind the offset are moved back. If element is non existant, it creates on. Returns element handle */ 78 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status); 81 uprv_cnttab_changeLastCE(CntTable *table, uint32_t element, uint32_t value, UErrorCode *status) [all...] |
/external/icu4c/i18n/ |
ucol_elm.cpp | 45 static uint32_t uprv_uca_processContraction(CntTable *contractions, UCAElements *element, uint32_t existingCE, UErrorCode *status); 50 UCAElements *element = (UCAElements *)e.pointer; local 54 uprv_memcpy(buf, element->cPoints, element->cSize*sizeof(UChar)); 55 buf[element->cSize] = 0; 56 //key.pointer = element->cPoints; 57 //element->cPoints[element->cSize] = 0; 427 * collation element. The size required for maxexpansion and maxsize is 429 * @param endexpansion the last expansion collation element to be adde 807 UCAElements *element = NULL; local 1869 UCAElements element; local [all...] |
ucol_cnt.h | 70 /* adds more contractions in table. If element is non existant, it creates on. Returns element handle */ 72 uprv_cnttab_addContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status); 73 /* sets a part of contraction sequence in table. If element is non existant, it creates on. Returns element handle */ 75 uprv_cnttab_setContraction(CntTable *table, uint32_t element, uint32_t offset, UChar codePoint, uint32_t value, UErrorCode *status); 76 /* inserts a part of contraction sequence in table. Sequences behind the offset are moved back. If element is non existant, it creates on. Returns element handle */ 78 uprv_cnttab_insertContraction(CntTable *table, uint32_t element, UChar codePoint, uint32_t value, UErrorCode *status); 81 uprv_cnttab_changeLastCE(CntTable *table, uint32_t element, uint32_t value, UErrorCode *status) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMBreakpointsSidebarPane.js | 80 var element = this._breakpointElements[id]; 81 if (element._node === node) 82 nodeBreakpoints[element._type] = true; 150 var element = document.createElement("span"); 161 element.appendChild(b); 165 callback(element); 183 var element = this._breakpointElements[id]; 184 if (element._node === node) 185 this._removeBreakpoint(element._node, element._type) [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TimestampTest.java | 176 for (int[] element : valid) { 177 Timestamp theTimestamp = new Timestamp(element[0], element[1], 178 element[2], element[3], element[4], element[5], element[6]); 184 for (int[] element : invalid) { 186 new Timestamp(element[0], element[1], element[2], element[3] [all...] |
/external/chromium_org/components/autofill/content/renderer/ |
autofill_agent.cc | 69 // element. 70 void GetDataListSuggestions(const blink::WebInputElement& element, 74 WebNodeCollection options = element.dataListOptions(); 80 prefix = element.editingValue(); 81 if (element.isMultiple() && 82 element.formControlType() == WebString::fromUTF8("email")) { 93 !element.isValidValue(option.value())) 118 gfx::RectF GetScaledBoundingBox(float scale, WebInputElement* element) { 119 gfx::Rect bounding_box(element->boundsInViewportSpace()); 250 const WebInputElement* element = toWebInputElement(&web_element) local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
SelectorChecker.h | 32 #include "core/dom/Element.h" 39 class Element; 69 SelectorCheckingContext(const CSSSelector* selector, Element* element, VisitedMatchType visitedMatchType) 71 , element(element) 85 Element* element; member in struct:WebCore::SelectorChecker::SelectorCheckingContext 117 static bool tagMatches(const Element&, const QualifiedName&, MatchingTagType = MatchingElement); 119 static bool matchesFocusPseudoClass(const Element&) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebHTTPBody.cpp | 68 bool WebHTTPBody::elementAt(size_t index, Element& result) const 75 const FormDataElement& element = m_private->elements()[index]; local 84 switch (element.m_type) { 86 result.type = Element::TypeData; 87 result.data.assign(element.m_data.data(), element.m_data.size()); 90 result.type = Element::TypeFile; 91 result.filePath = element.m_filename; 92 result.fileStart = element.m_fileStart; 93 result.fileLength = element.m_fileLength [all...] |
/external/chromium_org/third_party/skia/include/animator/ |
SkAnimator.h | 31 /** SkElementType is the type of element: a rectangle, a color, an animator, and so on. 55 The XML must contain an <event> element to draw. Usually, it contains 134 @param ch The character to match against <event> element "key" 154 @param code The key to match against <event> element "code" 182 kPartiallyDifferent if the document contains an active <bounds> element that specifies a minimal 195 kPartiallyDifferent if the document contains an active <bounds> element that specifies a minimal 209 /** Get the nested animator associated with this element, if any. 211 @param element the value returned by getElement 214 const SkAnimator* getAnimator(const SkDisplayable* element) const; 216 /** Returns the scalar value of the specified element's attribute[index [all...] |
/external/skia/include/animator/ |
SkAnimator.h | 31 /** SkElementType is the type of element: a rectangle, a color, an animator, and so on. 55 The XML must contain an <event> element to draw. Usually, it contains 134 @param ch The character to match against <event> element "key" 154 @param code The key to match against <event> element "code" 182 kPartiallyDifferent if the document contains an active <bounds> element that specifies a minimal 195 kPartiallyDifferent if the document contains an active <bounds> element that specifies a minimal 209 /** Get the nested animator associated with this element, if any. 211 @param element the value returned by getElement 214 const SkAnimator* getAnimator(const SkDisplayable* element) const; 216 /** Returns the scalar value of the specified element's attribute[index [all...] |
/external/smack/src/org/xbill/DNS/ |
Cache.java | 22 private interface Element { 38 private static class CacheRRset extends RRset implements Element { 80 private static class NegativeElement implements Element { 206 private synchronized Element [] 211 return (Element []) typelist.toArray(new Element[size]); 213 Element set = (Element) types; 214 return new Element[] {set}; 218 private synchronized Element 355 Element element = findElement(name, type, 0); local 386 Element element = findElement(name, type, 0); local 407 Element element; local [all...] |
/external/ceres-solver/include/ceres/internal/ |
fixed_array.h | 109 // Returns a pointer to the underlying element array. 110 inline const T* get() const { return &array_[0].element; } 111 inline T* get() { return &array_[0].element; } 114 // Returns a reference to the "i"th element. 118 return array_[i].element; 122 // Returns a reference to the "i"th element. 126 return array_[i].element; 129 inline iterator begin() { return &array_[0].element; } 130 inline iterator end() { return &array_[size_].element; } 132 inline const_iterator begin() const { return &array_[0].element; } 141 T element; member in struct:ceres::internal::FixedArray::InnerContainer [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
ElementAnimation.cpp | 60 void ElementAnimation::animate(Element* element, Vector<Dictionary> keyframeDictionaryVector, double duration) 66 if (!element->inActiveDocument()) 68 element->document().updateStyleIfNeeded(); 69 if (!element->renderer()) 72 startAnimation(element, keyframeDictionaryVector, duration); 75 void ElementAnimation::startAnimation(Element* element, Vector<Dictionary> keyframeDictionaryVector, double duration) 125 RefPtr<KeyframeAnimationEffect> effect = StyleResolver::createKeyframeAnimationEffect(*element, propertySetVector, keyframes); 131 // created using Element.animate() will have a timing with hasIterationDuration( [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
MeterShadowElement.cpp | 68 RefPtr<MeterInnerElement> element = adoptRef(new MeterInnerElement(document)); local 69 element->setPseudo(AtomicString("-webkit-meter-inner-element", AtomicString::ConstructFromLiteral)); 70 return element.release(); 94 RefPtr<MeterBarElement> element = adoptRef(new MeterBarElement(document)); local 95 element->setPseudo(AtomicString("-webkit-meter-bar", AtomicString::ConstructFromLiteral)); 96 return element.release(); 106 RefPtr<MeterValueElement> element = adoptRef(new MeterValueElement(document)); local 107 element->updatePseudo(); 108 return element.release() [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableCollection.java | 61 for (E element : this) { 62 otherAsObjectArray[index++] = element; 71 for (E element : this) { 72 if (element.equals(object)) { 145 public abstract Builder<E> add(E element); 149 for (E element : elements) { 150 add(checkNotNull(element)); 157 for (E element : elements) { 158 add(checkNotNull(element));
|
/external/guava/guava-tests/test/com/google/common/collect/ |
SimpleAbstractMultisetTest.java | 45 public int add(String element, int occurrences) { 47 return super.add(element, occurrences); 70 @Override public int add(E element, int occurrences) { 72 Integer frequency = backingMap.get(element); 80 backingMap.put(element, frequency + occurrences); 125 @Override public int remove(Object element, int occurrences) { 127 Integer count = backingMap.get(element); 131 backingMap.put((E) element, count - occurrences); 134 return backingMap.remove(element);
|