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

  /external/chromium_org/chrome_frame/ready_mode/internal/
url_launcher.h 11 class UrlLauncher {
13 virtual ~UrlLauncher() {}
ready_prompt_content.h 15 class UrlLauncher;
22 // Takes ownership of the ReadyModeState and UrlLauncher instances, which
25 UrlLauncher* url_launcher);
36 scoped_ptr<UrlLauncher> url_launcher_;
ready_prompt_window.h 22 class UrlLauncher;
38 // The UrlLauncher may be used to launch a new tab containing a
45 // In either case, takes ownership of the ReadyModeState and UrlLauncher, but
50 UrlLauncher* url_launcher);
74 UrlLauncher* url_launcher);
99 scoped_ptr<UrlLauncher> url_launcher_;
ready_prompt_window.cc 28 UrlLauncher* url_launcher)
42 UrlLauncher* url_launcher) {
ready_prompt_content.cc 13 UrlLauncher* url_launcher)
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt_content.h 15 class UrlLauncher;
21 // Takes ownership of the UrlLauncher instance, which will be freed upon
23 TurndownPromptContent(UrlLauncher* url_launcher,
34 scoped_ptr<UrlLauncher> url_launcher_;
turndown_prompt_window.h 27 class UrlLauncher;
47 // UrlLauncher may be used to launch a new tab containing a knowledge-base
54 // In either case, takes ownership of the UrlLauncher but not the frame.
58 UrlLauncher* url_launcher,
83 UrlLauncher* url_launcher,
111 scoped_ptr<UrlLauncher> url_launcher_;
turndown_prompt.cc 40 void OnUninstallClicked(UrlLauncher* url_launcher);
72 class UrlLauncherImpl : public UrlLauncher {
76 // UrlLauncher implementation
139 scoped_ptr<UrlLauncher> url_launcher(new UrlLauncherImpl(web_browser_));
253 void LaunchLearnMoreURL(UrlLauncher* url_launcher) {
258 void OnUninstallClicked(UrlLauncher* url_launcher) {
turndown_prompt_window.cc 57 UrlLauncher* url_launcher,
94 UrlLauncher* url_launcher,
turndown_prompt_content.cc 12 UrlLauncher* url_launcher,
  /external/chromium_org/chrome_frame/ready_mode/
ready_mode.cc 95 class UrlLauncherImpl : public UrlLauncher {
99 // UrlLauncher implementation
236 scoped_ptr<UrlLauncher> url_launcher(new UrlLauncherImpl(web_browser_));
  /external/chromium_org/chrome_frame/test/
ready_mode_unittest.cc 101 class MockUrlLauncher : public UrlLauncher {
103 // UrlLauncher implementation

Completed in 638 milliseconds