Home
last modified time | relevance | path

Searched defs:hasSelection (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/data/
Ddocument_info.js111 get hasSelection() { getter in DocumentInfo
166 init: function(isModifiable, title, hasSelection) { argument
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebPluginContainerTest.cpp82 virtual bool hasSelection() const { return true; } in hasSelection() function in __anon8a66bc600111::TestPlugin
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp200 bool hasSelection = selectionState() != RenderObject::SelectionNone; in paintSelectionBackground() local
255 …bool hasSelection = !parentRenderer.document().printing() && selectionState() != RenderObject::Sel… in paint() local
614 RenderSVGResourceModeFlags resourceMode, bool hasSelection, bool paintSelectedTextOnly) in paintText()
DSVGRootInlineBox.cpp40 bool hasSelection = !isPrinting && selectionState() != RenderObject::SelectionNone; in paint() local
/external/droiddriver/src/com/google/android/droiddriver/base/
DBaseUiElement.java156 public boolean hasSelection() { in hasSelection() method in BaseUiElement
/external/chromium_org/third_party/WebKit/public/web/
DWebPlugin.h136 virtual bool hasSelection() const { return false; } in hasSelection() function
/external/chromium_org/content/renderer/pepper/
Dpepper_webplugin_impl.cc223 bool PepperWebPluginImpl::hasSelection() const { in hasSelection() function in content::PepperWebPluginImpl
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.cpp575 bool WebRemoteFrameImpl::hasSelection() const in hasSelection() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1096 bool WebLocalFrameImpl::hasSelection() const in hasSelection() function in blink::WebLocalFrameImpl