Searched refs:focus (Results 1 – 25 of 167) sorted by relevance
1234567
148 SkView* focus = this->getFocusView(); in handleChar() local149 if (focus == nullptr) in handleChar()150 focus = this; in handleChar()154 return focus->doEvent(evt); in handleChar()166 SkView* focus = this->getFocusView(); in handleKey() local167 if (focus == nullptr) in handleKey()168 focus = this; in handleKey()172 if (focus->doEvent(evt)) in handleKey()193 SkView* focus = this->getFocusView(); in handleKeyUp() local194 if (focus == nullptr) in handleKeyUp()[all …]
183 SkView* focus = nullptr; in getFocusView() local186 if (view->onGetFocusView(&focus)) { in getFocusView()190 return focus; in getFocusView()210 SkView* child, *focus; in acceptFocus() local212 if ((focus = child->acceptFocus(dir)) != nullptr) { in acceptFocus()213 return focus; in acceptFocus()218 SkView* child, *focus; in acceptFocus() local220 if ((focus = child->acceptFocus(dir)) != nullptr) { in acceptFocus()221 return focus; in acceptFocus()232 SkView* focus = this->getFocusView(); in moveFocus() local[all …]
17 focus: false, property34 focus: true, property45 focus: true, property60 focus: false, property75 focus: true, property87 focus: true, property
25 if (request.action == "should_scroll" && cycle.focus) {90 'focus': !!task.focus, property
9 window.focus();
7 unsigned int frame, focus; in foo() local8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0); in foo()
205 child.focus();214 if (elem) elem.focus();315 this.DOMSearchField().focus();654 focusItem.focus();658 parent.document.getElementById("MSearchField").focus();672 if (focusItem) focusItem.focus();689 parent.document.getElementById("MSearchField").focus();709 document.getElementById('Item'+itemIndex+'_c'+newIndex).focus();713 document.getElementById('Item'+itemIndex).focus();726 elem.focus();[all …]
139 a.SelectItem:focus,216 a.SRSymbol:focus, a.SRSymbol:active,217 a.SRScope:focus, a.SRScope:active {
9 …focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hov…18 …focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#…
6 …focus(),!1},keydown:function(n){var r,s,o,u,a,f;if(!/(38|40|27)/.test(n.keyCode))return;r=e(this),…
323 bool focus = true; in main() local383 if (focus && !GlobalArgs.measure) in main()392 focus = false; in main()419 if ((focus || GlobalArgs.measure) && GlobalArgs.verbose) in main()442 focus = true; in main()446 focus ^= true; in main()
14 $('debug_input_'+tbid).focus();27 $('debug_input_'+tbid).focus();66 input.focus();108 newEl.focus();
46 # focus: whether the window should be in the foreground55 ' focus: false,' + \69 ' focus: true,' + \80 ' focus: false,' + \
46 # focus: whether the window should be in the foreground55 ' focus: false,' + \69 ' focus: true,' + \
46 # focus: whether the window should be in the foreground55 ' focus: false,' + \67 ' focus: true,' + \
46 # focus: whether the window should be in the foreground60 ' focus: true,' + \
10 * /deep/ .x-list-view:focus {22 * /deep/ .x-list-view:focus > .list-item[selected] {
91 virtual bool onGetFocusView(SkView** focus) const;92 virtual bool onSetFocusView(SkView* focus);
56 private transient boolean focus; field in DumbTextComponent157 focus = true; in focusGained()163 focus = false; in focusLost()523 if (focus) g.setColor(Color.black); in paint2()551 if (focus) { in paintRect()569 if (focus) g.setColor(Color.blue); in drawSelection()588 if (focus || selection.isCaret()) { in drawSelection()589 if (focus) g.setColor(Color.green); in drawSelection()
72 focus: '_focusAction', property
22 body > x-profiling-view > x-timeline-view:focus {
11 Guide. The linter handles style issues so that you can focus on the code.
137 $D('noVNC_host').focus();406 $D('noVNC_host').focus();566 $D('noVNC_password').focus();789 kbi.focus();804 $D('keyboardinput').focus();
955 my $focus;957 ($focus, $ignore) = ParseInteractiveArgs($2);961 $focus, $ignore);992 my $focus = shift;998 if ($focus ne '') {999 $profile = FocusProfile($symbols, $profile, $focus);1002 $focus,1079 my $focus = "";1090 $focus .= (($focus ne "") ? "|" : "" ) . $a;1096 return ($focus, $ignore);[all …]