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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
FormAssociatedElement.cpp 71 HTMLElement* element = toHTMLElement(this);
85 HTMLElement* element = toHTMLElement(this);
92 HTMLElement* element = toHTMLElement(this);
125 if (toHTMLElement(this)->highestAncestor() != formRoot)
163 setForm(findAssociatedForm(toHTMLElement(this), m_form));
164 HTMLElement* element = toHTMLElement(this);
171 HTMLElement* element = toHTMLElement(this);
176 HTMLElement* element = toHTMLElement(this);
189 const HTMLElement* element = toHTMLElement(this);
257 ASSERT(toHTMLElement(this)->inDocument())
    [all...]
LabelableElement.h 55 ASSERT_WITH_SECURITY_IMPLICATION(!node || (node->isHTMLElement() && toHTMLElement(node)->isLabelable()));
FormAssociatedElement.h 121 HTMLElement* toHTMLElement(FormAssociatedElement*);
122 const HTMLElement* toHTMLElement(const FormAssociatedElement*);
HTMLElement.h 138 inline HTMLElement* toHTMLElement(Node* node)
144 inline const HTMLElement* toHTMLElement(const Node* node)
151 void toHTMLElement(const HTMLElement*);
DOMFormData.cpp 56 if (!toHTMLElement(element)->isDisabledFormControl())
HTMLFormControlsCollection.cpp 77 return toHTMLElement(element);
89 HTMLElement* element = toHTMLElement(elementsArray[i]);
132 HTMLElement* element = toHTMLElement(associatedElement);
BaseChooserOnlyDateAndTimeInputType.cpp 80 toHTMLElement(node)->setInnerText(displayValue, ASSERT_NO_EXCEPTION);
HTMLFormElement.cpp 233 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement);
246 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement);
306 HTMLElement* element = toHTMLElement(control);
476 position = element->compareDocumentPosition(toHTMLElement(m_associatedElements[middle]));
484 position = element->compareDocumentPosition(toHTMLElement(m_associatedElements[left]));
492 HTMLElement* associatedHTMLElement = toHTMLElement(associatedElement);
519 if (!element->isHTMLElement() || toHTMLElement(element)->form() != this)
HTMLLabelElement.cpp 42 if (!toHTMLElement(element)->isLabelable())
ColorInputType.cpp 206 return shadow ? toHTMLElement(shadow->firstChild()->firstChild()) : 0;
HTMLCollection.cpp 515 HTMLElement* e = toHTMLElement(element);
629 HTMLElement* htmlElement = toHTMLElement(element);
HTMLElement.cpp 350 RefPtr<HTMLElement> parent = toHTMLElement(p);
    [all...]
HTMLInputElement.h 431 void toHTMLElement(const HTMLElement*);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ElementCustom.cpp 45 return wrap(toHTMLElement(impl), creationContext, isolate);
V8NodeCustom.cpp 133 return wrap(toHTMLElement(impl), creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp 81 if (!element || !element->isHTMLElement() || m_element != toHTMLElement(element))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 65 const HTMLElement* elem = toHTMLElement(node);
89 return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(element), AllowNonEmptyStyleAttribute);
96 return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(node), StyleAttributeShouldBeEmpty);
104 return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(element), shouldStyleAttributeBeEmpty);
275 removeCSSStyle(style, toHTMLElement(block.get()));
277 addBlockStyle(styleChange, toHTMLElement(block.get()));
378 element = toHTMLElement(node);
473 return toHTMLElement(highestAncestorWithUnicodeBidi);
475 unsplitAncestor = toHTMLElement(highestAncestorWithUnicodeBidi);
761 HTMLElement* element = toHTMLElement(node.get())
    [all...]
ReplaceSelectionCommand.cpp 485 HTMLElement* htmlElement = toHTMLElement(element);
624 if (isProhibitedParagraphChild(toHTMLElement(node.get())->localName())) {
625 if (HTMLElement* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(node.get()), pTag)))
630 if (HTMLElement* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNode(node.get()), isHeaderElement)))
760 wrappingStyleSpan = toHTMLElement(node);
    [all...]
htmlediting.cpp 663 return toHTMLElement(n);
695 return toHTMLElement(n);
706 return toHTMLElement(n);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElementTypes.cpp 62 HTMLElement* element = toHTMLElement(node);
PasswordGeneratorButtonElement.cpp 97 toHTMLElement(existingRoot->firstChild())->setInlineStyleProperty(CSSPropertyFlexGrow, 1.0, CSSPrimitiveValue::CSS_NUMBER);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp 177 formElement = toHTMLElement(m_node)->form();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FormSubmission.cpp 186 HTMLElement* element = toHTMLElement(control);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityNodeObject.cpp 82 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr);
344 if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 177 return element->isHTMLElement() && toHTMLElement(element)->hasDirectionAuto();

Completed in 430 milliseconds

1 2