/external/webkit/Source/WebCore/editing/ |
ReplaceSelectionCommand.cpp | 42 #include "HTMLElement.h" 108 static_cast<const HTMLElement *>(node)->getAttribute(classAttr) == convertedSpaceSpanClassString; 240 HTMLElement* body = m_document->body(); 478 HTMLElement* e = toHTMLElement(node.get()); 698 HTMLElement* newSpan = toHTMLElement(newNode.get()); 709 HTMLElement* childElement = toHTMLElement(childNode); [all...] |
Editor.h | 59 class HTMLElement; 129 bool shouldShowDeleteInterface(HTMLElement*) const;
|
markup.cpp | 47 #include "HTMLElement.h" 453 HTMLElement* element = const_cast<HTMLElement*>(static_cast<const HTMLElement*>(node)); 693 HTMLElement* deleteButtonContainerElement = 0; [all...] |
MarkupAccumulator.cpp | 35 #include "HTMLElement.h" 451 return static_cast<const HTMLElement*>(node)->ieForbidsInsertHTML();
|
EditingStyle.cpp | 592 bool EditingStyle::conflictsWithImplicitStyleOfElement(HTMLElement* element, EditingStyle* extractedStyle, ShouldExtractMatchingStyle shouldExtractMatchingStyle) const 638 bool EditingStyle::conflictsWithImplicitStyleOfAttributes(HTMLElement* element) const 654 bool EditingStyle::extractConflictingImplicitStyleOfAttributes(HTMLElement* element, ShouldPreserveWritingDirection shouldPreserveWritingDirection, [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityRenderObject.h | 45 class HTMLElement;
|
/external/webkit/Source/WebCore/html/ |
HTMLInputElement.h | 188 HTMLElement* list() const;
|
HTMLMediaElement.h | 31 #include "HTMLElement.h" 56 class HTMLMediaElement : public HTMLElement, public MediaPlayerClient, private MediaCanStartListener, private ActiveDOMObject {
|
HTMLOptionElement.cpp | 96 return HTMLElement::supportsFocus();
|
HTMLTextAreaElement.cpp | 113 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
/external/webkit/Source/WebCore/loader/ |
FormSubmission.cpp | 179 HTMLElement* element = toHTMLElement(control);
|
EmptyClients.h | 438 virtual bool shouldShowDeleteInterface(HTMLElement*) { return false; }
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
EditorClientAndroid.cpp | 52 bool EditorClientAndroid::shouldShowDeleteInterface(HTMLElement*) { notImplemented(); return false; }
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.cpp | 70 bool EditorClientHaiku::shouldShowDeleteInterface(HTMLElement*)
|
/external/chromium/chrome/browser/resources/shared/js/ |
util.js | 17 * @return {HTMLElement} The found element or null if not found.
|
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.h | 61 class HTMLElement; 639 WebCore::HTMLElement* retrieveElement(int x, int y, [all...] |
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebEditorClient.cpp | 38 #include <WebCore/HTMLElement.h> 293 bool WebEditorClient::shouldShowDeleteInterface(HTMLElement* /*element*/)
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
EditorClientEfl.cpp | 59 bool EditorClientEfl::shouldShowDeleteInterface(HTMLElement*)
|
/external/webkit/Source/WebKit/win/ |
DOMHTMLClasses.cpp | 398 String idString = static_cast<HTMLElement*>(m_element)->getAttribute(idAttr); 484 WTF::String innerTextString = static_cast<HTMLElement*>(m_element)->innerText(); 493 HTMLElement* htmlEle = static_cast<HTMLElement*>(m_element); [all...] |
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
EditorClientWinCE.cpp | 58 bool EditorClientWinCE::shouldShowDeleteInterface(HTMLElement*)
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
EditorClientWx.cpp | 148 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*)
|
/external/webkit/Source/WebCore/dom/ |
Document.h | 87 class HTMLElement; [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderTextControlSingleLine.cpp | [all...] |
/external/chromium/chrome/browser/resources/ |
menu.js | 228 * @type {HTMLElement} 298 * @param {HTMLElement} div The div element the label is added to. 331 * of MenuItem, or any HTMLElement that implements {@code init},
|
/external/webkit/Source/WebCore/inspector/ |
InspectorDOMAgent.cpp | 62 #include "HTMLElement.h" 424 HTMLElement* InspectorDOMAgent::assertHTMLElement(ErrorString* errorString, int nodeId) 654 HTMLElement* element = assertHTMLElement(errorString, nodeId); 661 HTMLElement* htmlElement = assertHTMLElement(errorString, nodeId); 662 if (!htmlElement) 665 bool requiresTotalUpdate = htmlElement->tagName() == "HTML" || htmlElement->tagName() == "BODY" || htmlElement->tagName() == "HEAD"; 668 Node* previousSibling = htmlElement->previousSibling() [all...] |