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.h55 SelectionType selectionType() const { return m_selectionType; } in selectionType() function
75 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()
DFrameSelection.h109 SelectionType selectionType() const { return m_selection.selectionType(); } in selectionType() function
DTypingCommand.cpp410 switch (endingSelection().selectionType()) { in deleteKeyPressed()
514 switch (endingSelection().selectionType()) { in forwardDeleteKeyPressed()
DEditor.cpp530 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()
DVisibleSelection.cpp427 if (selectionType() == RangeSelection) { in validate()
DFrameSelection.cpp1784 switch (selectionType()) { in revealSelection()
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe_screen_user_image.js83 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,
Dscreen_locally_managed_user_creation.js526 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') {
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dchange_picture_options.js57 imageGrid.selectionType = 'default';
191 chrome.send('selectImage', [url, imageGrid.selectionType]);
195 imageGrid.selectionType != e.oldSelectionType) {
196 if (imageGrid.selectionType == 'camera') {
/external/chromium_org/third_party/WebKit/Source/web/
DEditorClientImpl.cpp49 void EditorClientImpl::respondToChangedSelection(WebCore::SelectionType selectionType) in respondToChangedSelection() argument
52 m_webView->client()->didChangeSelection(selectionType != WebCore::RangeSelection); in respondToChangedSelection()
/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js181 var oldSelectionType = this.selectionType;
184 this.selectionType = this.selectedItem.type;
352 get selectionType() { getter in UserImagesGrid
355 set selectionType(value) { setter in UserImagesGrid