Home
last modified time | relevance | path

Searched refs:launch_container_string (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dapp_launch_info.cc234 std::string launch_container_string; in LoadLaunchContainer() local
235 if (!tmp_launcher_container->GetAsString(&launch_container_string)) { in LoadLaunchContainer()
240 if (launch_container_string == values::kLaunchContainerPanel) { in LoadLaunchContainer()
242 } else if (launch_container_string == values::kLaunchContainerTab) { in LoadLaunchContainer()
/external/chromium/chrome/common/extensions/
Dextension.cc1350 std::string launch_container_string; in LoadLaunchContainer() local
1351 if (!temp->GetAsString(&launch_container_string)) { in LoadLaunchContainer()
1356 if (launch_container_string == values::kLaunchContainerPanel) { in LoadLaunchContainer()
1358 } else if (launch_container_string == values::kLaunchContainerTab) { in LoadLaunchContainer()