Home
last modified time | relevance | path

Searched refs:OnAllowFileSystem (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/worker_host/
Dworker_process_host.h203 void OnAllowFileSystem(int worker_route_id,
Dworker_process_host.cc325 IPC_MESSAGE_HANDLER(WorkerProcessHostMsg_AllowFileSystem, OnAllowFileSystem) in OnMessageReceived()
384 void WorkerProcessHost::OnAllowFileSystem(int worker_route_id, in OnAllowFileSystem() function in content::WorkerProcessHost
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_message_filter.h174 void OnAllowFileSystem(int render_view_id,
Dchrome_render_message_filter.cc149 IPC_MESSAGE_HANDLER(ChromeViewHostMsg_AllowFileSystem, OnAllowFileSystem) in OnMessageReceived()
579 void ChromeRenderMessageFilter::OnAllowFileSystem(int render_view_id, in OnAllowFileSystem() function in ChromeRenderMessageFilter