OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launch_result_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/apps/app_shim/
app_shim_host_mac_unittest.cc
52
AppShimHostTest() :
launch_result_
(apps::APP_SHIM_LAUNCH_SUCCESS),
87
host->OnAppLaunchComplete(
launch_result_
);
101
apps::AppShimLaunchResult
launch_result_
;
member in class:__anon5860::AppShimHostTest
165
launch_result_
= apps::APP_SHIM_LAUNCH_APP_NOT_FOUND;
/external/chromium_org/chrome_frame/
chrome_frame_automation.cc
207
launch_result_
(AUTOMATION_LAUNCH_RESULT_INVALID) {
318
launch_result_
= AUTOMATION_LAUNCH_RESULT_INVALID;
334
launch_result_
= proxy->WaitForAppLaunch();
340
if (
launch_result_
== AUTOMATION_SUCCESS) {
349
launch_result_
,
361
delegate->LaunchComplete(proxy_.get(),
launch_result_
);
404
DCHECK(
launch_result_
!= AUTOMATION_LAUNCH_RESULT_INVALID);
407
delegate->LaunchComplete(proxy_.get(),
launch_result_
);
412
launch_result_
= AUTOMATION_SERVER_CRASHED;
[
all
...]
chrome_frame_automation.h
265
AutomationLaunchResult
launch_result_
;
member in class:AutomationProxyCacheEntry
Completed in 39 milliseconds