Home | History | Annotate | Download | only in web_view

Lines Matching refs:ALLOW

49     bool allow) {
50 if (allow) {
51 // Note that |allow| == true means the embedder explicitly allowed the
213 bool allow,
215 if (!allow) {
304 // after creation. This is to allow those same objects to be accessed again
355 bool allow = (action == ALLOW) ||
358 info.callback.Run(allow, user_input);
362 RecordUserInitiatedUMA(info, allow);
366 return allow ? SET_PERMISSION_ALLOWED : SET_PERMISSION_DENIED;