/external/chromium/chrome/browser/ |
background_contents_service_unittest.cc | 42 std::string GetPrefURLForApp(Profile* profile, const string16& appid) { 44 EXPECT_TRUE(pref->HasKey(UTF16ToUTF8(appid))); 46 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value); 97 const string16& appid() { return appid_; } function in class:MockBackgroundContents 141 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 146 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 162 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 178 &profile, "appid")); 182 EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid())); 191 &profile, "appid")); [all...] |
background_contents_service.cc | 223 const string16& appid = GetParentApplicationId(bgcontents); local 228 extension_service->GetExtensionById(UTF16ToUTF8(appid), false); 480 const string16& appid = GetParentApplicationId(background_contents); local 482 if (pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), ¤t)) 488 dict->SetString(kFrameNameKey, contents_map_[appid].frame_name); 489 pref->SetWithoutPathExpansion(UTF16ToUTF8(appid), dict); 498 const string16 appid = GetParentApplicationId(background_contents); local 500 update.Get()->RemoveWithoutPathExpansion(UTF16ToUTF8(appid), NULL); 505 const string16& appid) { 506 BackgroundContents* contents = GetAppBackgroundContents(appid); 534 string16 appid = GetParentApplicationId(background_contents); local [all...] |
background_contents_service.h | 53 BackgroundContents* GetAppBackgroundContents(const string16& appid); 125 // Creates a single BackgroundContents associated with the specified |appid|, 131 const string16& appid); 150 void ShutdownAssociatedBackgroundContents(const string16& appid);
|
/external/chromium/chrome/common/extensions/ |
update_manifest_unittest.cc | 13 " <app appid='12345'>" 22 " <app appid='12345'>" 41 " <app appid='12345' status='ok'>" 50 " <app appid='12345' status='ok'>" 58 " <app appid='12345' status='ok'>" 67 " <g:app appid='12345'>" 81 " <app appid='12345'>" 92 " <app appid='12345'>" 102 " <app appid='12345'>" 111 " <app appid='aaaaaaaa' status='error-unknownApplication'> [all...] |
update_manifest.h | 22 // <app appid='12345'> 32 // The "appid" attribute of the <app> tag refers to the unique id of the
|
update_manifest.cc | 130 result->extension_id = GetAttribute(app_node, "appid"); 132 *error_detail = "Missing appid on app node";
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
DictionaryBackupAgent.java | 163 int appId = cursor.getInt(COLUMN_APPID); 164 String out = name + "|" + frequency + "|" + locale + "|" + appId; 216 String appid = null; local 219 if (st.hasMoreTokens()) appid = st.nextToken(); 221 int appidInt = appid != null? Integer.parseInt(appid) : 0;
|
/external/chromium/chrome/browser/password_manager/ |
native_backend_kwallet_x.cc | 192 G_TYPE_STRING, kAppId, // appid 206 G_TYPE_STRING, kAppId, // appid 281 G_TYPE_STRING, kAppId, // appid 298 G_TYPE_STRING, kAppId, // appid 369 G_TYPE_STRING, kAppId, // appid 382 G_TYPE_STRING, kAppId, // appid 410 G_TYPE_STRING, kAppId, // appid 435 G_TYPE_STRING, kAppId, // appid 574 G_TYPE_STRING, kAppId, // appid 586 G_TYPE_STRING, kAppId, // appid [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 8 * 1. This user has FREE_TRIAL access to this application ( appId: 1 ) 9 * 2. This user has FULL access to this application ( appId: 1 ) 10 * 3. This user has NO access to this application ( appId: 1 ) 171 This user has <span class="<%= accessLevel.toLowerCase() %>"><%= accessLevel %></span> access to this application ( appId: <%= appId %> ) 173 This user has <span class="<%= result.toLowerCase() %>"><%= result %></span> access to this application ( appId: <%= appId %> )
|
/packages/apps/Browser/src/com/android/browser/ |
IntentHandler.java | 146 * 1) If this is a voice search, re-use tab for appId 147 * If there is no appId, use current tab 149 * 3-phone) Reuse tab with same appId 152 final String appId = intent 161 // If a voice search has no appId, it means that it came 163 || (activateVoiceSearch && appId != null)) 164 && !mActivity.getPackageName().equals(appId)) { 166 Tab appTab = mTabControl.getTabFromAppId(appId); 177 appTab.setAppId(appId); 190 tab.setAppId(appId); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAssertedServiceParser.java | 86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1]; 87 if(appID.trim().equals(""))
|
PPreferredServiceParser.java | 124 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1]; 125 if(appID.trim().equals("")) 132 pps.setApplicationIdentifiers(appID);
|
/external/webkit/Tools/wx/packaging/ |
wxWebKitInstaller.iss.in | 5 AppId=wxWebKit
|
/external/chromium/chrome/browser/resources/ntp/ |
apps.js | 152 function launchAppAfterEnable(appId) { 153 chrome.send('launchApp', [appId, APP_LAUNCH.NTP_APP_RE_ENABLE]); 174 * @param {string} appId Application to launch. 179 function launchApp(appId, opt_mouseEvent) { 180 var args = [appId, getAppLaunchType()]; 215 var appId = e.currentTarget.getAttribute('app-id'); 217 launchApp(appId, e); 450 var appId = this.dragItem.querySelector('a').getAttribute('app-id'); 451 var current = this.data.indexOf(appId);
|
/external/chromium/chrome/common/extensions/docs/static/ |
autoupdate.html | 37 <app appid='<b>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</b>'> 45 <p><b>appid</b><br> 46 The 'appid' property is the extension id, generated based on a hash of the extension's public key as described in <a href="packaging.html">Packaging</a>. You can find out the id of your extension by going to <b>chrome://extensions</b>.</p> 103 <app appid='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'>
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 469 var appId = app.getAttribute('app-id'); 470 assert(appId, 'unexpected app without appId'); 474 chrome.send('launchApp', [appId, NTP_APPS_MAXIMIZED]); 643 var appId = appElement.getAttribute('app-id'); 644 assert(appId); 651 chrome.send('uninstallApp', [appId]); 673 var appId = appElement.getAttribute('app-id'); 674 assert(appId); 682 chrome.send('setPageIndex', [appId, pageIndex]) [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
main.py | 25 'license_path': '%(server)s/chromewebstore/v1/licenses/%(appid)s/%(userid)s', 51 'appid': CONFIG['app_id'],
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 533 var appId = appElement.getAttribute('app-id'); 534 assert(appId); 541 chrome.send('uninstallApp', [appId]); 563 var appId = appElement.getAttribute('app-id'); 564 assert(appId); 572 chrome.send('setPageIndex', [appId, pageIndex]); 594 chrome.send('reorderApps', [appId, appIds]);
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipCommandInterface.java | 261 int serviceClass, String appId, Message response) { 271 String password, int serviceClass, String appId, Message response) {
|
/external/dbus/doc/ |
dcop-howto.txt | 82 instance of the program running, the appId will be equal to 92 register this appId with the server so it knows about you. Otherwise, 98 * returns the appId that is actually registered, which _may_ be 101 appId = client->registerAs(kApp->name()); 113 yourself, this is already done. The appId is by definition
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
WapPushTest.java | 864 Log.d(LOG_TAG, "headerStart = " + headerStart + ", appId = " + mAppIdValue 911 Log.d(LOG_TAG, "appId added."); 913 // if noAppId case, appId fld must be decieved. [all...] |
/external/expat/win32/ |
expat.iss | 9 AppId=expat
|
/frameworks/base/core/java/android/provider/ |
UserDictionary.java | 88 public static final String APP_ID = "appid";
|
/external/chromium/chrome/common/extensions/docs/ |
autoupdate.html | 385 <app appid='<b>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</b>'> 393 <p><b>appid</b><br> 394 The 'appid' property is the extension id, generated based on a hash of the extension's public key as described in <a href="packaging.html">Packaging</a>. You can find out the id of your extension by going to <b>chrome://extensions</b>.</p> 450 <app appid='aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'>
|
/external/libvpx/examples/includes/geshi/geshi/ |
inno.php | 110 'AppendDefaultGroupName','AppId','AppModifyPath','AppMutex','AppName','AppPublisher',
|