/external/chromium_org/content/renderer/pepper/ |
D | pepper_broker_unittest.cc | 34 EXPECT_FALSE(dispatcher_wrapper.Init(base::kNullProcessId, invalid_channel)); in TEST_F() 35 EXPECT_FALSE(dispatcher_wrapper.Init(base::kNullProcessId, invalid_channel)); in TEST_F() 53 EXPECT_TRUE(dispatcher_wrapper.Init(base::kNullProcessId, valid_channel)); in TEST_F()
|
D | host_array_buffer_var.cc | 77 if (p == base::kNullProcessId) { in CopyToNewShmem()
|
D | mock_renderer_ppapi_host.cc | 56 return base::kNullProcessId; in GetPluginPID()
|
D | renderer_ppapi_host_impl.cc | 180 return base::kNullProcessId; in GetPluginPID()
|
/external/chromium_org/content/browser/media/ |
D | webrtc_aecdump_browsertest.cc | 26 EXPECT_NE(base::kNullProcessId, *id); in GetRenderProcessHostId() 27 if (*id == base::kNullProcessId) in GetRenderProcessHostId() 98 base::ProcessId render_process_id = base::kNullProcessId; in IN_PROC_BROWSER_TEST_F() 153 base::ProcessId render_process_id = base::kNullProcessId; in IN_PROC_BROWSER_TEST_F() 215 EXPECT_NE(base::kNullProcessId, render_process_id); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/base/process/ |
D | process_handle.h | 28 const ProcessId kNullProcessId = 0; variable 34 const ProcessId kNullProcessId = 0;
|
D | process_iterator_linux.cc | 72 pid_t pid = kNullProcessId; in CheckForNextProcess()
|
/external/chromium_org/ppapi/proxy/ |
D | proxy_channel.cc | 20 peer_pid_(base::kNullProcessId), in ProxyChannel() 72 DCHECK(peer_pid_ != base::kNullProcessId); in ShareHandleWithRemote()
|
D | ppapi_proxy_test.cc | 206 base::kNullProcessId, in SetUpHarnessWithChannel() 454 base::kNullProcessId, channel_handle, in SetUpHarnessWithChannel()
|
/external/chromium_org/win8/viewer/ |
D | metro_viewer_process_host.cc | 70 if (viewer_process_id != base::kNullProcessId) { in ~MetroViewerProcessHost() 89 return base::kNullProcessId; in GetViewerProcessId() 94 DCHECK_EQ(base::kNullProcessId, channel_->GetPeerPID()); in LaunchViewerAndWaitForConnection()
|
/external/chromium_org/content/public/browser/ |
D | browser_message_filter.cc | 108 peer_pid_(base::kNullProcessId), in BrowserMessageFilter() 119 peer_pid_(base::kNullProcessId), in BrowserMessageFilter()
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_file_io_host.cc | 62 return base::kNullProcessId; in GetResolvedRenderProcessId() 145 resolved_render_process_id = base::kNullProcessId; in UIThreadStuff() 238 if (resolved_render_process_id_ == base::kNullProcessId || in GotUIThreadStuffForInternalFileSystems() 481 if (plugin_process_id == base::kNullProcessId) in AddFileToReplyContext()
|
/external/chromium_org/ipc/ |
D | ipc_channel_proxy.cc | 33 peer_pid_(base::kNullProcessId) { in Context() 186 if (peer_pid_ == base::kNullProcessId) in OnAddFilter() 209 if (peer_pid_ == base::kNullProcessId) { in OnRemoveFilter()
|
D | ipc_channel_proxy_unittest.cc | 154 EXPECT_NE(static_cast<int32_t>(base::kNullProcessId), peer_pid); in OnChannelConnected()
|
D | ipc_channel_win.cc | 62 peer_pid_(base::kNullProcessId), in ChannelWin()
|
/external/chromium_org/content/browser/ |
D | ppapi_plugin_process_host.cc | 391 client->OnPpapiChannelOpened(IPC::ChannelHandle(), base::kNullProcessId, 0); in RequestPluginChannel() 446 base::kNullProcessId, 0); in CancelRequests() 452 base::kNullProcessId, 0); in CancelRequests()
|
D | plugin_service_impl.cc | 425 client->OnPpapiChannelOpened(IPC::ChannelHandle(), base::kNullProcessId, 0); in OpenChannelToPpapiPlugin() 439 client->OnPpapiChannelOpened(IPC::ChannelHandle(), base::kNullProcessId, 0); in OpenChannelToPpapiBroker()
|
D | plugin_process_host.cc | 129 : pid_(base::kNullProcessId) in PluginProcessHost()
|
/external/chromium_org/ash/test/ |
D | test_metro_viewer_process_host.cc | 27 if (viewer_process_id != base::kNullProcessId) { in TerminateViewer()
|
/external/chromium_org/components/nacl/common/ |
D | nacl_types.cc | 70 plugin_pid(base::kNullProcessId), in NaClLaunchResult()
|
/external/chromium_org/ipc/mojo/ |
D | ipc_channel_mojo_unittest.cc | 111 EXPECT_TRUE(base::kNullProcessId != peer_pid); in OnChannelConnected() 135 EXPECT_TRUE(base::kNullProcessId != this->channel()->GetPeerPID()); in TEST_F()
|
D | ipc_channel_mojo.cc | 88 peer_pid_(base::kNullProcessId), in ChannelMojo()
|
/external/chromium_org/components/nacl/renderer/ |
D | manifest_service_channel.cc | 34 peer_pid_(base::kNullProcessId), in ManifestServiceChannel()
|
/external/chromium_org/content/shell/browser/ |
D | webkit_test_controller.cc | 266 current_pid_ = base::kNullProcessId; in PrepareForLayoutTest() 423 if (current_pid_ != base::kNullProcessId) { in RenderProcessGone() 489 current_pid_ = base::kNullProcessId; in DiscardMainWindow()
|
/external/chromium_org/ppapi/nacl_irt/ |
D | ppapi_dispatcher.cc | 197 if (!dispatcher->InitPluginWithChannel(this, base::kNullProcessId, in OnMsgInitializeNaClDispatcher()
|