Searched refs:selectionType (Results 1 – 11 of 11) sorted by relevance
61 SelectionType selectionType() const { return m_selectionType; } in selectionType() function81 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()
118 SelectionType selectionType() const { return m_selection.selectionType(); } in selectionType() function
415 switch (endingSelection().selectionType()) { in deleteKeyPressed()519 switch (endingSelection().selectionType()) { in forwardDeleteKeyPressed()
526 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()
487 if (selectionType() == RangeSelection) { in validate()
1774 switch (selectionType()) { in revealSelection()
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,
584 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') {
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') {
50 …ditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType) in respondToChangedSelection() argument54 webFrame->client()->didChangeSelection(selectionType != WebCore::RangeSelection); in respondToChangedSelection()
169 var oldSelectionType = this.selectionType;172 this.selectionType = this.selectedItem.type;303 get selectionType() { getter in UserImagesGrid306 set selectionType(value) { setter in UserImagesGrid