OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBlockFlowElement
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h
124
bool
isBlockFlowElement
(const Node&);
htmlediting.cpp
339
if (
isBlockFlowElement
(node))
343
if (
isBlockFlowElement
(*n) || isHTMLBodyElement(*n))
[
all
...]
InsertListCommand.cpp
235
Element* outerBlock = firstChildInList &&
isBlockFlowElement
(*firstChildInList) ? toElement(firstChildInList) : listElement.get();
ReplaceSelectionCommand.cpp
[
all
...]
Completed in 200 milliseconds