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

  /external/chromium_org/chrome_frame/test/
proxy_factory_mock.h 23 ChromeFrameLaunchParams* params,
38 ChromeFrameLaunchParams* params,
proxy_factory_mock.cc 24 ChromeFrameLaunchParams* MakeLaunchParams(const wchar_t* profile_name);
34 ChromeFrameLaunchParams* ProxyFactoryTest::MakeLaunchParams(
40 ChromeFrameLaunchParams* params =
41 new ChromeFrameLaunchParams(empty, empty, profile_path,
53 scoped_refptr<ChromeFrameLaunchParams> params(
67 scoped_refptr<ChromeFrameLaunchParams> params(
88 scoped_refptr<ChromeFrameLaunchParams> params1(
90 scoped_refptr<ChromeFrameLaunchParams> params2(
110 scoped_refptr<ChromeFrameLaunchParams> params(
automation_client_mock.cc 43 ChromeFrameLaunchParams* params,
117 scoped_refptr<ChromeFrameLaunchParams> launch_params_;
138 launch_params_ = new ChromeFrameLaunchParams(
267 scoped_refptr<ChromeFrameLaunchParams> clp(new ChromeFrameLaunchParams(
300 scoped_refptr<ChromeFrameLaunchParams> clp(new ChromeFrameLaunchParams(
344 scoped_refptr<ChromeFrameLaunchParams> clp(new ChromeFrameLaunchParams(
463 scoped_refptr<ChromeFrameLaunchParams> launch_params
    [all...]
chrome_frame_automation_mock.h 50 scoped_refptr<ChromeFrameLaunchParams> clp(
51 new ChromeFrameLaunchParams(empty, empty, profile_path, profile_name,
  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 106 class ChromeFrameLaunchParams : // NOLINT
107 public base::RefCountedThreadSafe<ChromeFrameLaunchParams> {
109 ChromeFrameLaunchParams(const GURL& url, const GURL& referrer,
123 ~ChromeFrameLaunchParams() {
200 DISALLOW_COPY_AND_ASSIGN(ChromeFrameLaunchParams);
218 AutomationProxyCacheEntry(ChromeFrameLaunchParams* params,
258 void CreateProxy(ChromeFrameLaunchParams* params,
285 ChromeFrameLaunchParams* params,
312 ChromeFrameLaunchParams* chrome_launch_params);
427 scoped_refptr<ChromeFrameLaunchParams> launch_params()
    [all...]
chrome_frame_plugin.h 83 launch_params_ = new ChromeFrameLaunchParams(url, referrer, profile_path,
250 scoped_refptr<ChromeFrameLaunchParams> launch_params_;
chrome_frame_automation.cc 205 ChromeFrameLaunchParams* params, LaunchDelegate* delegate)
213 scoped_refptr<ChromeFrameLaunchParams> ref_params(params);
233 void AutomationProxyCacheEntry::CreateProxy(ChromeFrameLaunchParams* params,
432 LaunchDelegate* delegate, ChromeFrameLaunchParams* params,
550 ChromeFrameLaunchParams* chrome_launch_params) {
677 chrome_launch_params_ = new ChromeFrameLaunchParams(parsed_url,
    [all...]

Completed in 3061 milliseconds