Home | History | Annotate | Download | only in webview_shell

Lines Matching refs:grant

94     // look up the request in order to grant the approprate permissions.
117 public void grant(String[] resources) {
145 public void grant(String[] resources) {
278 request.grant(request.getResources());
282 // Find what Android permissions we need before we can grant these WebKit permissions.
294 // If there are no such Android permissions, grant the WebKit permissions immediately.
296 request.grant(request.getResources());
314 // Verify that we can now grant all the requested permissions. Note that although grant()
315 // takes a list of permissions, grant() is actually all-or-nothing. If there are any
324 request.grant(request.getResources());
427 // "net::ERR_ACCESS_DENIED" page. When we get permission, FilePermissionRequest.grant()