Searched defs:host_context (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_flash_browser_host.cc82 ppapi::host::HostMessageContext* host_context) {
100 ppapi::host::HostMessageContext* host_context,
105 host_context->reply_msg = PpapiPluginMsg_Flash_GetLocalTimeZoneOffsetReply(
81 OnUpdateActivity( ppapi::host::HostMessageContext* host_context) argument
99 OnGetLocalTimeZoneOffset( ppapi::host::HostMessageContext* host_context, const base::Time& t) argument
H A Dpepper_flash_clipboard_message_filter.cc143 ppapi::host::HostMessageContext* host_context,
148 host_context->reply_msg =
154 ppapi::host::HostMessageContext* host_context,
200 ppapi::host::HostMessageContext* host_context,
279 host_context->reply_msg =
286 ppapi::host::HostMessageContext* host_context,
142 OnMsgRegisterCustomFormat( ppapi::host::HostMessageContext* host_context, const std::string& format_name) argument
153 OnMsgIsFormatAvailable( ppapi::host::HostMessageContext* host_context, uint32_t clipboard_type, uint32_t format) argument
199 OnMsgReadData( ppapi::host::HostMessageContext* host_context, uint32_t clipboard_type, uint32_t format) argument
285 OnMsgWriteData( ppapi::host::HostMessageContext* host_context, uint32_t clipboard_type, const std::vector<uint32_t>& formats, const std::vector<std::string>& data) argument
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc76 ppapi::host::HostMessageContext* host_context,
85 host_context->reply_msg = PpapiPluginMsg_Flash_GetProxyForURLReply(proxy);
90 ppapi::host::HostMessageContext* host_context,
102 ppapi::host::HostMessageContext* host_context,
205 ppapi::host::HostMessageContext* host_context,
229 navigate_replies_.push_back(host_context->MakeReplyMessageContext());
243 ppapi::host::HostMessageContext* host_context,
254 ppapi::host::HostMessageContext* host_context) {
75 OnGetProxyForURL( ppapi::host::HostMessageContext* host_context, const std::string& url) argument
89 OnSetInstanceAlwaysOnTop( ppapi::host::HostMessageContext* host_context, bool on_top) argument
101 OnDrawGlyphs( ppapi::host::HostMessageContext* host_context, ppapi::proxy::PPBFlash_DrawGlyphs_Params params) argument
204 OnNavigate( ppapi::host::HostMessageContext* host_context, const ppapi::URLRequestInfoData& data, const std::string& target, bool from_user_action) argument
242 OnIsRectTopmost( ppapi::host::HostMessageContext* host_context, const PP_Rect& rect) argument
253 OnInvokePrinting( ppapi::host::HostMessageContext* host_context) argument
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc11 void* host_context; member in struct:Globals
92 return globals.host_main(globals.host_context);
113 globals.host_context = context;
H A Dchrome_app_view.h150 void* host_context; member in struct:Globals
H A Dchrome_app_view_ash.cc946 void* host_context) {
943 ChromeAppViewFactory( winapp::Core::ICoreApplication* icore_app, LPTHREAD_START_ROUTINE host_main, void* host_context) argument
H A Dchrome_app_view.cc643 DWORD exit_code = globals.host_main(globals.host_context);
1202 void* host_context) {
1204 globals.host_context = host_context;
1199 ChromeAppViewFactory( winapp::Core::ICoreApplication* icore_app, LPTHREAD_START_ROUTINE host_main, void* host_context) argument
/external/chromium_org/content/browser/aura/
H A Dgpu_process_transport_factory.cc55 OwnedTexture(WebKit::WebGraphicsContext3D* host_context, argument
60 host_context_(host_context),
105 WebKit::WebGraphicsContext3D* host_context,
107 : OwnedTexture(host_context,
110 host_context->createTexture()) {
104 ImageTransportClientTexture( WebKit::WebGraphicsContext3D* host_context, float device_scale_factor) argument
/external/chromium_org/remoting/host/plugin/
H A Dhost_script_object.cc209 scoped_ptr<ChromotingHostContext> host_context,
214 : host_context_(host_context.Pass()),
1053 scoped_ptr<ChromotingHostContext> host_context = local
1055 if (!host_context) {
1062 host_context.Pass(), plugin_task_runner_, weak_ptr_,
208 It2MeImpl( scoped_ptr<ChromotingHostContext> host_context, scoped_refptr<base::SingleThreadTaskRunner> plugin_task_runner, base::WeakPtr<HostNPScriptObject> script_object, const XmppSignalStrategy::XmppServerConfig& xmpp_server_config, const std::string& directory_bot_jid) argument

Completed in 300 milliseconds