HomeSort by relevance Sort by last modified time
    Searched refs:hasSelection (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium/webkit/glue/
webframe_unittest.cc 88 EXPECT_FALSE(frame->hasSelection());
90 EXPECT_TRUE(frame->hasSelection());
92 EXPECT_FALSE(frame->hasSelection());
  /packages/services/Telephony/src/com/android/phone/
FdnList.java 77 boolean hasSelection = (getSelectedItemPosition() >= 0);
80 menu.findItem(MENU_EDIT).setVisible(hasSelection);
81 menu.findItem(MENU_DELETE).setVisible(hasSelection);
  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 121 virtual bool hasSelection() const { return false; }
WebFrame.h 435 virtual bool hasSelection() const = 0;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 66 } else if (mTable.hasSelection()) {
KeyboardInterpreter.java 40 if (mTable.hasSelection()) {
PhotoTouchListener.java 184 if (!mTable.hasSelection()) {
210 if (mTable.hasSelection()) {
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/core/rendering/svg/
SVGInlineTextBox.h 79 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
SVGInlineTextBox.cpp 204 bool hasSelection = selectionState() != RenderObject::SelectionNone;
205 if (!hasSelection || paintSelectedTextOnly)
221 if (hasSelection) {
273 bool hasSelection = !parentRenderer->document()->printing() && selectionState() != RenderObject::SelectionNone;
274 if (!hasSelection && paintSelectedTextOnly)
292 if (hasSelection) {
332 paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
338 paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly);
653 void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintSelectedTextOnly)
660 if (hasSelection) {
    [all...]
SVGRootInlineBox.cpp 45 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone;
48 if (hasSelection) {
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 121 if (hasSelection()) {
140 boolean hasSelection = hasSelection();
143 && hasSelection) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 330 boolean hasSelection = markers.size() > 0;
331 boolean canFix = hasSelection;
363 mIgnoreAction.setEnabled(hasSelection && haveFile && isJavaOrXml);
364 mIgnoreFileAction.setEnabled(hasSelection && haveFile);
365 mIgnoreProjectAction.setEnabled(hasSelection);
366 mAlwaysIgnoreAction.setEnabled(hasSelection);
367 mRemoveAction.setEnabled(hasSelection);
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 67 virtual bool hasSelection() const;
pepper_webplugin_impl.cc 234 bool PepperWebPluginImpl::hasSelection() const {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 82 virtual bool hasSelection() const { return true; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 181 virtual bool hasSelection() const;
WebPluginContainerImpl.cpp 333 if (!m_webPlugin->hasSelection())
753 && m_webPlugin->hasSelection()) {
WebFrameImpl.cpp     [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 867 *frame = focusedFrame->hasSelection() ? focusedFrame : webView->mainFrame();
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 578 milliseconds

1 2