OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chrome_launch_params_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
chrome_frame_automation.cc
555
if (
chrome_launch_params_
&&
chrome_launch_params_
!= chrome_launch_params) {
556
DCHECK_EQ(
chrome_launch_params_
->url(), chrome_launch_params->url());
557
DCHECK_EQ(
chrome_launch_params_
->referrer(),
562
chrome_launch_params_
= chrome_launch_params;
571
chrome_launch_params_
->set_launch_timeout(60 * 60 * 1000);
573
DCHECK_LT(
chrome_launch_params_
->launch_timeout(),
575
chrome_launch_params_
->set_launch_timeout(
576
chrome_launch_params_
->launch_timeout() * 2);
601
if (
chrome_launch_params_
->url().is_valid()
605
chrome_launch_params_
, &automation_server_id_);
local
[
all
...]
chrome_frame_automation.h
428
return
chrome_launch_params_
;
501
scoped_refptr<ChromeFrameLaunchParams>
chrome_launch_params_
;
member in class:ChromeFrameAutomationClient
Completed in 97 milliseconds