Home | History | Annotate | Download | only in api

Lines Matching full:focus

20  * to handle events such as change of focus or input events (keyboard/mouse)
176 * DidChangeFocus() is called when an instance has gained or lost focus.
177 * Having focus means that keyboard events will be sent to the instance.
178 * An instance's default condition is that it will not have focus.
180 * The focus flag takes into account both browser tab and window focus as
181 * well as focus of the plugin element on the page. In order to be deemed
182 * to have focus, the browser window must be topmost, the tab must be
186 * <strong>Note:</strong>Clicks on instances will give focus only if you
190 * the browser will bubble the event and give focus to the element on the page
191 * that actually did end up consuming it. If you're not getting focus, check
205 /* Indicates whether this NaCl module gained or lost event focus. */