OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveRoute
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ipc/
ipc_forwarding_message_filter.cc
28
void ForwardingMessageFilter::
RemoveRoute
(int routing_id) {
/external/chromium_org/content/common/
message_router.cc
33
void MessageRouter::
RemoveRoute
(int32 routing_id) {
/external/chromium_org/content/renderer/npapi/
plugin_channel_host.cc
21
// The hypothesis at #55 requires that
RemoveRoute
() be called between
24
// and stores the backtrace of the
RemoveRoute
() in a breakpad key.
25
// The specific
RemoveRoute
() is not tracked (there could be multiple,
36
// Breakpad key for the
RemoveRoute
() backtrace.
44
// true,
RemoveRoute
() knows WBDP::Initialize() is on the stack, and
103
void PluginChannelHost::
RemoveRoute
(int route_id) {
115
NPChannelBase::
RemoveRoute
(route_id);
/external/chromium_org/content/child/
child_thread.cc
307
void ChildThread::
RemoveRoute
(int32 routing_id) {
310
router_.
RemoveRoute
(routing_id);
/external/chromium_org/content/child/npapi/
np_channel_base.cc
259
void NPChannelBase::
RemoveRoute
(int route_id) {
260
router_.
RemoveRoute
(route_id);
266
// If this
RemoveRoute
call from the NPObject is a result of us calling
314
//
RemoveRoute
() can clean things up correctly.
/external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc
217
RemoveRoute
(route_id);
243
void GpuChannelHost::
RemoveRoute
(int route_id) {
246
base::Bind(&GpuChannelHost::MessageFilter::
RemoveRoute
,
348
void GpuChannelHost::MessageFilter::
RemoveRoute
(int route_id) {
/external/chromium_org/content/common/gpu/
gpu_channel_manager.cc
84
void GpuChannelManager::
RemoveRoute
(int32 routing_id) {
85
gpu_child_thread_->
RemoveRoute
(routing_id);
gpu_channel.cc
700
void GpuChannel::
RemoveRoute
(int32 route_id) {
701
router_.
RemoveRoute
(route_id);
880
router_.
RemoveRoute
(route_id);
906
router_.
RemoveRoute
(route_id);
/external/chromium_org/content/public/test/
mock_render_process_host.cc
71
void MockRenderProcessHost::
RemoveRoute
(int32 routing_id) {
mock_render_thread.cc
95
void MockRenderThread::
RemoveRoute
(int32 routing_id) {
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc
783
void RenderProcessHostImpl::
RemoveRoute
(int32 routing_id) {
[
all
...]
/external/chromium_org/content/renderer/
render_thread_impl.cc
581
void RenderThreadImpl::
RemoveRoute
(int32 routing_id) {
583
return ChildThread::
RemoveRoute
(routing_id);
[
all
...]
Completed in 153 milliseconds