Home
last modified time | relevance | path

Searched refs:selectionType (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelection.h61 SelectionType selectionType() const { return m_selectionType; } in selectionType() function
81 bool isNone() const { return selectionType() == NoSelection; } in isNone()
82 bool isCaret() const { return selectionType() == CaretSelection; } in isCaret()
83 bool isRange() const { return selectionType() == RangeSelection; } in isRange()
84 bool isCaretOrRange() const { return selectionType() != NoSelection; } in isCaretOrRange()
DFrameSelection.h118 SelectionType selectionType() const { return m_selection.selectionType(); } in selectionType() function
DTypingCommand.cpp415 switch (endingSelection().selectionType()) { in deleteKeyPressed()
519 switch (endingSelection().selectionType()) { in forwardDeleteKeyPressed()
DEditor.cpp526 client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType()); in notifyComponentsOnChangedSelection()
599 switch (m_frame.selection().selectionType()) { in applyStyle()
1112 client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType()); in changeSelectionAfterCommand()
DVisibleSelection.cpp487 if (selectionType() == RangeSelection) { in validate()
DFrameSelection.cpp1774 switch (selectionType()) { in revealSelection()
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe_screen_user_image.js83 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,
Dscreen_locally_managed_user_creation.js584 imageGrid.selectionType = 'default';
1055 var imageChosen = !(imageGrid.selectionType == 'camera' &&
1477 (imageGrid.selectionType == 'camera') ? 0 : -1;
1478 if (imageGrid.cameraLive || imageGrid.selectionType != 'camera')
1483 if (!imageGrid.cameraLive || imageGrid.selectionType != 'camera') {
1486 [imageGrid.selectedItemUrl, imageGrid.selectionType]);
1490 imageGrid.selectionType != e.oldSelectionType) {
1491 if (imageGrid.selectionType == 'camera') {
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dchange_picture_options.js57 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/chromium_org/third_party/WebKit/Source/web/
DEditorClientImpl.cpp50 …ditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType) in respondToChangedSelection() argument
54 webFrame->client()->didChangeSelection(selectionType != WebCore::RangeSelection); in respondToChangedSelection()
/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js169 var oldSelectionType = this.selectionType;
172 this.selectionType = this.selectedItem.type;
303 get selectionType() { getter in UserImagesGrid
306 set selectionType(value) { setter in UserImagesGrid