HomeSort by relevance Sort by last modified time
    Searched refs:app_id (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/chrome/browser/extensions/
extension_management_apitest.cc 84 std::string app_id; local
85 LoadAndWaitForLaunch("management/launch_app_panel", &app_id);
99 UninstallExtension(app_id);
101 ASSERT_FALSE(service->GetExtensionById(app_id, true));
106 app_id, ExtensionPrefs::LAUNCH_REGULAR);
114 ASSERT_EQ(app_id, app_id_new);
139 std::string app_id; local
140 LoadAndWaitForLaunch("management/launch_app_tab", &app_id);
148 UninstallExtension(app_id);
150 ASSERT_FALSE(service->GetExtensionById(app_id, true))
    [all...]
extension_install_ui.cc 69 // with |app_id|. If a NTP already exists on the active |browser|, this will
72 void ShowAppInstalledAnimation(Browser* browser, const std::string& app_id) {
86 "%s/#app-id=%s", chrome::kChromeUINewTabURL, app_id.c_str());
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.h 46 const std::string& app_id) const;
93 const std::string& app_id) const;
99 const std::string& app_id) const;
off_the_record_profile_io_data.cc 85 const std::string& app_id) const {
87 DCHECK(!app_id.empty());
92 app_request_context_getter_map_.find(app_id);
98 profile_, io_data_, app_id);
99 app_request_context_getter_map_[app_id] = context;
187 const std::string& app_id) const {
208 DCHECK(!app_http_factory_map_[app_id]);
209 app_http_factory_map_[app_id] = app_http_cache;
224 const std::string& app_id) const {
227 InitializeAppRequestContext(main_context, app_id);
    [all...]
profile_impl_io_data.h 51 const std::string& app_id) const;
112 const std::string& app_id) const;
118 const std::string& app_id) const;
profile_impl_io_data.cc 121 const std::string& app_id) const {
123 DCHECK(!app_id.empty());
128 app_request_context_getter_map_.find(app_id);
134 profile_, io_data_, app_id);
135 app_request_context_getter_map_[app_id] = context;
294 const std::string& app_id) const {
300 FilePath app_path = app_path_.AppendASCII(app_id);
350 DCHECK(!app_http_factory_map_[app_id]);
351 app_http_factory_map_[app_id] = app_http_cache;
369 const std::string& app_id) const
    [all...]
profile_io_data.h 71 const std::string& app_id) const;
191 const std::string& app_id) const = 0;
200 const std::string& app_id) const = 0;
profile_io_data.cc 248 const std::string& app_id) const {
251 AcquireIsolatedAppRequestContext(main_context, app_id);
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java 60 EditText app_id = (EditText) findViewById(R.id.app_id);
70 app_id.getText().toString(),
80 app_id.getText().toString(),
96 EditText app_id = (EditText) findViewById(R.id.app_id);
105 app_id.getText().toString(),
119 EditText app_id = (EditText) findViewById(R.id.app_id);
134 app_id.getText().toString()
    [all...]
  /external/chromium/chrome/browser/tabs/
pinned_tab_test_utils.cc 13 (tab.is_pinned ? "pinned" : "") + ":" + tab.app_id;
pinned_tab_codec.cc 23 static const char kAppID[] = "app_id";
84 if (value.GetString(kAppID, &(tab->app_id)))
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 26 int processMessage(String app_id, String content_type, in Intent intent);
  /external/chromium/base/win/
win_util.cc 104 const wchar_t* app_id) {
110 DCHECK(lstrlen(app_id) < 128 && wcschr(app_id, L' ') == NULL);
113 if (FAILED(InitPropVariantFromString(app_id, &property_value)))
win_util.h 66 const wchar_t* app_id);
  /external/chromium/chrome/browser/
shell_integration_win.cc 92 bool GetShortcutAppId(IShellLink* shell_link, std::wstring* app_id) const;
245 std::wstring* app_id) const {
247 DCHECK(app_id);
249 app_id->clear();
263 app_id->assign(appid_value.pwszVal);
399 std::wstring app_id(app_name);
403 app_id += L".";
404 app_id += profile_id;
408 DCHECK(app_id.length() < 128);
409 return app_id;
    [all...]
jumplist_win.cc 389 bool UpdateJumpList(const wchar_t* app_id,
406 destination_list->SetAppID(app_id);
496 JumpListUpdateTask(const wchar_t* app_id,
500 : app_id_(app_id),
  /external/chromium/chrome/browser/net/
chrome_url_request_context.cc 77 const std::string& app_id,
80 app_id_(app_id),
237 const std::string& app_id) {
243 new FactoryForIsolatedApp(profile_io_data, app_id, main_context));
269 const std::string& app_id) {
275 new FactoryForIsolatedApp(profile_io_data, app_id, main_context));
chrome_url_request_context.h 220 const std::string& app_id);
237 const std::string& app_id);
  /external/chromium/chrome/browser/ui/
browser_init.h 86 // If true, the tab corresponds to an app an |app_id| gives the id of the
94 std::string app_id; member in struct:BrowserInit::LaunchWithProfile::Tab
134 // e.g. --app=http://www.google.com/ or --app_id=... return true.
135 // In this case |app_url| or |app_id| are populated if they're non-null.
136 bool IsAppLaunch(std::string* app_url, std::string* app_id);
browser_init.cc 450 const std::string& app_id,
456 extensions_service->GetExtensionById(app_id, false);
458 // The extension with id |app_id| may have been uninstalled.
749 std::string* app_id) {
756 if (app_id)
757 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
764 std::string app_id; local
769 if (!IsAppLaunch(NULL, &app_id) || app_id.empty())
774 if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container)
788 std::string url_string, app_id; local
    [all...]
browser_init_browsertest.cc 37 void SetAppLaunchPref(const std::string& app_id,
40 service->extension_prefs()->SetLaunchType(app_id, launch_type);
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 115 * @param app_id application ID to look up
119 String app_id, String content_type) {
123 + " where x_wap_application=\'" + app_id + "\'"
177 public int processMessage(String app_id, String content_type, Intent intent)
179 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type);
183 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type);
187 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type);
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 240 std::wstring app_id = ShellIntegration::GetAppId( local
256 app_id.c_str());
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 558 StringValue* app_id = Value::CreateStringValue(extension->id()); local
559 web_ui_->CallJavascriptFunction("launchAppAfterEnable", *app_id);
613 StringValue* app_id = Value::CreateStringValue(extension->id()); local
614 web_ui_->CallJavascriptFunction("launchAppAfterEnable", *app_id);
  /external/chromium/base/
file_util.h 208 // resource id. 'app_id' is the app model id for the shortcut on Win7.
217 const wchar_t* app_id);
224 // file to be updated. 'app_id' is the app model id for the shortcut on Win7.
233 const wchar_t* app_id);

Completed in 2332 milliseconds

1 2