Home
last modified time | relevance | path

Searched refs:postMessage (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebIconDatabase.java140 private synchronized void postMessage(Message msg) { in postMessage() method in WebIconDatabase.EventHandler
206 mEventHandler.postMessage( in open()
215 mEventHandler.postMessage( in close()
223 mEventHandler.postMessage( in removeAllIcons()
239 mEventHandler.postMessage(msg); in requestIconForPageUrl()
262 mEventHandler.postMessage(msg); in bulkRequestIconForPageUrl()
272 mEventHandler.postMessage( in retainIconForPageUrl()
283 mEventHandler.postMessage( in releaseIconForPageUrl()
DGeolocationPermissions.java178 private synchronized void postMessage(Message msg) { in postMessage() method in GeolocationPermissions
214 postMessage(Message.obtain(null, GET_ORIGINS, callback)); in getOrigins()
240 postMessage(Message.obtain(null, GET_ALLOWED, values)); in getAllowed()
251 postMessage(Message.obtain(null, CLEAR, origin)); in clear()
261 postMessage(Message.obtain(null, ALLOW, origin)); in allow()
269 postMessage(Message.obtain(null, CLEAR_ALL)); in clearAll()
DWebStorage.java260 postMessage(Message.obtain(null, GET_ORIGINS, callback)); in getOrigins()
296 postMessage(Message.obtain(null, GET_USAGE_ORIGIN, values)); in getUsageForOrigin()
319 postMessage(Message.obtain(null, GET_QUOTA_ORIGIN, values)); in getQuotaForOrigin()
331 postMessage(Message.obtain(null, SET_QUOTA_ORIGIN, in setQuotaForOrigin()
345 postMessage(Message.obtain(null, DELETE_ORIGIN, in deleteOrigin()
358 postMessage(Message.obtain(null, DELETE_ALL)); in deleteAllData()
374 private synchronized void postMessage(Message msg) { in postMessage() method in WebStorage
408 postMessage(Message.obtain(null, UPDATE)); in update()
/frameworks/ex/carousel/test/src/com/android/carouseltest/
DCarouselTestActivity.java65 postMessage("Selection", "Card " + id + " was selected"); in onCardSelected()
70 postMessage("Selection", "Detail for card " + id + " was selected"); in onDetailSelected()
75 postMessage("Selection", "Long press on card " + n); in onCardLongPress()
128 void postMessage(final CharSequence title, final CharSequence msg) { in postMessage() method in CarouselTestActivity
/frameworks/base/include/media/stagefright/foundation/
DALooperRoster.h34 status_t postMessage(const sp<AMessage> &msg, int64_t delayUs = 0);
/frameworks/base/services/surfaceflinger/
DMessageQueue.h103 status_t postMessage(const sp<MessageBase>& message,
DMessageQueue.cpp148 status_t MessageQueue::postMessage( in postMessage() function in android::MessageQueue
DSurfaceFlinger.cpp411 return mEventQueue.postMessage(msg, reltime, flags); in postMessageAsync()
417 status_t res = mEventQueue.postMessage(msg, reltime, flags); in postMessageSync()
/frameworks/base/media/libstagefright/foundation/
DALooperRoster.cpp74 status_t ALooperRoster::postMessage( in postMessage() function in android::ALooperRoster
DAMessage.cpp232 gLooperRoster.postMessage(this, delayUs); in post()
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt2669 /sdcard/android/layout_tests/http/tests/security/postMessage/delivery-order.html
2670 /sdcard/android/layout_tests/http/tests/security/postMessage/data-url-sends-null-origin.html
2671 /sdcard/android/layout_tests/http/tests/security/postMessage/origin-unaffected-by-base-tag.html
2672 /sdcard/android/layout_tests/http/tests/security/postMessage/origin-unaffected-by-document-domain.h…
2673 /sdcard/android/layout_tests/http/tests/security/postMessage/javascript-page-still-sends-origin.html
2674 /sdcard/android/layout_tests/http/tests/security/postMessage/invalid-origin-throws-exception.html
2675 /sdcard/android/layout_tests/http/tests/security/postMessage/target-origin.html