/packages/apps/Browser/src/com/android/browser/preferences/ |
D | WebsiteSettingsFragment.java | 83 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/ |
D | SystemAllowGeolocationOrigins.java | 128 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()
|
D | GeolocationPermissionsPrompt.java | 75 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
|
D | Tab.java | 902 public void onGeolocationPermissionsShowPrompt(String origin, 905 getGeolocationPermissionsPrompt().show(origin, callback);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/bigram/ |
D | bigram_list_read_write_utils.cpp | 77 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/ |
D | DragListener.java | 64 int origin = mStatePanelTrack.findChild( in onDrag() local 67 if (origin != -1 && pos != -1) { in onDrag() 68 State current = (State) array.getItem(origin); in onDrag()
|
D | StatePanelTrack.java | 285 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/ |
D | BinaryDictDecoderUtils.java | 187 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/ |
D | TestWebChromeClient.java | 150 public void onGeolocationPermissionsShowPrompt(String origin, in onGeolocationPermissionsShowPrompt() argument 152 mWrappedClient.onGeolocationPermissionsShowPrompt(origin, callback); in onGeolocationPermissionsShowPrompt()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 130 EdgePointer CDelaunay::makeEdge(SitePointer origin, SitePointer destination) in makeEdge() argument 137 orig(temp) = origin; in makeEdge()
|
D | Delaunay.h | 70 EdgePointer makeEdge(SitePointer origin, SitePointer destination);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 130 EdgePointer CDelaunay::makeEdge(SitePointer origin, SitePointer destination) in makeEdge() argument 137 orig(temp) = origin; in makeEdge()
|
D | Delaunay.h | 70 EdgePointer makeEdge(SitePointer origin, SitePointer destination);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
D | SMILAnimateMotionElement.java | 37 public void setOrigin(String origin) in setOrigin() argument
|
/packages/wallpapers/MusicVisualization/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/apps/Browser/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/providers/CalendarProvider/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/apps/Contacts/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/apps/SoundRecorder/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/apps/Launcher2/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/apps/SpareParts/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/providers/DownloadProvider/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/apps/Launcher3/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/apps/Exchange/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|
/packages/wallpapers/MagicSmoke/ |
D | NOTICE | 154 origin of the Work and reproducing the content of the NOTICE file.
|