OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listenAndCoalesce
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
content.js
39
function
listenAndCoalesce
(target, type, validator) {
45
listenAndCoalesce
(document, "scroll");
54
listenAndCoalesce
(document, "keypress", function(event) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
content.js
39
function
listenAndCoalesce
(target, type, validator) {
45
listenAndCoalesce
(document, "scroll");
54
listenAndCoalesce
(document, "keypress", function(event) {
Completed in 236 milliseconds