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

1 2

  /external/chromium_org/ppapi/proxy/
broker_resource.cc 15 SendCreate(BROWSER, PpapiHostMsg_Broker_Create());
27 SyncCall<IPC::Message>(BROWSER, PpapiHostMsg_Broker_IsAllowed());
browser_font_singleton_resource.cc 17 SendCreate(BROWSER, PpapiHostMsg_BrowserFontSingleton_Create());
31 BROWSER, PpapiHostMsg_BrowserFontSingleton_GetFontFamilies(),
printing_resource.cc 34 SendCreate(BROWSER, PpapiHostMsg_Printing_Create());
37 BROWSER,
talk_resource.cc 17 SendCreate(BROWSER, PpapiHostMsg_Talk_Create());
36 BROWSER,
55 BROWSER,
72 BROWSER,
file_system_resource.cc 26 // TODO(teravest): Temporarily create hosts in both the browser and renderer
27 // while we move file related hosts to the browser.
29 SendCreate(BROWSER, PpapiHostMsg_FileSystem_Create(type_));
50 Call<PpapiPluginMsg_FileSystem_OpenReply>(BROWSER,
65 Post(BROWSER,
73 // Received callback from browser and renderer.
flash_drm_resource.cc 21 SendCreate(BROWSER, PpapiHostMsg_FlashDRM_Create());
40 BROWSER,
50 BROWSER,
host_resolver_resource_base.cc 43 SendCreate(BROWSER, PpapiHostMsg_HostResolver_CreatePrivate());
45 SendCreate(BROWSER, PpapiHostMsg_HostResolver_Create());
121 BROWSER,
tcp_server_socket_private_resource.cc 21 SendCreate(BROWSER, PpapiHostMsg_TCPServerSocket_CreatePrivate());
51 // Send the request, the browser will call us back via ListenACK
53 BROWSER,
73 BROWSER,
94 Post(BROWSER, PpapiHostMsg_TCPServerSocket_StopListening());
file_ref_resource.cc 44 AttachToPendingHost(BROWSER, create_info_.pending_host_resource_id);
47 SendCreate(BROWSER, PpapiHostMsg_FileRef_CreateInternal(
130 BROWSER,
140 BROWSER,
149 BROWSER,
158 BROWSER,
170 BROWSER,
180 BROWSER,
219 BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path);
ext_crx_file_system_private_resource.cc 21 SendCreate(BROWSER, PpapiHostMsg_Ext_CrxFileSystem_Create());
43 Call<PpapiPluginMsg_Ext_CrxFileSystem_BrowserOpenReply>(BROWSER,
flash_file_resource.cc 42 SendCreate(BROWSER, PpapiHostMsg_FlashFile_Create());
68 BROWSER, PpapiHostMsg_FlashFile_RenameFile(pepper_from, pepper_to));
80 BROWSER, PpapiHostMsg_FlashFile_DeleteFileOrDir(pepper_path,
91 int32_t error = SyncCall<IPC::Message>(BROWSER,
111 BROWSER, PpapiHostMsg_FlashFile_GetDirContents(pepper_path), &entries);
147 int32_t error = GenericSyncCall(BROWSER,
188 int32_t error = GenericSyncCall(BROWSER,
211 int32_t error = SyncCall<PpapiPluginMsg_FlashFile_QueryFileReply>(BROWSER,
network_proxy_resource.cc 19 SendCreate(BROWSER, PpapiHostMsg_NetworkProxy_Create());
38 BROWSER,
flash_clipboard_resource.cc 64 SendCreate(BROWSER, PpapiHostMsg_FlashClipboard_Create());
84 BROWSER,
100 int32_t result = SyncCall<IPC::Message>(BROWSER,
114 BROWSER,
145 Post(BROWSER,
udp_socket_resource_base.cc 64 SendCreate(BROWSER, PpapiHostMsg_UDPSocket_CreatePrivate());
66 SendCreate(BROWSER, PpapiHostMsg_UDPSocket_Create());
106 BROWSER,
126 // Send the request, the browser will call us back via BindReply.
128 BROWSER,
160 // Send the request, the browser will call us back via RecvFromReply.
162 BROWSER,
194 // Send the request, the browser will call us back via SendToReply.
196 BROWSER,
210 Post(BROWSER, PpapiHostMsg_UDPSocket_Close())
    [all...]
truetype_font_singleton_resource.cc 23 SendCreate(BROWSER, PpapiHostMsg_TrueTypeFontSingleton_Create());
38 Call<PpapiPluginMsg_TrueTypeFontSingleton_GetFontFamiliesReply>(BROWSER,
55 Call<PpapiPluginMsg_TrueTypeFontSingleton_GetFontsInFamilyReply>(BROWSER,
gamepad_resource.cc 51 SendCreate(BROWSER, PpapiHostMsg_Gamepad_Create());
53 BROWSER,
68 // Browser hasn't sent back our shared memory, give the plugin gamepad
extensions_common_resource.cc 25 SendCreate(BROWSER, PpapiHostMsg_ExtensionsCommon_Create());
54 return CommonCall(BROWSER, request_name, input_args, output_args, callback);
59 CommonPost(BROWSER, request_name, args);
flash_resource.cc 59 SendCreate(BROWSER, PpapiHostMsg_Flash_Create());
81 Post(BROWSER, PpapiHostMsg_Flash_UpdateActivity());
135 BROWSER,
171 SyncCall<PpapiPluginMsg_Flash_GetLocalDataRestrictionsReply>(BROWSER,
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager_browsertest.cc 8 #include "chrome/browser/browser_process.h"
9 #include "chrome/browser/policy/browser_policy_connector.h"
10 #include "chrome/browser/policy/cloud/cloud_policy_client.h"
11 #include "chrome/browser/policy/cloud/mock_cloud_policy_client.h"
12 #include "chrome/browser/policy/cloud/test_request_interceptor.h"
13 #include "chrome/browser/policy/proto/cloud/device_management_backend.pb.h"
14 #include "chrome/browser/policy/test_utils.h"
15 #include "chrome/browser/profiles/profile.h"
16 #include "chrome/browser/ui/browser.h
    [all...]
user_policy_signin_service.cc 5 #include "chrome/browser/policy/cloud/user_policy_signin_service.h"
11 #include "chrome/browser/browser_process.h"
12 #include "chrome/browser/chrome_notification_types.h"
13 #include "chrome/browser/policy/cloud/cloud_policy_client_registration_helper.h"
14 #include "chrome/browser/policy/cloud/user_cloud_policy_manager.h"
15 #include "chrome/browser/profiles/profile.h"
16 #include "chrome/browser/profiles/profile_manager.h"
17 #include "chrome/browser/signin/signin_manager.h"
18 #include "chrome/browser/signin/signin_manager_factory.h"
19 #include "chrome/browser/signin/token_service.h
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest_util.cc 8 #include "chrome/browser/browser_process.h"
9 #include "chrome/browser/chrome_notification_types.h"
10 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/task_manager/resource_provider.h"
12 #include "chrome/browser/task_manager/task_manager.h"
13 #include "chrome/browser/task_manager/task_manager_browsertest_util.h"
14 #include "chrome/browser/ui/browser.h"
15 #include "chrome/browser/ui/browser_dialogs.h"
16 #include "chrome/browser/ui/browser_window.h
    [all...]
resource_provider.h 32 def(BROWSER) /* The main browser process. */ \
36 def(GUEST) /* A browser plugin guest process. */ \
40 def(UTILITY) /* A browser utility process. */ \
browser_process_resource_provider.cc 5 #include "chrome/browser/task_manager/browser_process_resource_provider.h"
9 #include "chrome/browser/task_manager/resource_provider.h"
10 #include "chrome/browser/task_manager/task_manager.h"
25 #include "chrome/browser/app_icon_win.h"
99 return BROWSER;
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.h 10 #include "chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h"
12 #include "content/public/browser/notification_observer.h"
13 #include "content/public/browser/notification_registrar.h"
15 class Browser;
25 // "browser fullscreen". "Tab fullscreen" refers to when a tab enters
26 // fullscreen mode via the JS fullscreen API, and "browser fullscreen" refers
27 // to the user putting the browser itself into fullscreen mode from the UI. The
30 // whereas browser fullscreen mode doesn't. Therefore if a user forces an exit
37 explicit FullscreenController(Browser* browser);
    [all...]
fullscreen_controller.cc 5 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h"
10 #include "chrome/browser/app_mode/app_mode_utils.h"
11 #include "chrome/browser/chrome_notification_types.h"
12 #include "chrome/browser/content_settings/host_content_settings_map.h"
13 #include "chrome/browser/download/download_shelf.h"
14 #include "chrome/browser/fullscreen.h"
15 #include "chrome/browser/profiles/profile.h"
16 #include "chrome/browser/ui/browser.h"
17 #include "chrome/browser/ui/browser_window.h
    [all...]

Completed in 1596 milliseconds

1 2