Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 67) sorted by relevance

123

/packages/apps/Browser/src/com/android/browser/preferences/
DWebsiteSettingsFragment.java83 public Site(String origin) { in Site() argument
84 mOrigin = origin; in Site()
235 private void addFeatureToSite(Map<String, Site> sites, String origin, int feature) { in addFeatureToSite() argument
237 if (sites.containsKey(origin)) { in addFeatureToSite()
238 site = (Site) sites.get(origin); in addFeatureToSite()
240 site = new Site(origin); in addFeatureToSite()
241 sites.put(origin, site); in addFeatureToSite()
507 String origin = site.getOrigin(); in getView() local
509 WebStorage.getInstance().getUsageForOrigin(origin, new ValueCallback<Long>() { in getView()
521 … GeolocationPermissions.getInstance().getAllowed(origin, new ValueCallback<Boolean>() { in getView()
[all …]
/packages/apps/Browser/src/com/android/browser/
DSystemAllowGeolocationOrigins.java128 for (String origin : setting.split("\\s+")) { in parseAllowGeolocationOrigins()
129 if (!TextUtils.isEmpty(origin)) { in parseAllowGeolocationOrigins()
130 origins.add(origin); in parseAllowGeolocationOrigins()
167 for (String origin : origins) { in addOrigins()
168 GeolocationPermissions.getInstance().allow(origin); in addOrigins()
177 for (final String origin : origins) { in removeOrigins()
178 GeolocationPermissions.getInstance().getAllowed(origin, new ValueCallback<Boolean>() { in removeOrigins()
181 GeolocationPermissions.getInstance().clear(origin); in removeOrigins()
DGeolocationPermissionsPrompt.java75 public void show(String origin, GeolocationPermissions.Callback callback) { in show() argument
76 mOrigin = origin; in show()
115 private void setMessage(CharSequence origin) { in setMessage() argument
118 origin)); in setMessage() local
DTab.java902 public void onGeolocationPermissionsShowPrompt(String origin,
905 getGeolocationPermissionsPrompt().show(origin, callback);
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/bigram/
Dbigram_list_read_write_utils.cpp77 const int origin = *pos; in getBigramAddressAndAdvancePosition() local
90 return origin - offset; in getBigramAddressAndAdvancePosition()
92 return origin + offset; in getBigramAddressAndAdvancePosition()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DDragListener.java64 int origin = mStatePanelTrack.findChild( in onDrag() local
67 if (origin != -1 && pos != -1) { in onDrag()
68 State current = (State) array.getItem(origin); in onDrag()
DStatePanelTrack.java285 int origin = findChild(mCurrentView); in checkEndState() local
286 if (origin != -1) { in checkEndState()
287 State current = mAdapter.getItem(origin); in checkEndState()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java187 static int writeString(final byte[] buffer, final int origin, final String word) { in writeString() argument
189 int index = origin; in writeString()
201 return index - origin; in writeString()
/packages/apps/Browser/tests/src/com/android/browser/
DTestWebChromeClient.java150 public void onGeolocationPermissionsShowPrompt(String origin, in onGeolocationPermissionsShowPrompt() argument
152 mWrappedClient.onGeolocationPermissionsShowPrompt(origin, callback); in onGeolocationPermissionsShowPrompt()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DDelaunay.cpp130 EdgePointer CDelaunay::makeEdge(SitePointer origin, SitePointer destination) in makeEdge() argument
137 orig(temp) = origin; in makeEdge()
DDelaunay.h70 EdgePointer makeEdge(SitePointer origin, SitePointer destination);
/packages/apps/Camera/jni/feature_mos/src/mosaic/
DDelaunay.cpp130 EdgePointer CDelaunay::makeEdge(SitePointer origin, SitePointer destination) in makeEdge() argument
137 orig(temp) = origin; in makeEdge()
DDelaunay.h70 EdgePointer makeEdge(SitePointer origin, SitePointer destination);
/packages/apps/Mms/src/org/w3c/dom/smil/
DSMILAnimateMotionElement.java37 public void setOrigin(String origin) in setOrigin() argument
/packages/wallpapers/MusicVisualization/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/apps/Browser/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/providers/CalendarProvider/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/apps/Contacts/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/apps/SoundRecorder/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/apps/Launcher2/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/apps/SpareParts/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/providers/DownloadProvider/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/apps/Launcher3/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/apps/Exchange/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/packages/wallpapers/MagicSmoke/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.

123