OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htmlElement
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTElement.cpp
86
PassRefPtr<
HTMLElement
> WebVTTElement::createEquivalentHTMLElement(Document* document)
88
RefPtr<
HTMLElement
>
htmlElement
;
93
htmlElement
= HTMLElementFactory::createHTMLElement(HTMLNames::spanTag, document);
94
htmlElement
.get()->setAttribute(HTMLNames::titleAttr, getAttribute(voiceAttributeName()));
95
htmlElement
.get()->setAttribute(HTMLNames::langAttr, getAttribute(langAttributeName()));
98
htmlElement
= HTMLElementFactory::createHTMLElement(HTMLNames::iTag, document);
101
htmlElement
= HTMLElementFactory::createHTMLElement(HTMLNames::bTag, document);
104
htmlElement
= HTMLElementFactory::createHTMLElement(HTMLNames::uTag, document);
107
htmlElement
= HTMLElementFactory::createHTMLElement(HTMLNames::rubyTag, document)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp
31
#include "core/html/
HTMLElement
.h"
497
static inline bool nameShouldBeVisibleInDocumentAll(
HTMLElement
* element)
515
HTMLElement
* e = toHTMLElement(element);
629
HTMLElement
*
htmlElement
= toHTMLElement(element);
630
const AtomicString& idAttrVal =
htmlElement
->getIdAttribute();
631
const AtomicString& nameAttrVal =
htmlElement
->getNameAttribute();
633
appendIdCache(idAttrVal,
htmlElement
);
634
if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(
htmlElement
)))
635
appendNameCache(nameAttrVal,
htmlElement
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.cpp
536
Element* HTMLElementStack::
htmlElement
() const
/external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp
52
#include "core/html/
HTMLElement
.h"
109
static_cast<const
HTMLElement
*>(node)->getAttribute(classAttr) == convertedSpaceSpanClassString;
485
HTMLElement
*
htmlElement
= toHTMLElement(element);
487
if (newInlineStyle->conflictsWithImplicitStyleOfElement(
htmlElement
)) {
489
node = replaceElementWithSpanPreservingChildrenAndAttributes(
htmlElement
);
491
insertedNodes.didReplaceNode(
htmlElement
, node.get());
492
} else if (newInlineStyle->extractConflictingImplicitStyleOfAttributes(
htmlElement
, EditingStyle::PreserveWritingDirection, 0, attributes,
625
if (
HTMLElement
* paragraphElement = toHTMLElement(enclosingNodeWithTag(positionInParentBeforeNode(node.get()), pTag)))
630
if (
HTMLElement
* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNode(node.get()), (…)
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
[
all
...]
Completed in 258 milliseconds