Searched defs:inputElement (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DRadioNodeList.cpp59 HTMLInputElement& inputElement = toHTMLInputElement(element);
60 if (inputElement.type() != InputTypeNames::radio || inputElement.value().isEmpty())
62 return &inputElement;
71 const HTMLInputElement* inputElement = toRadioButtonInputElement(*item(i)); local
72 if (!inputElement || !inputElement->checked())
74 return inputElement->value();
85 HTMLInputElement* inputElement = toRadioButtonInputElement(*item(i)); local
86 if (!inputElement || inputElemen
[all...]
H A DHTMLElement.cpp689 HTMLInputElement* inputElement = toHTMLInputElement(const_cast<HTMLElement*>(this)); local
691 TextDirection textDirection = determineDirectionality(inputElement->value(), hasStrongDirectionality);
693 *strongDirectionalityTextNode = hasStrongDirectionality ? inputElement : 0;
H A DHTMLInputElement.cpp137 RefPtrWillBeRawPtr<HTMLInputElement> inputElement = adoptRefWillBeNoop(new HTMLInputElement(document, form, createdByParser)); local
138 inputElement->ensureUserAgentShadowRoot();
139 return inputElement.release();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DRadioInputType.cpp103 HTMLInputElement* inputElement = toHTMLInputElement(htmlElement); local
104 if (inputElement->form() != element().form())
106 if (inputElement->type() == InputTypeNames::radio && inputElement->name() == element().name() && inputElement->isFocusable()) {
107 RefPtrWillBeRawPtr<HTMLInputElement> protector(inputElement);
108 document.setFocusedElement(inputElement);
109 inputElement->dispatchSimulatedClick(event, SendNoEvents);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSearchableFormData.cpp142 const HTMLInputElement& inputElement = toHTMLInputElement(*formElement); local
143 if (inputElement.type() == InputTypeNames::checkbox || inputElement.type() == InputTypeNames::radio)
144 return inputElement.checked() == inputElement.hasAttribute(checkedAttr);
239 HTMLInputElement* inputElement = static_cast<PassRefPtrWillBeRawPtr<HTMLInputElement> >(selectedInputElement).get(); local
244 || (!IsHTTPFormSubmit(formElement.get()) && !inputElement))
260 if (!inputElement) {
261 inputElement = findSuitableSearchInputElement(formElement.get());
264 if (!inputElement)
[all...]
H A DChromeClientImpl.cpp838 void ChromeClientImpl::handleKeyboardEventOnTextField(HTMLInputElement& inputElement, KeyboardEvent& event) argument
842 m_webView->autofillClient()->textFieldDidReceiveKeyDown(WebInputElement(&inputElement), WebKeyboardEventBuilder(event));
885 void ChromeClientImpl::didEndEditingOnTextField(HTMLInputElement& inputElement) argument
888 m_webView->autofillClient()->textFieldDidEndEditing(WebInputElement(&inputElement));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp819 HTMLInputElement& inputElement = toHTMLInputElement(element); local
825 if (inputElement.shouldAppearChecked() && !inputElement.shouldAppearIndeterminate())
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp234 HTMLInputElement& inputElement = toHTMLInputElement(element); local
235 if (inputElement.type() == InputTypeNames::image && inputElement.hasImageLoader()) {
236 KURL url = inputElement.src();
237 ImageResource* cachedImage = inputElement.imageLoader()->image();
238 addImageToResources(cachedImage, inputElement.renderer(), url);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.cpp56 return inputElement()->userAgentShadowRoot()->getElementById(ShadowElementNames::textFieldContainer());
61 return inputElement()->userAgentShadowRoot()->getElementById(ShadowElementNames::editingViewPort());
66 return toHTMLElement(inputElement()->userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton()));
115 HTMLElement* placeholderElement = inputElement()->placeholderElement();
170 HTMLElement* placeholderElement = inputElement()->placeholderElement();
239 if (HTMLElement* placeholder = inputElement()->placeholderElement())
257 shouldDrawCapsLockIndicator = inputElement()->type() == InputTypeNames::password && frame->selection().isFocusedAndActive() && document().focusedElement() == node() && PlatformKeyboardEvent::currentCapsLockState();
296 bool includesDecoration = inputElement()->sizeShouldIncludeDecoration(factor);
356 if (inputElement()->shouldRevealPassword())
416 HTMLInputElement* RenderTextControlSingleLine::inputElement() cons function in class:blink::RenderTextControlSingleLine
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp1506 static void openDateTimeChooser(WebView* webView, HTMLInputElement* inputElement) argument
1508 inputElement->focus();
1529 HTMLInputElement* inputElement; local
1531 inputElement = toHTMLInputElement(document->getElementById("date"));
1532 openDateTimeChooser(webViewImpl, inputElement);
1535 EXPECT_STREQ("1970-01-01", inputElement->value().utf8().data());
1537 openDateTimeChooser(webViewImpl, inputElement);
1540 EXPECT_STREQ("", inputElement->value().utf8().data());
1542 inputElement = toHTMLInputElement(document->getElementById("datetimelocal"));
1543 openDateTimeChooser(webViewImpl, inputElement);
2045 HTMLInputElement* inputElement = toHTMLInputElement(document->getElementById("input")); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 918 milliseconds