HomeSort by relevance Sort by last modified time
    Searched defs:renderview (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
tabs_custom_bindings.cc 26 // Get the current RenderView so that we can send a routed IPC message from
28 content::RenderView* renderview = context()->GetRenderView(); local
29 if (!renderview)
38 renderview->Send(new ExtensionHostMsg_OpenChannelToTab(
39 renderview->GetRoutingID(), tab_id, extension_id, channel_name,
  /external/chromium_org/extensions/renderer/
i18n_custom_bindings.cc 44 // Get the current RenderView so that we can send a routed IPC message
46 content::RenderView* renderview = context()->GetRenderView(); local
47 if (!renderview)
52 renderview->Send(
runtime_custom_bindings.cc 49 // Get the current RenderView so that we can send a routed IPC message from
51 content::RenderView* renderview = context()->GetRenderView(); local
52 if (!renderview)
73 renderview->Send(
74 new ExtensionHostMsg_OpenChannelToExtension(renderview->GetRoutingID(),
94 // Get the current RenderView so that we can send a routed IPC message from
96 content::RenderView* renderview = context()->GetRenderView();
97 if (!renderview)
    [all...]
messaging_bindings.cc 114 content::RenderView* renderview = context()->GetRenderView(); local
115 if (!renderview)
128 renderview->Send(new ExtensionHostMsg_PostMessage(
129 renderview->GetRoutingID(), port_id,
145 // Send via the RenderThread because the RenderView might be closing.
176 // Send via the RenderThread because the RenderView might be closing.
385 content::RenderView* restrict_to_render_view) {
410 content::RenderView* restrict_to_render_view) {
428 content::RenderView* restrict_to_render_view)
    [all...]

Completed in 338 milliseconds