/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGImageLoader.cpp | 41 element()->dispatchEvent(Event::create(EventTypeNames::error)); 43 SVGImageElement* imageElement = toSVGImageElement(element()); 51 KURL base = element()->baseURI(); 54 return element()->document().completeURL(stripLeadingAndTrailingHTMLSpaces(attribute));
|
SVGPathSegCurvetoCubicAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2)); 37 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
|
SVGPathSegCurvetoCubicRel.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicRel(element, role, x, y, x1, y1, x2, y2)); 37 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
|
SVGPathSegCurvetoCubicSmoothAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicSmoothAbs(element, role, x, y, x2, y2)); 37 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 38 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
|
SVGPathSegCurvetoCubicSmoothRel.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 33 return adoptRef(new SVGPathSegCurvetoCubicSmoothRel(element, role, x, y, x2, y2)); 37 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 38 : SVGPathSegCurvetoCubicSmooth(element, role, x, y, x2, y2)
|
SVGPathSegCurvetoQuadraticAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 33 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1)); 37 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
|
SVGPathSegCurvetoQuadraticRel.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 33 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, role, x, y, x1, y1)); 37 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
RequestHTMLView.js | 41 this.element.classList.add("html"); 57 this.element.removeChildren(); 64 this.element.removeChildren(); 68 this.element.appendChild(iframe);
|
SidebarOverlay.js | 39 this.element = document.createElement("div"); 40 this.element.className = "sidebar-overlay"; 57 * @param {!Element} relativeToElement 61 relativeToElement.appendChild(this.element); 63 this._view.show(this.element); 64 this.element.appendChild(this._resizerElement); 66 this.element.appendChild(this._resizerWidgetElement); 71 * @param {!Element} relativeToElement 81 WebInspector.setCurrentFocusElement(this._view.element); 86 var element = this.element.parentElement [all...] |
ProgressIndicator.js | 38 this.element = document.createElement("div"); 39 this.element.className = "progress-bar-container"; 40 this._labelElement = this.element.createChild("span"); 41 this._progressElement = this.element.createChild("progress"); 44 this.element.appendChild(this._stopButton.element); 55 * @param {!Element} parent 59 parent.appendChild(this.element); 64 var parent = this.element.parentElement; 66 parent.removeChild(this.element); [all...] |
Layers3DView.js | 39 this.element.classList.add("fill"); 40 this.element.classList.add("layers-3d-view"); 45 this._rotatingContainerElement = this.element.createChild("div", "fill rotating-container"); 46 this.element.addEventListener("mousemove", this._onMouseMove.bind(this), false); 47 this.element.addEventListener("mouseout", this._onMouseMove.bind(this), false); 48 this.element.addEventListener("mousedown", this._onMouseDown.bind(this), false); 49 this.element.addEventListener("mouseup", this._onMouseUp.bind(this), false); 50 this.element.addEventListener("contextmenu", this._onContextMenu.bind(this), false); 51 this.element.addEventListener("dblclick", this._onDoubleClick.bind(this), false); 52 this.element.addEventListener("click", this._onClick.bind(this), false) [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
DOMUtilitiesPrivate.h | 35 class Element; 42 // For img, script, iframe, frame element, when attribute name is src, 43 // for link, a, area element, when attribute name is href, 44 // for form element, when attribute name is action, 49 bool elementHasLegalLinkAttribute(const WebCore::Element* element,
|
FullscreenController.cpp | 65 // Ensure that this element's document is still attached. 89 Element* element = FullscreenElementStack::currentFullScreenElementFrom(doc); local 90 ASSERT(element); 91 if (element->isMediaElement() && m_webViewImpl->layerTreeView()) 143 void FullscreenController::enterFullScreenForElement(WebCore::Element* element) 145 // We are already transitioning to fullscreen for a different element. 147 m_provisionalFullScreenElement = element; 153 m_provisionalFullScreenElement = element; [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ForwardingListIterator.java | 42 public void add(E element) { 43 delegate().add(element); 67 public void set(E element) { 68 delegate().set(element);
|
SingletonImmutableList.java | 30 * Implementation of {@link ImmutableList} with exactly one element. 38 final transient E element; field in class:SingletonImmutableList 40 SingletonImmutableList(E element) { 41 this.element = checkNotNull(element); 47 return element; 51 return element.equals(object) ? 0 : -1; 55 return Iterators.singletonIterator(element); 59 return element.equals(object) ? 0 : -1; 81 return element; [all...] |
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
NodeExtension.java | 19 * A class which represents a common element within the pubsub defined
28 private PubSubElementType element;
field in class:NodeExtension 32 * Constructs a <tt>NodeExtension</tt> with an element name specified
35 * @param elem Defines the element name and namespace
40 element = elem;
45 * Constructs a <tt>NodeExtension</tt> with an element name specified
48 * @param elem Defines the element name and namespace
67 return element.getElementName();
72 return element.getNamespace().getXmlns();
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
BaseClickableWithKeyInputType.cpp | 42 void BaseClickableWithKeyInputType::handleKeydownEvent(HTMLInputElement& element, KeyboardEvent* event) 46 element.setActive(true); 52 void BaseClickableWithKeyInputType::handleKeypressEvent(HTMLInputElement& element, KeyboardEvent* event) 56 element.dispatchSimulatedClick(event); 76 void BaseClickableWithKeyInputType::accessKeyAction(HTMLInputElement& element, bool sendMouseEvents) 78 element.dispatchSimulatedClick(0, sendMouseEvents ? SendMouseUpDownEvents : SendNoEvents); 83 handleKeydownEvent(element(), event); 88 handleKeypressEvent(element(), event); 99 accessKeyAction(element(), sendMouseEvents);
|
BaseMultipleFieldsDateAndTimeInputType.cpp | 131 return toDateTimeEditElement(element().userAgentShadowRoot()->getElementById(ShadowElementNames::dateTimeEdit())); 136 return toSpinButtonElement(element().userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton())); 141 return toClearButtonElement(element().userAgentShadowRoot()->getElementById(ShadowElementNames::clearButton())); 146 return toPickerIndicatorElement(element().userAgentShadowRoot()->getElementById(ShadowElementNames::pickerIndicator())); 151 return element().userAgentShadowRoot()->contains(element().document().focusedElement()); 161 RefPtr<HTMLInputElement> protector(element()); 163 element().setFocus(false); 174 // FIXME: Setting the focus flag to non-focused element is too tricky. 175 element().setFocus(true) [all...] |
TextFieldInputType.cpp | 103 RefPtr<DataListIndicatorElement> element = adoptRef(new DataListIndicatorElement(document)); local 104 element->setPseudo(AtomicString("-webkit-calendar-picker-indicator", AtomicString::ConstructFromLiteral)); 105 element->setAttribute(idAttr, ShadowElementNames::pickerIndicator()); 106 return element.release(); 111 TextFieldInputType::TextFieldInputType(HTMLInputElement& element) 112 : InputType(element) 124 return toSpinButtonElement(element().userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton())); 148 return !shouldIgnoreRequiredAttribute(element()) && element().isRequired() && value.isEmpty(); 158 // Grab this input element to keep reference even if JS event handle [all...] |
/external/chromium_org/content/renderer/ |
savable_resources.cc | 62 // Get all savable resource links from current element. One element might 66 const WebElement& element, 72 if (element.hasTagName("iframe") || 73 element.hasTagName("frame")) { 74 WebFrame* sub_frame = WebFrame::fromFrameOwnerElement(element); 81 WebString value = GetSubResourceLinkFromElement(element); 140 WebElement element = node.to<WebElement>(); local 141 GetSavableResourceLinkForElement(element, 150 WebString GetSubResourceLinkFromElement(const WebElement& element) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
SelectorChecker.cpp | 69 static bool matchesCustomPseudoElement(const Element* element, const CSSSelector* selector) 71 ShadowRoot* root = element->containingShadowRoot(); 75 const AtomicString& pseudoId = selector->pseudoType() == CSSSelector::PseudoWebKitCustomElement ? element->shadowPseudoId() : element->pseudo(); 83 Element* SelectorChecker::parentElement(const SelectorCheckingContext& context) const 87 return context.element->parentOrShadowHostElement(); 91 return context.element->parentElement(); 94 return (context.behaviorAtBoundary & SelectorChecker::BoundaryBehaviorMask) != SelectorChecker::StaysWithinTreeScope ? context.element->parentOrShadowHostElement() : context.element->parentElement() 465 Element& element = *context.element; local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
CustomElementWrapper.cpp | 52 v8::Handle<v8::Object> createDirectWrapper<HTMLElement>(HTMLElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) 54 return createV8HTMLDirectWrapper(element, creationContext, isolate); 58 v8::Handle<v8::Object> createDirectWrapper<SVGElement>(SVGElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) 60 return createV8SVGDirectWrapper(element, creationContext, isolate); 67 v8::Handle<v8::Object> createFallbackWrapper<HTMLElement>(HTMLElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) 69 return createV8HTMLFallbackWrapper(toHTMLUnknownElement(element), creationContext, isolate); 73 v8::Handle<v8::Object> createFallbackWrapper<SVGElement>(SVGElement* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) 75 return createV8SVGFallbackWrapper(element, creationContext, isolate); 79 v8::Handle<v8::Object> createUpgradeCandidateWrapper(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | 412 var div = new Element('div'); [all...] |
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/ |
utils.js | 6 * Creates an element named |elementName| containing the content |text|. 7 * @param {string} elementName Name of the new element to be created. 8 * @param {string} text Text to be contained in the new element. 9 * @param {Object} opt_attributes Optional attribute dictionary for the element. 10 * @return {HTMLElement} The newly created HTML element. 13 var element = document.createElement(elementName); 14 element.appendChild(document.createTextNode(text)); 17 element.setAttribute(key, opt_attributes[key]); 19 return element; 23 * Creates an element with |tagName| containing the content |dict| [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
CustomElementCallbackScheduler.cpp | 34 #include "core/dom/Element.h" 40 void CustomElementCallbackScheduler::scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) 45 CustomElementCallbackQueue* queue = instance().schedule(element); 49 void CustomElementCallbackScheduler::scheduleCreatedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element) 54 CustomElementCallbackQueue* queue = instance().scheduleInCurrentElementQueue(element); 58 void CustomElementCallbackScheduler::scheduleAttachedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element) 63 CustomElementCallbackQueue* queue = instance().schedule(element); [all...] |