HomeSort by relevance Sort by last modified time
    Searched full:selectiontype (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 30 #include "core/editing/SelectionType.h"
50 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType)
54 webFrame->client()->didChangeSelection(selectionType != WebCore::RangeSelection);
EditorClientImpl.h 52 virtual void respondToChangedSelection(WebCore::LocalFrame*, WebCore::SelectionType) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 29 #include "core/editing/SelectionType.h"
61 SelectionType selectionType() const { return m_selectionType; }
81 bool isNone() const { return selectionType() == NoSelection; }
82 bool isCaret() const { return selectionType() == CaretSelection; }
83 bool isRange() const { return selectionType() == RangeSelection; }
84 bool isCaretOrRange() const { return selectionType() != NoSelection; }
170 SelectionType m_selectionType; // None, Caret, Range
SelectionType.h 31 enum SelectionType { NoSelection, CaretSelection, RangeSelection };
FrameSelection.h 118 SelectionType selectionType() const { return m_selection.selectionType(); }
Editor.cpp 526 client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType());
599 switch (m_frame.selection().selectionType()) {
    [all...]
TypingCommand.cpp 415 switch (endingSelection().selectionType()) {
519 switch (endingSelection().selectionType()) {
VisibleSelection.cpp 487 if (selectionType() == RangeSelection) {
FrameSelection.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 30 #include "core/editing/SelectionType.h"
44 virtual void respondToChangedSelection(LocalFrame*, SelectionType) = 0;
Selection.idl 71 [MeasureAs=SelectionType] readonly attribute DOMString type;
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.h 116 enum SelectionType {
121 SelectionType selection_type_;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.js 57 imageGrid.selectionType = 'default';
216 imageGrid.selectionType == 'camera' ? 1 : -1;
221 chrome.send('selectImage', [url, imageGrid.selectionType]);
225 imageGrid.selectionType != e.oldSelectionType) {
226 if (imageGrid.selectionType == 'camera') {
  /external/llvm/lib/Object/
COFFYAML.cpp 222 : SelectionType(COFFYAML::COMDATType(0)) {}
224 : SelectionType(COFFYAML::COMDATType(C)) {}
225 uint8_t denormalize(IO &) { return SelectionType; }
226 COFFYAML::COMDATType SelectionType;
351 IO.mapOptional("Selection", NSST->SelectionType, COFFYAML::COMDATType(0));
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.js 83 imageGrid.selectionType = 'default';
199 if (imageGrid.selectionType == 'camera') {
216 imageGrid.selectionType != e.oldSelectionType) {
217 if (imageGrid.selectionType == 'camera') {
426 $('user-image-grid').selectionType == 'profile' ?
454 imageGrid.selectionType,
screen_locally_managed_user_creation.js 584 imageGrid.selectionType = 'default';
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
user_images_grid.js 169 var oldSelectionType = this.selectionType;
172 this.selectionType = this.selectedItem.type;
303 get selectionType() {
306 set selectionType(value) {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 287 virtual void respondToChangedSelection(LocalFrame*, SelectionType) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 403 SelectionType = 404,
  /external/chromium_org/third_party/WebKit/Source/core/
core.gypi     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 

Completed in 5488 milliseconds