HomeSort by relevance Sort by last modified time
    Searched full:child_process_id (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/content/browser/indexed_db/
indexed_db_pending_connection.cc 17 child_process_id(child_process_id_in),
indexed_db_pending_connection.h 29 int child_process_id; member in struct:content::IndexedDBPendingConnection
indexed_db_factory_unittest.cc 254 0, /* child_process_id */
278 0, /* child_process_id */
311 0, /* child_process_id */
406 0, /* child_process_id */
491 0, /* child_process_id */
516 0, /* child_process_id */
indexed_db_unittest.cc 189 0 /* child_process_id */,
199 0 /* child_process_id */,
270 0 /* child_process_id */,
indexed_db_database.h 260 int child_process_id);
indexed_db_database.cc 199 int child_process_id) {
203 backing_store_->GrantChildProcessPermissions(child_process_id);
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_renderer_connection.h 44 // Returns the host for the child process for the given |child_process_id|.
45 // If |child_process_id| is 0, returns the host owned by this
47 BrowserPpapiHostImpl* GetHostForChildProcess(int child_process_id) const;
51 int child_process_id,
pepper_renderer_connection.cc 106 int child_process_id) const {
112 child_process_id));
118 iter->process()->GetData().id == child_process_id) {
128 if (!host && child_process_id == 0) {
155 int child_process_id,
159 BrowserPpapiHostImpl* host = GetHostForChildProcess(child_process_id);
  /external/chromium_org/content/browser/android/
child_process_launcher_android.h 24 int child_process_id,
42 int child_process_id,
46 int child_process_id);
child_process_launcher_android.cc 104 int child_process_id,
143 child_process_id,
197 int child_process_id,
202 env, surface_texture_id, child_process_id, j_surface_texture);
206 int child_process_id) {
210 env, surface_texture_id, child_process_id);
  /external/chromium_org/components/crash/browser/
crash_dump_manager_android.h 45 // |child_process_id|.
46 base::File CreateMinidumpFile(int child_process_id);
66 void OnChildExit(int child_process_id, base::ProcessHandle pid);
crash_dump_manager_android.cc 58 base::File CrashDumpManager::CreateMinidumpFile(int child_process_id) {
76 DCHECK(!ContainsKey(child_process_id_to_minidump_path_, child_process_id));
77 child_process_id_to_minidump_path_[child_process_id] = minidump_path;
151 void CrashDumpManager::OnChildExit(int child_process_id,
157 child_process_id_to_minidump_path_.find(child_process_id);
  /external/chromium_org/chromecast/shell/browser/
cast_content_browser_client.h 35 int child_process_id) OVERRIDE;
72 int child_process_id,
cast_content_browser_client.cc 86 int child_process_id) {
163 int child_process_id,
  /external/chromium_org/content/renderer/pepper/
pepper_browser_connection.cc 57 int child_process_id,
65 routing_id(), child_process_id, params, instance, nested_msgs));
pepper_browser_connection.h 43 // |instance| of a plugin identified by |child_process_id|. |callback| will be
46 int child_process_id,
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.h 52 int child_process_id) OVERRIDE;
83 int child_process_id,
shell_content_browser_client.cc 236 CommandLine* command_line, int child_process_id) {
359 int child_process_id,
379 child_process_id);
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 118 int child_process_id) {
125 SurfaceTextureMapKey key(surface_texture_id, child_process_id);
130 child_process_id,
135 void RemoveAllSurfaceTextures(int child_process_id) {
140 if (it->first.second == child_process_id) {
190 int CompositorImpl::CreateSurfaceTexture(int child_process_id) {
199 surface_texture.get(), child_process_id);
203 void CompositorImpl::DestroyAllSurfaceTextures(int child_process_id) {
205 child_process_id);
compositor_impl_android.h 54 static int CreateSurfaceTexture(int child_process_id);
56 // Destroy all surface textures associated with |child_process_id|.
57 static void DestroyAllSurfaceTextures(int child_process_id);
  /external/chromium_org/content/browser/
child_process_launcher.cc 80 int child_process_id,
98 child_process_id,
173 int child_process_id,
224 GetAdditionalMappedFilesForChildProcess(*cmd_line, child_process_id,
227 StartChildProcess(cmd_line->argv(), child_process_id, files_to_register,
239 GetAdditionalMappedFilesForChildProcess(*cmd_line, child_process_id,
440 int child_process_id,
446 child_process_id,
child_process_launcher.h 46 int child_process_id,
  /external/chromium_org/extensions/shell/browser/
shell_content_browser_client.h 58 int child_process_id) OVERRIDE;
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 118 int child_process_id) OVERRIDE;
284 int child_process_id,
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.h 55 int child_process_id) OVERRIDE;

Completed in 635 milliseconds

1 2