HomeSort by relevance Sort by last modified time
    Searched refs:RENDERER (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/ppapi/proxy/
flash_fullscreen_resource.cc 34 SendCreate(RENDERER, PpapiHostMsg_FlashFullscreen_Create());
35 int32_t result = SyncCall<IPC::Message>(RENDERER,
graphics_2d_resource.cc 38 SendCreate(RENDERER,
69 Post(RENDERER, PpapiHostMsg_Graphics2D_PaintImageData(
78 Post(RENDERER, PpapiHostMsg_Graphics2D_Scroll(
98 Post(RENDERER, PpapiHostMsg_Graphics2D_ReplaceContents(
105 Post(RENDERER, PpapiHostMsg_Graphics2D_Dev_SetScale(scale));
125 RENDERER,
136 RENDERER,
pdf_resource.cc 39 SendCreate(RENDERER, PpapiHostMsg_PDF_Create());
52 RENDERER, PpapiHostMsg_PDF_GetLocalizedString(string_id),
109 Post(RENDERER, PpapiHostMsg_PDF_DidStartLoading());
113 Post(RENDERER, PpapiHostMsg_PDF_DidStopLoading());
117 Post(RENDERER, PpapiHostMsg_PDF_SetContentRestriction(restrictions));
128 Post(RENDERER,
134 Post(RENDERER, PpapiHostMsg_PDF_HasUnsupportedFeature());
138 Post(RENDERER, PpapiHostMsg_PDF_Print());
142 Post(RENDERER, PpapiHostMsg_PDF_SaveAs());
164 RENDERER, PpapiHostMsg_PDF_GetResourceImage(image_id, scale), &reply
    [all...]
video_destination_resource.cc 29 SendCreate(RENDERER, PpapiHostMsg_VideoDestination_Create());
53 Call<PpapiPluginMsg_VideoDestination_OpenReply>(RENDERER,
78 Post(RENDERER,
85 Post(RENDERER, PpapiHostMsg_VideoDestination_Close());
file_system_resource.cc 26 // TODO(teravest): Temporarily create hosts in both the browser and renderer
28 SendCreate(RENDERER, PpapiHostMsg_FileSystem_Create(type_));
45 Call<PpapiPluginMsg_FileSystem_OpenReply>(RENDERER,
63 Post(RENDERER,
73 // Received callback from browser and renderer.
truetype_font_resource.cc 34 SendCreate(RENDERER, PpapiHostMsg_TrueTypeFont_Create(serialized_desc));
47 Call<PpapiPluginMsg_TrueTypeFont_DescribeReply>(RENDERER,
57 Call<PpapiPluginMsg_TrueTypeFont_GetTableTagsReply>(RENDERER,
70 Call<PpapiPluginMsg_TrueTypeFont_GetTableReply>(RENDERER,
video_source_resource.cc 29 SendCreate(RENDERER, PpapiHostMsg_VideoSource_Create());
53 Call<PpapiPluginMsg_VideoSource_OpenReply>(RENDERER,
69 Call<PpapiPluginMsg_VideoSource_GetFrameReply>(RENDERER,
77 Post(RENDERER, PpapiHostMsg_VideoSource_Close());
flash_font_file_resource.cc 42 RENDERER, PpapiHostMsg_FlashFontFile_Create(description_, charset_));
49 RENDERER, PpapiHostMsg_FlashFontFile_GetFontTable(table),
flash_menu_resource.cc 27 SendCreate(RENDERER, PpapiHostMsg_FlashMenu_Create(serialized_menu));
49 // 1. Flash sends a show request to the renderer.
50 // 2. The show handler in the renderer (in the case of full screen) requests
52 // a nested message loop to be spun up in the renderer.
55 // plugin and renderer process.
56 // 4. The browser sends the window rect reply to unblock the renderer, but
62 // Having this message sync forces the sync request from the renderer to the
65 SyncCall<IPC::Message>(RENDERER, PpapiHostMsg_FlashMenu_Show(*location));
device_enumeration_resource_helper.cc 50 PluginResource::RENDERER, msg,
66 PluginResource::RENDERER, msg,
78 PluginResource::RENDERER,
99 owner_->Post(PluginResource::RENDERER,
105 owner_->Post(PluginResource::RENDERER,
flash_resource.cc 58 SendCreate(RENDERER, PpapiHostMsg_Flash_Create());
72 int32_t result = SyncCall<PpapiPluginMsg_Flash_GetProxyForURLReply>(RENDERER,
183 Post(RENDERER, PpapiHostMsg_Flash_SetInstanceAlwaysOnTop(PP_ToBool(on_top)));
227 int32_t result = SyncCall<IPC::Message>(RENDERER,
240 return SyncCall<IPC::Message>(RENDERER, PpapiHostMsg_Flash_Navigate(
246 int32_t result = SyncCall<IPC::Message>(RENDERER,
252 Post(RENDERER, PpapiHostMsg_Flash_InvokePrinting());
file_io_resource.cc 80 SendCreate(RENDERER, PpapiHostMsg_FileIO_Create());
114 Call<PpapiPluginMsg_FileIO_OpenReply>(RENDERER,
171 Call<PpapiPluginMsg_FileIO_GeneralReply>(RENDERER,
220 Call<PpapiPluginMsg_FileIO_GeneralReply>(RENDERER,
236 Call<PpapiPluginMsg_FileIO_GeneralReply>(RENDERER,
251 Call<PpapiPluginMsg_FileIO_GeneralReply>(RENDERER,
262 Post(RENDERER, PpapiHostMsg_FileIO_Close());
269 RENDERER, PpapiHostMsg_FileIO_GetOSFileDescriptor(), &file_descriptor);
281 Call<PpapiPluginMsg_FileIO_RequestOSFileHandleReply>(RENDERER,
293 Call<PpapiPluginMsg_FileIO_GeneralReply>(RENDERER,
    [all...]
flash_drm_resource.cc 22 SendCreate(RENDERER, PpapiHostMsg_FlashDRM_Create());
68 RENDERER,
video_capture_resource.cc 28 SendCreate(RENDERER, PpapiHostMsg_VideoCapture_Create());
97 RENDERER,
107 Post(RENDERER, PpapiHostMsg_VideoCapture_StartCapture());
114 Post(RENDERER, PpapiHostMsg_VideoCapture_ReuseBuffer(buffer));
122 Post(RENDERER, PpapiHostMsg_VideoCapture_StopCapture());
130 Post(RENDERER, PpapiHostMsg_VideoCapture_Close());
audio_input_resource.cc 38 SendCreate(RENDERER, PpapiHostMsg_AudioInput_Create());
116 Post(RENDERER, PpapiHostMsg_AudioInput_StartOrStop(true));
133 Post(RENDERER, PpapiHostMsg_AudioInput_StartOrStop(false));
146 Post(RENDERER, PpapiHostMsg_AudioInput_Close());
308 RENDERER, msg,
extensions_common_resource.cc 24 SendCreate(RENDERER, PpapiHostMsg_ExtensionsCommon_Create());
41 return CommonCall(RENDERER, request_name, input_args, output_args, callback);
46 CommonPost(RENDERER, request_name, args);
72 // side, and figure out whether they should be stripped at the renderer side.
url_loader_resource.cc 47 SendCreate(RENDERER, PpapiHostMsg_URLLoader_Create());
66 AttachToPendingHost(RENDERER, pending_main_document_loader_id);
106 Post(RENDERER, PpapiHostMsg_URLLoader_Open(request_data));
210 Post(RENDERER, PpapiHostMsg_URLLoader_Close());
219 Post(RENDERER, PpapiHostMsg_URLLoader_GrantUniversalAccess());
323 Post(RENDERER, PpapiHostMsg_URLLoader_SetDeferLoading(defers_loading));
websocket_resource.cc 118 // Create remote host in the renderer, then request to check the URL and
121 SendCreate(RENDERER, PpapiHostMsg_WebSocket_Create());
123 Call<PpapiPluginMsg_WebSocket_ConnectReply>(RENDERER, msg,
183 Post(RENDERER, PpapiHostMsg_WebSocket_Fail(
200 Call<PpapiPluginMsg_WebSocket_CloseReply>(RENDERER, msg,
274 Post(RENDERER, PpapiHostMsg_WebSocket_SendText(message_string->value()));
285 Post(RENDERER, PpapiHostMsg_WebSocket_SendBinary(message_vector));
file_chooser_resource.cc 133 SendCreate(RENDERER, PpapiHostMsg_FileChooser_Create());
143 Call<PpapiPluginMsg_FileChooser_ShowReply>(RENDERER, msg,
plugin_resource.cc 56 // renderer crashes. In that case, we have to clean up the callbacks,
78 if (dest == RENDERER) {
93 if (dest == RENDERER) {
plugin_resource.h 30 RENDERER = 0,
38 // or renderer. Generally resources will use these to tell if they should
57 // Sends a create message to the browser or renderer for the current resource.
102 // Calls the browser/renderer with sync messages. Returns the pepper error
112 // RENDERER, PpapiHostMsg_MyResourceType_MyRequestMessage(),
138 return dest == RENDERER ? connection_.renderer_sender :
  /external/chromium_org/chrome/browser/task_manager/
renderer_resource.cc 97 return RENDERER;
resource_provider.h 33 def(RENDERER) /* A normal WebContents renderer process. */ \
task_manager_unittest.cc 48 virtual Type GetType() const OVERRIDE { return RENDERER; }
  /external/chromium/chrome/browser/task_manager/
task_manager_unittest.cc 40 virtual Type GetType() const { return RENDERER; }

Completed in 341 milliseconds

1 2