OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canStartSelection
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLKeygenElement.h
47
virtual bool
canStartSelection
() const OVERRIDE { return false; }
HTMLButtonElement.h
70
virtual bool
canStartSelection
() const { return false; }
HTMLAnchorElement.h
100
virtual bool
canStartSelection
() const;
HTMLImageElement.h
101
virtual bool
canStartSelection
() const;
HTMLSelectElement.h
128
virtual bool
canStartSelection
() const { return false; }
HTMLImageElement.cpp
174
bool HTMLImageElement::
canStartSelection
() const
177
return HTMLElement::
canStartSelection
();
HTMLInputElement.h
319
virtual bool
canStartSelection
() const;
HTMLAnchorElement.cpp
306
bool HTMLAnchorElement::
canStartSelection
() const
310
return HTMLElement::
canStartSelection
();
HTMLInputElement.cpp
510
bool HTMLInputElement::
canStartSelection
() const
514
return HTMLTextFormControlElement::
canStartSelection
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.h
51
virtual bool
canStartSelection
() const OVERRIDE { return false; }
Node.h
514
virtual bool
canStartSelection
() const;
[
all
...]
Node.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp
641
if (dragType != DragSourceActionSelection && node->isTextNode() && node->
canStartSelection
()) {
[
all
...]
FocusController.cpp
605
if (mousePressNode->renderer() && !mousePressNode->
canStartSelection
()) {
[
all
...]
EventHandler.cpp
647
if (!node->
canStartSelection
())
[
all
...]
Completed in 235 milliseconds