OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gapRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp
463
LayoutRect
gapRect
= rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
464
if (isPreviousBoxSelected &&
gapRect
.width() > 0 &&
gapRect
.height() > 0) {
466
paintInfo->context->fillRect(
gapRect
, box->parent()->renderer()->selectionBackgroundColor());
468
result.uniteCenter(
gapRect
);
[
all
...]
RenderBlock.cpp
[
all
...]
Completed in 264 milliseconds