Searched refs:Backspace (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.h103 bool Backspace();
H A Dtextfield_model_unittest.cc91 EXPECT_TRUE(model.Backspace());
97 EXPECT_FALSE(model.Backspace());
103 EXPECT_TRUE(model.Backspace());
136 EXPECT_TRUE(model.Backspace());
193 EXPECT_TRUE(model.Backspace());
215 EXPECT_TRUE(model.Backspace());
232 EXPECT_TRUE(model.Backspace());
250 EXPECT_FALSE(model.Backspace());
387 EXPECT_TRUE(model.Backspace());
908 model.Backspace();
[all...]
H A Dtextfield.cc1236 text_changed = cursor_changed = model_->Backspace();
1247 text_changed = cursor_changed = model_->Backspace();
1251 text_changed = cursor_changed = model_->Backspace();
H A Dtextfield_model.cc346 bool TextfieldModel::Backspace() { function in class:views::TextfieldModel
491 // than beginning, unlike Delete/Backspace.
492 // TODO(oshima): Change Delete/Backspace to use DeleteSelection,
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp308 Backspace();
609 void CPWL_EditCtrl::Backspace() function in class:CPWL_EditCtrl
612 m_pEdit->Backspace();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclosebrackets.js42 Backspace: function(cm) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DKeyboardShortcut.js64 Backspace: { code: 8, name: "\u21a4" },
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_EditCtrl.h134 void Backspace();
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h629 FX_BOOL Backspace();
690 FX_BOOL Backspace(FX_BOOL bAddUndo, FX_BOOL bPaint);
H A Dfx_edit.h301 virtual FX_BOOL Backspace() = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp596 m_pEdit->Backspace(FALSE,TRUE);
636 m_pEdit->Backspace(FALSE,TRUE);
666 m_pEdit->Backspace(FALSE,TRUE);
1957 FX_BOOL CFX_Edit::Backspace() function in class:CFX_Edit
1959 return Backspace(TRUE,TRUE);
3062 FX_BOOL CFX_Edit::Backspace(FX_BOOL bAddUndo, FX_BOOL bPaint) function in class:CFX_Edit
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1318 cvox.KeyUtil.getReadableNameForKeyCode=function(a){if(0==a)return"Power button";if(17==a)return"Control";if(18==a)return"Alt";if(16==a)return"Shift";if(9==a)return"Tab";if(91==a||93==a)return cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win";if(8==a)return"Backspace";if(32==a)return"Space";if(35==a)return"end";if(36==a)return"home";if(37==a)return"Left arrow";if(38==a)return"Up arrow";if(39==a)return"Right arrow";if(40==a)return"Down arrow";if(45==a)return"Insert";if(13==a)return"Enter";
1328 cvox.SelectWidget.prototype.hide=function(){var a=document.createEvent("Event");a.initEvent("change",!1,!1);this.selectNode_.dispatchEvent(a);cvox.SelectWidget.superClass_.hide.call(this,!0)};cvox.SelectWidget.prototype.onNavigate=function(){var a=this;cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(){var b=cvox.ChromeVox.navigationManager.getCurrentNode().parentNode.id;a.selectNode_.selectedIndex=b})()};cvox.SelectWidget.prototype.getNameMsg=function(){return["aria_role_menu"]};cvox.BrailleKeyCommand={PAN_LEFT:"pan_left",PAN_RIGHT:"pan_right",LINE_UP:"line_up",LINE_DOWN:"line_down",TOP:"top",BOTTOM:"bottom",ROUTING:"routing",SECONDARY_ROUTING:"secondary_routing",DOTS:"dots",STANDARD_KEY:"standard_key"};cvox.BrailleKeyEvent={};cvox.BrailleKeyEvent.keyCodeToLegacyCode=function(a){return cvox.BrailleKeyEvent.legacyKeyCodeMap_[a]};cvox.BrailleKeyEvent.keyCodeToCharValue=function(a){var b={Backspace:8,Tab:9,Enter:10};return b[a]||a.charCodeAt(0)};
1329 cvox.BrailleKeyEvent.legacyKeyCodeMap_={Backspace:8,Tab:9,Enter:13,Escape:27,Home:36,ArrowLeft:37,ArrowUp:38,ArrowRight:39,ArrowDown:40,PageUp:33,PageDown:34,End:35,Insert:45,Delete:46};for(var i$$inline_3=0;12>i$$inline_3;++i$$inline_3)cvox.BrailleKeyEvent.legacyKeyCodeMap_["F"+(i$$inline_3+1)]=112+i$$inline_3;cvox.BrailleInterface=function(){};cvox.BrailleInterface.prototype.write=function(){};cvox.BrailleTextHandler=function(a){this.braille_=a};cvox.BrailleTextHandler.prototype.changed=function(a,b,c,d,e,f){var g;d?(d=cvox.BrailleUtil.createValue(a,b,c,f),e&&d.setSpan(e,0,a.length),g=new cvox.NavBraille({text:d,startIndex:b,endIndex:c})):cvox.ChromeVox.navigationManager&&(g=cvox.ChromeVox.navigationManager.getBraille());g&&this.braille_.write(g)};cvox.ContentEditableExtractor=function(){this.text_="";this.end_=this.start_=0;this.lines_={};this.characterToLineMap_=[]};

Completed in 200 milliseconds