OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNarrowDescendant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h
75
static bool
isNarrowDescendant
(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo);
TextAutosizer.cpp
246
else if (
isNarrowDescendant
(descendantBlock, clusterInfo)) {
331
bool TextAutosizer::
isNarrowDescendant
(const RenderBlock* renderer, TextAutosizingClusterInfo& parentClusterInfo)
412
return
isNarrowDescendant
(renderer, parentClusterInfo)
Completed in 1368 milliseconds