OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasSelection
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp
82
virtual bool
hasSelection
() const { return true; }
/external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h
127
virtual bool
hasSelection
() const { return false; }
/external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.cc
237
bool PepperWebPluginImpl::
hasSelection
() const {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp
45
bool
hasSelection
= !isPrinting && selectionState() != RenderObject::SelectionNone;
48
if (
hasSelection
) {
SVGInlineTextBox.cpp
205
bool
hasSelection
= selectionState() != RenderObject::SelectionNone;
206
if (!
hasSelection
|| paintSelectedTextOnly)
222
if (
hasSelection
) {
274
bool
hasSelection
= !parentRenderer->document().printing() && selectionState() != RenderObject::SelectionNone;
275
if (!
hasSelection
&& paintSelectedTextOnly)
293
if (
hasSelection
) {
336
paintText(paintInfo.context, style, selectionStyle, fragment,
hasSelection
, paintSelectedTextOnly);
343
paintText(paintInfo.context, style, selectionStyle, fragment,
hasSelection
, paintSelectedTextOnly);
666
void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool
hasSelection
, bool paintSelectedTextOnly)
673
if (
hasSelection
) {
[
all
...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java
182
public boolean
hasSelection
() {
191
if (
hasSelection
()) {
226
if (
hasSelection
() && mOnDeck[NEXT] != null) {
240
if (
hasSelection
() && mOnDeck[PREV] != null) {
252
if (
hasSelection
()) {
412
if (
hasSelection
()) {
442
if (
hasSelection
()) {
521
if (
hasSelection
() && getSelection() == mParent) {
571
if (table.
hasSelection
()) {
601
if (!
hasSelection
()) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/prebuilts/devtools/tools/lib/
sdkuilib.jar
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/4/
android.jar
Completed in 1479 milliseconds
1
2