OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logicalWidth
(Results
51 - 63
of
63
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
230
style()->
logicalWidth
().isPercent()
RenderFlexibleBox.cpp
[
all
...]
RenderTableCell.cpp
119
Length colWidth = tableCol->style()->
logicalWidth
();
212
if (tableLayoutLogicalWidth ==
logicalWidth
())
[
all
...]
RenderBlock.cpp
[
all
...]
RenderView.cpp
258
m_minPreferredLogicalWidth = m_maxPreferredLogicalWidth =
logicalWidth
();
[
all
...]
RenderGrid.cpp
433
return valueForLength(trackLength, direction == ForColumns ?
logicalWidth
() : computeContentLogicalHeight(style()->logicalHeight(), -1), view());
[
all
...]
RenderTableSection.cpp
764
rowRenderer->setLogicalWidth(
logicalWidth
());
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
ScreenRotationAnimation.java
220
originalWidth = displayInfo.
logicalWidth
;
[
all
...]
WindowState.java
598
displayInfo.
logicalWidth
, displayInfo.logicalHeight, false);
[
all
...]
WindowStateAnimator.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp
381
ts << " " << enclosingIntRect(FloatRect(text.location(), FloatSize(box->
logicalWidth
(), box->logicalHeight())));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h
446
Length
logicalWidth
() const { return isHorizontalWritingMode() ? width() : height(); }
[
all
...]
Completed in 1042 milliseconds
1
2
3