OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tabTextNode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h
235
PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&, PassRefPtrWillBeRawPtr<Text>
tabTextNode
);
htmlediting.cpp
871
RefPtrWillBeRawPtr<Text>
tabTextNode
= prpTabTextNode;
879
if (!
tabTextNode
)
880
tabTextNode
= document.createEditingTextNode("\t");
882
spanElement->appendChild(
tabTextNode
.release());
[
all
...]
Completed in 185 milliseconds