Home | History | Annotate | Download | only in google_now

Lines Matching refs:handlerName

104  * @param {string} handlerName Server handler to send the request to.
108 function buildServerRequest(method, handlerName, opt_contentType) {
112 request.open(method, NOTIFICATION_CARDS_URL + '/' + handlerName, true);