/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessageInterstitial.java | 48 //BEGIN_INCLUDE(app_launch) 63 //END_INCLUDE(app_launch)
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
settings_test_util.cc | 81 base::DictionaryValue* app_launch = new base::DictionaryValue(); local 82 app_launch->SetString("local_path", "fake.html"); 83 app->Set("launch", app_launch);
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
apps_page.js | 8 var APP_LAUNCH = { 168 chrome.send('launchApp', [this.app_.appId, APP_LAUNCH.NTP_APPS_MENU]); 373 [this.appId, APP_LAUNCH.NTP_APPS_MAXIMIZED, url, 388 [this.appId, APP_LAUNCH.NTP_APPS_MAXIMIZED, '', 770 chrome.send('launchApp', [appId, APP_LAUNCH.NTP_APP_RE_ENABLE]); 774 APP_LAUNCH: APP_LAUNCH,
|
recently_closed.js | 93 ntp.APP_LAUNCH.NTP_RECENTLY_CLOSED]);
|
most_visited_page.js | 145 ntp.APP_LAUNCH.NTP_MOST_VISITED]);
|
new_tab.js | 301 ntp.APP_LAUNCH.NTP_WEBSTORE_FOOTER]);
|
/external/chromium/chrome/browser/resources/ntp/ |
apps.js | 153 chrome.send('launchApp', [appId, APP_LAUNCH.NTP_APP_RE_ENABLE]); 192 return getAppLaunchType() == APP_LAUNCH.NTP_APPS_MAXIMIZED && 204 return APP_LAUNCH.NTP_APPS_MENU; 206 return APP_LAUNCH.NTP_APPS_COLLAPSED; 208 return APP_LAUNCH.NTP_APPS_MAXIMIZED;
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_app_sorting_unittest.cc | 249 syncer::StringOrdinal app_launch = variable 251 EXPECT_TRUE(app_launch.IsValid()); 254 page_it->second.find(app_launch); [all...] |
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 15 var APP_LAUNCH = { 39 APP_LAUNCH[bucket]].join('+'); [all...] |