HomeSort by relevance Sort by last modified time
    Searched full:render_process_host (Results 1 - 25 of 316) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/extensions/browser/
blob_holder.cc 13 #include "content/public/browser/render_process_host.h"
25 content::RenderProcessHost* render_process_host) {
27 DCHECK(render_process_host);
29 render_process_host->GetUserData(&kBlobHolderUserDataKey));
34 BlobHolder* new_instance = new BlobHolder(render_process_host);
35 render_process_host->SetUserData(&kBlobHolderUserDataKey, new_instance);
51 BlobHolder::BlobHolder(content::RenderProcessHost* render_process_host)
52 : render_process_host_(render_process_host) {
blob_holder.h 31 content::RenderProcessHost* render_process_host);
42 explicit BlobHolder(content::RenderProcessHost* render_process_host);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_broker_message_filter.cc 14 #include "content/public/browser/render_process_host.h"
57 RenderProcessHost* render_process_host =
59 if (!render_process_host)
62 Profile::FromBrowserContext(render_process_host->GetBrowserContext());
device_id_fetcher.cc 19 #include "content/public/browser/render_process_host.h"
100 RenderProcessHost* render_process_host = local
102 if (render_process_host && render_process_host->GetBrowserContext()) {
104 Profile::FromBrowserContext(render_process_host->GetBrowserContext());
pepper_flash_browser_host.cc 13 #include "content/public/browser/render_process_host.h"
40 RenderProcessHost* render_process_host = local
42 if (render_process_host && render_process_host->GetBrowserContext()) {
44 Profile::FromBrowserContext(render_process_host->GetBrowserContext());
  /external/chromium_org/chrome/browser/ui/webui/
mojo_web_ui_controller.cc 9 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/chrome/renderer/safe_browsing/
DEPS 14 "+content/public/browser/render_process_host.h",
  /external/chromium_org/content/browser/
time_zone_monitor.cc 9 #include "content/public/browser/render_process_host.h"
browser_ipc_logging.cc 11 #include "content/public/browser/render_process_host.h"
child_process_security_policy_browsertest.cc 11 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/content/public/browser/
download_url_parameters.cc 10 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.cc 12 #include "content/public/browser/render_process_host.h"
175 content::RenderProcessHost* render_process_host = iter.GetCurrentValue(); local
176 if (render_process_host &&
177 render_process_host->GetBrowserContext() == profile) {
178 hosts->insert(render_process_host);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.cc 12 #include "content/public/browser/render_process_host.h"
70 RenderProcessHost* render_process_host = local
72 if (render_process_host && render_process_host->GetBrowserContext()) {
74 render_process_host->GetBrowserContext()
pepper_host_resolver_message_filter.cc 14 #include "content/public/browser/render_process_host.h"
134 RenderProcessHost* render_process_host = local
136 if (!render_process_host)
138 BrowserContext* browser_context = render_process_host->GetBrowserContext();
  /external/chromium_org/chrome/browser/extensions/
chrome_notification_observer.cc 10 #include "content/public/browser/render_process_host.h"
chrome_extension_web_contents_observer.cc 11 #include "content/public/browser/render_process_host.h"
gtalk_extension_browsertest.cc 14 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 11 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/chrome/browser/chromeos/settings/
system_settings_provider.cc 12 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/chrome/browser/metrics/
field_trial_synchronizer.cc 14 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/chrome/browser/ui/blocked_content/
blocked_window_params.cc 9 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/chromecast/shell/browser/test/
chromecast_browser_test.cc 13 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/components/translate/content/browser/
data_file_browser_cld_data_provider.cc 18 #include "content/public/browser/render_process_host.h"
153 content::RenderProcessHost* render_process_host = local
155 if (render_process_host == NULL) {
162 const int render_process_handle = render_process_host->GetHandle();
  /external/chromium_org/chrome/browser/android/webapps/
single_tab_mode_tab_helper.cc 10 #include "content/public/browser/render_process_host.h"
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 8 #include "content/public/browser/render_process_host.h"

Completed in 1854 milliseconds

1 2 3 4 5 6 7 8 91011>>