Searched refs:selectionType (Results 1 – 11 of 11) sorted by relevance
55 SelectionType selectionType() const { return m_selectionType; } in selectionType() function75 bool isNone() const { return selectionType() == NoSelection; } in isNone()76 bool isCaret() const { return selectionType() == CaretSelection; } in isCaret()77 bool isRange() const { return selectionType() == RangeSelection; } in isRange()78 bool isCaretOrRange() const { return selectionType() != NoSelection; } in isCaretOrRange()
109 SelectionType selectionType() const { return m_selection.selectionType(); } in selectionType() function
410 switch (endingSelection().selectionType()) { in deleteKeyPressed()514 switch (endingSelection().selectionType()) { in forwardDeleteKeyPressed()
530 client().respondToChangedSelection(m_frame.selection().selectionType()); in notifyComponentsOnChangedSelection()680 switch (m_frame.selection().selectionType()) { in applyStyle()1127 client().respondToChangedSelection(m_frame.selection().selectionType()); in changeSelectionAfterCommand()
427 if (selectionType() == RangeSelection) { in validate()
1784 switch (selectionType()) { in revealSelection()
83 imageGrid.selectionType = 'default';200 if (imageGrid.selectionType == 'camera') {217 imageGrid.selectionType != e.oldSelectionType) {218 if (imageGrid.selectionType == 'camera') {431 $('user-image-grid').selectionType == 'profile' ?459 imageGrid.selectionType,
526 imageGrid.selectionType = 'default';995 var imageChosen = !(imageGrid.selectionType == 'camera' &&1416 (imageGrid.selectionType == 'camera') ? 0 : -1;1417 if (imageGrid.cameraLive || imageGrid.selectionType != 'camera')1422 if (!imageGrid.cameraLive || imageGrid.selectionType != 'camera') {1425 [imageGrid.selectedItemUrl, imageGrid.selectionType]);1429 imageGrid.selectionType != e.oldSelectionType) {1430 if (imageGrid.selectionType == 'camera') {
57 imageGrid.selectionType = 'default';191 chrome.send('selectImage', [url, imageGrid.selectionType]);195 imageGrid.selectionType != e.oldSelectionType) {196 if (imageGrid.selectionType == 'camera') {
49 void EditorClientImpl::respondToChangedSelection(WebCore::SelectionType selectionType) in respondToChangedSelection() argument52 m_webView->client()->didChangeSelection(selectionType != WebCore::RangeSelection); in respondToChangedSelection()
181 var oldSelectionType = this.selectionType;184 this.selectionType = this.selectedItem.type;352 get selectionType() { getter in UserImagesGrid355 set selectionType(value) { setter in UserImagesGrid