HomeSort by relevance Sort by last modified time
    Searched refs:focus (Results 276 - 300 of 380) sorted by null

<<111213141516

  /external/chromium_org/chrome/browser/resources/options/
search_engine_manager_engine_list.js 164 // Don't focus on the button.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 363 // TODO - unfortunately, we can't detect whether this tab will get focus, so
  /external/chromium_org/remoting/webapp/
ui_mode.js 102 autofocusNode.focus();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsPanel.js 656 * @param {boolean=} focus
658 selectDOMNode: function(node, focus)
663 treeOutline.selectDOMNode(node, focus);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 22 * has focus.
101 // Hide the indicator when the window doesn't have focus.
102 window.addEventListener('focus', goog.bind(function() {
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js 857 * When the list loses focus, unselect all items in the list and close the
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 76 if (!$('#search_autocomplete').is(":focus")) {
77 $('#search_autocomplete').focus();
109 $("#search_autocomplete").focus(function() {
114 $("#search_autocomplete").focus();
117 if ($("#search_autocomplete").is(":focus")) return;
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 130 CvVoronoiNodeInt* focus; member in struct:CvVoronoiParabolaInt
631 it is parabola, it is defined by its focus (site - point)
634 pFocus : in, point, which defines the focus of parabola
650 it is parabola, it is defined by its focus (site - point)
653 pFocus : in, point, which defines the focus of parabola
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 54 $('#search_autocomplete').focus();
86 $("#search_autocomplete").focus(function() {
91 $("#search_autocomplete").focus();
94 if ($("#search_autocomplete").is(":focus")) return;
    [all...]
global-libraries-combined.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 157 this._codeMirror.on("focus", this._focus.bind(this));
176 this.element.addEventListener("focus", this._handleElementFocus.bind(this), false);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery-1.4.3.min.js 72 "file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ha.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ha.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}u.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){sa[b]++===0&&u.addEventListener(a,d,true)},teardown:function(){--sa[b]===
75 1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(e){var f=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,f+1);e.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var wa={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,e,f,h){var k,l=0,n,s,v=h||this.selector;h=h?this:c(this.context);if(typeof d===
76 "object"&&!d.preventDefault){for(k in d)h[b](k,e,d[k],v);return this}if(c.isFunction(e)){f=e;e=A}for(d=(d||"").split(" ");(k=d[l++])!=null;){n=X.exec(k);s="";if(n){s=n[0];k=k.replace(X,"")}if(k==="hover")d.push("mouseenter"+s,"mouseleave"+s);else{n=k;if(k==="focus"||k==="blur"){d.push(wa[k]+s);k+=s}else k=(wa[k]||k)+s;if(b==="live"){s=0;for(var B=h.length;s<B;s++)c.event.add(h[s],"live."+Y(k,v),{data:e,selector:v,handler:f,origType:k,origHandler:f,preType:n})}else h.unbind("live."+Y(k,v),f)}}return this}});
77 c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d,e){if(e==null){e=d;d=null}return arguments.length>0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 38 * class to trap key and focus events and call this class's update
343 // make sure that node has focus before speaking it.
    [all...]
braille_util.js 356 // anchor (start) and focus (end). We should use that information to
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
docs.css 408 .download-builder input[type=text]:focus {
533 /* Fake the :focus state to demo it */
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 37 * {@code null} if no input field has focus.
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 916 void LocalDOMWindow::focus(ExecutionContext* context) function in class:blink::LocalDOMWindow
935 host->chrome().focus();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 97 DEFINE_STATIC_LOCAL(String, focus, ("focus"));
113 else if (pseudoClass == focus)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
suggest_apps_dialog.js 325 this.webview_.focus();
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 266 info.focus = cursor_pos;
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.cc 411 BrowserAccessibilityWin* focus = static_cast<BrowserAccessibilityWin*>(
413 if (focus == this) {
416 } else if (focus == NULL) {
420 focus_child->pdispVal = focus->NewReference();
    [all...]
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 274 } else if (!strcasecmp(argn[i], "src") && strstr(argv[i], "plugin-document-has-focus.pl"))
600 if (event->data.focus.hasFocus)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 356 virtual void focus(bool restorePreviousSelection = true, FocusType = FocusTypeNone);
359 // Whether this element can receive focus at all. Most elements are not
    [all...]

Completed in 2689 milliseconds

<<111213141516