Searched defs:routing_id (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium_org/chrome/browser/ui/android/
H A Dexternal_protocol_dialog_android.cc11 const GURL& url, int render_process_host_id, int routing_id) {
10 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_frame_host_impl.h19 int routing_id,
29 int routing_id() { return routing_id_; } function in class:content::RenderFrameHostImpl
H A Drender_frame_host_impl.cc13 int routing_id,
16 routing_id_(routing_id) {
11 RenderFrameHostImpl( RenderViewHostImpl* render_view_host, int routing_id, bool swapped_out) argument
H A Drender_view_host_factory.cc20 int routing_id,
25 routing_id, main_frame_routing_id,
28 return new RenderViewHostImpl(instance, delegate, widget_delegate, routing_id,
16 Create( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out) argument
/external/chromium_org/content/public/browser/
H A Drender_view_host_observer.h51 int routing_id() { return routing_id_; } function in class:content::RenderViewHostObserver
H A Dweb_contents_observer.cc53 int WebContentsObserver::routing_id() const { function in class:content::WebContentsObserver
H A Dweb_contents.h89 int routing_id; member in struct:content::WebContents::CreateParams
/external/chromium_org/content/renderer/gpu/
H A Ddelegated_compositor_output_surface.cc10 int32 routing_id,
14 : CompositorOutputSurface(routing_id,
9 DelegatedCompositorOutputSurface( int32 routing_id, uint32 output_surface_id, WebGraphicsContext3DCommandBufferImpl* context3d, cc::SoftwareOutputDevice* software) argument
H A Dinput_handler_wrapper.h22 int routing_id,
27 int routing_id() const { return routing_id_; } function in class:content::InputHandlerWrapper
H A Dinput_handler_wrapper.cc16 int routing_id,
21 routing_id_(routing_id),
14 InputHandlerWrapper( InputHandlerManager* input_handler_manager, int routing_id, const scoped_refptr<base::MessageLoopProxy>& main_loop, const base::WeakPtr<cc::InputHandler>& input_handler, const base::WeakPtr<RenderViewImpl>& render_view_impl) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dstubs_aura.cc46 const GURL& url, int render_process_host_id, int routing_id) {
45 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/content/renderer/
H A Ddom_automation_controller.h112 void set_routing_id(int routing_id) { routing_id_ = routing_id; } argument
H A Drender_view_impl_params.cc14 int32 routing_id,
29 routing_id(routing_id),
9 RenderViewImplParams( int32 opener_id, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, SharedRenderViewCounter* counter, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const string16& frame_name, bool is_renderer_created, bool swapped_out, int32 next_page_id, const WebKit::WebScreenInfo& screen_info, AccessibilityMode accessibility_mode, bool allow_partial_swap) argument
/external/chromium_org/ppapi/host/
H A Dhost_message_context.h22 int routing_id);
38 int routing_id; member in struct:ppapi::host::ReplyMessageContext
47 int routing_id,
74 int routing_id; member in struct:ppapi::host::HostMessageContext
H A Dhost_message_context.cc16 int routing_id)
19 routing_id(routing_id) {
29 routing_id(MSG_ROUTING_NONE) {
33 int routing_id,
37 routing_id(routing_id) {
45 routing_id(MSG_ROUTING_NONE) {
54 return ReplyMessageContext(reply_params, sync_reply_msg, routing_id);
13 ReplyMessageContext( const ppapi::proxy::ResourceMessageReplyParams& cp, IPC::Message* sync_reply_msg, int routing_id) argument
32 HostMessageContext( int routing_id, const ppapi::proxy::ResourceMessageCallParams& cp) argument
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_input_event_filter.cc24 int routing_id,
32 return handler_.Run(routing_id, &input_event, ui::LatencyInfo());
49 int routing_id,
54 SynchronousCompositorImpl::FromRoutingID(routing_id);
59 void SynchronousInputEventFilter::DidRemoveInputHandler(int routing_id) { argument
63 SynchronousCompositorImpl::FromRoutingID(routing_id);
69 int routing_id,
74 SynchronousCompositorImpl::FromRoutingID(routing_id);
23 HandleInputEvent( int routing_id, const WebKit::WebInputEvent& input_event) argument
48 DidAddInputHandler( int routing_id, cc::InputHandler* input_handler) argument
68 DidOverscroll( int routing_id, const cc::DidOverscrollParams& params) argument
/external/chromium_org/content/browser/download/
H A Dmhtml_generation_manager.h58 int routing_id; member in struct:content::MHTMLGenerationManager::Job
/external/chromium_org/content/common/
H A Dmessage_router.cc29 void MessageRouter::AddRoute(int32 routing_id, IPC::Listener* listener) { argument
30 routes_.AddWithID(listener, routing_id);
33 void MessageRouter::RemoveRoute(int32 routing_id) { argument
34 routes_.Remove(routing_id);
38 if (msg.routing_id() == MSG_ROUTING_CONTROL)
45 IPC::Listener* listener = routes_.Lookup(msg.routing_id());
/external/chromium_org/content/test/
H A Dtest_render_view_host_factory.cc33 int routing_id,
37 instance, delegate, widget_delegate, routing_id, main_frame_routing_id,
29 CreateRenderViewHost( SiteInstance* instance, RenderViewHostDelegate* delegate, RenderWidgetHostDelegate* widget_delegate, int routing_id, int main_frame_routing_id, bool swapped_out) argument
/external/chromium_org/ipc/
H A Dipc_forwarding_message_filter.cc22 void ForwardingMessageFilter::AddRoute(int routing_id, const Handler& handler) { argument
25 handlers_.insert(std::make_pair(routing_id, handler));
28 void ForwardingMessageFilter::RemoveRoute(int routing_id) { argument
30 handlers_.erase(routing_id);
43 std::map<int, Handler>::iterator it = handlers_.find(message.routing_id());
/external/chromium_org/ppapi/proxy/
H A Dconnection.h31 Connection(IPC::Sender* browser, IPC::Sender* renderer, int routing_id) argument
35 browser_sender_routing_id(routing_id) {
/external/chromium/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) {
37 render_process_host_id, routing_id);
34 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_protocol_dialog.cc35 const GURL& url, int render_process_host_id, int routing_id) {
37 render_process_host_id, routing_id);
34 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument
/external/chromium_org/chrome/browser/infobars/
H A Dinsecure_content_infobar_delegate.cc94 int32 routing_id = web_contents()->GetRoutingID(); local
97 new ChromeViewMsg_SetAllowDisplayingInsecureContent(routing_id,
99 new ChromeViewMsg_SetAllowRunningInsecureContent(routing_id, true));
/external/chromium_org/chrome/browser/ui/gtk/
H A Dprotocol_dialog_gtk.cc33 const GURL& url, int render_process_host_id, int routing_id) {
32 RunExternalProtocolDialog( const GURL& url, int render_process_host_id, int routing_id) argument

Completed in 601 milliseconds

123456