OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haveSelection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
494
bool
haveSelection
= !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone;
495
if (!
haveSelection
&& paintInfo.phase == PaintPhaseSelection)
587
if (
haveSelection
) {
648
if (
haveSelection
&& !useCustomUnderlines)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java
[
all
...]
Completed in 847 milliseconds