HomeSort by relevance Sort by last modified time
    Searched refs:ContentMainDelegate (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/content/public/app/
content_main.h 21 class ContentMainDelegate;
25 // startup using the ContentMainDelegate interface. The embedder can also pass
33 ContentMainDelegate* delegate);
36 // provides a way to set the |delegate| as ContentMainDelegate for
40 CONTENT_EXPORT void SetContentMainDelegate(ContentMainDelegate* delegate);
44 ContentMainDelegate* delegate);
content_main_delegate.cc 17 bool ContentMainDelegate::BasicStartupComplete(int* exit_code) {
21 int ContentMainDelegate::RunProcess(
29 bool ContentMainDelegate::ProcessRegistersWithSystemProcess(
34 bool ContentMainDelegate::ShouldSendMachPort(const std::string& process_type) {
38 bool ContentMainDelegate::DelaySandboxInitialization(
45 ZygoteForkDelegate* ContentMainDelegate::ZygoteStarting() {
51 ContentBrowserClient* ContentMainDelegate::CreateContentBrowserClient() {
59 ContentPluginClient* ContentMainDelegate::CreateContentPluginClient() {
67 ContentRendererClient* ContentMainDelegate::CreateContentRendererClient() {
75 ContentUtilityClient* ContentMainDelegate::CreateContentUtilityClient()
    [all...]
content_main_runner.h 22 class ContentMainDelegate;
39 ContentMainDelegate* delegate) = 0;
44 ContentMainDelegate* delegate) = 0;
content_main_delegate.h 22 class CONTENT_EXPORT ContentMainDelegate {
24 virtual ~ContentMainDelegate() {}
  /external/chromium_org/content/app/android/
content_main.cc 20 using content::ContentMainDelegate;
26 LazyInstance<scoped_ptr<ContentMainDelegate> > g_content_main_delegate =
48 void SetContentMainDelegate(ContentMainDelegate* delegate) {
  /external/chromium_org/content/app/
content_main.cc 15 ContentMainDelegate* delegate) {
19 ContentMainDelegate* delegate) {
content_main_runner.cc 288 ContentMainDelegate* delegate) {
340 ContentMainDelegate* delegate) {
409 ContentMainDelegate* delegate) {
508 ContentMainDelegate* delegate) OVERRIDE {
520 ContentMainDelegate* delegate) OVERRIDE {
813 ContentMainDelegate* delegate_;
  /external/chromium_org/content/public/test/
test_launcher.h 21 class ContentMainDelegate;
41 virtual ContentMainDelegate* CreateContentMainDelegate() = 0;
test_launcher.cc 283 scoped_ptr<ContentMainDelegate> chrome_main_delegate(
289 scoped_ptr<ContentMainDelegate> chrome_main_delegate(
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.h 24 class ShellMainDelegate : public content::ContentMainDelegate {
  /external/chromium_org/ui/views/examples/content_client/
examples_main_delegate.h 21 class ExamplesMainDelegate : public content::ContentMainDelegate {
26 // content::ContentMainDelegate implementation
  /external/chromium_org/content/shell/app/
shell_main_delegate.h 21 class ShellMainDelegate : public ContentMainDelegate {
26 // ContentMainDelegate implementation:
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.h 24 // Android WebView implementation of ContentMainDelegate.
25 class AwMainDelegate : public content::ContentMainDelegate,
32 // content::ContentMainDelegate implementation:
  /external/chromium_org/chrome/app/
chrome_main_delegate.h 13 // Chrome implementation of ContentMainDelegate.
14 class ChromeMainDelegate : public content::ContentMainDelegate {
20 // content::ContentMainDelegate implementation:
  /external/chromium_org/content/test/
content_test_launcher.cc 119 virtual ContentMainDelegate* CreateContentMainDelegate() OVERRIDE {
  /external/chromium_org/chrome/test/base/
chrome_test_launcher.cc 107 virtual content::ContentMainDelegate* CreateContentMainDelegate() OVERRIDE {
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 154 class FakeMainDelegate : public content::ContentMainDelegate {
    [all...]

Completed in 522 milliseconds