Home | History | Annotate | Download | only in js

Lines Matching refs:Function

19 function $(id) {
27 * @param {string} callbackName The name of the function that the backend calls.
28 * @param {!Function} The function to call.
30 function chromeSend(name, params, callbackName, callback) {
32 global[callbackName] = function() {
47 function url(s) {
66 function parseQueryParams(location) {
77 function findAncestorByClass(el, className) {
78 return findAncestor(el, function(el) {
88 * @param {function(Node) : boolean} predicate The function that tests the
92 function findAncestor(node, predicate) {
100 function swapDomNodes(a, b) {
113 document.addEventListener('click', function(e) {