| /external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
| WebKitWebSourceGStreamer.cpp | 538 // uri handler interface 552 static const gchar* webKitWebSrcGetUri(GstURIHandler* handler) 554 WebKitWebSrc* src = WEBKIT_WEB_SRC(handler); 560 static gboolean webKitWebSrcSetUri(GstURIHandler* handler, const gchar* uri) 562 WebKitWebSrc* src = WEBKIT_WEB_SRC(handler);
|
| /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
| printing_unittest.py | 58 handler = printing._configure_logging(stream, options.verbose) 66 printing._restore_logging(handler) 70 handler = printing._configure_logging(stream, options.verbose) 73 printing._restore_logging(handler)
|
| /frameworks/base/core/java/android/webkit/ |
| BrowserFrame.java | 33 import android.os.Handler; 62 class BrowserFrame extends Handler { 107 // Key store handler when Chromium HTTP stack is used. 140 private final ArrayList<WeakReference<Handler>> mHandlers = 141 new ArrayList<WeakReference<Handler>>(); 148 public synchronized void addHandler(Handler h) { 149 // No need to ever remove a Handler. If the BrowserFrame is 153 mHandlers.add(new WeakReference<Handler>(h)); 183 for (WeakReference<Handler> wh : mHandlers) { 184 Handler h = wh.get() 1048 HttpAuthHandler handler = new HttpAuthHandler() { local 1100 SslErrorHandler handler = new SslErrorHandler() { local [all...] |
| /frameworks/native/services/surfaceflinger/DisplayHardware/ |
| HWComposer.h | 71 EventHandler& handler);
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| CalendarController.java | 67 // to the handler will be findable 270 * This notifies the handler that the database has changed and it should 522 // Dispatch to event handler(s) 525 EventHandler handler = mFirstEventHandler.second; local 526 if (handler != null && (handler.getSupportedEventTypes() & event.eventType) != 0 528 handler.handleEvent(event); 537 // If this was the 'first' handler it was already handled 619 * Adds or updates an event handler. This uses a LinkedHashMap so that we can 622 * @param key The view id or placeholder for this handler [all...] |
| /packages/apps/Email/src/com/android/email/ |
| NotificationController.java | 36 import android.os.Handler; 84 private static Handler sNotificationHandler; 245 // Run this on the message notification handler 295 // Only go onto the notification handler if we really, absolutely need to 312 * Ensures the notification handler exists and is ready to handle requests. 317 sNotificationHandler = new Handler(sNotificationThread.getLooper()); 324 * NOTE: This must be called on the notification handler thread. 368 * NOTE: This must be called on the notification handler thread. [all...] |
| /packages/apps/Mms/src/com/android/mms/dom/ |
| NodeImpl.java | 266 UserDataHandler handler) {
|
| /packages/apps/Mms/src/com/android/mms/ui/ |
| MessageUtils.java | 42 import android.os.Handler; 625 final Uri imageUri, final Handler handler, 640 handler.postDelayed(showProgress, 1000); 665 handler.removeCallbacks(showProgress); 668 handler.post(new Runnable() { [all...] |
| /packages/apps/Settings/src/com/android/settings/ |
| RadioInfo.java | 30 import android.os.Handler; 176 private Handler mHandler = new Handler() { 755 final Handler handler = new Handler(); local 776 handler.post(updatePingResults); 785 handler.post(updatePingResults); 794 handler.post(updatePingResults); [all...] |
| /prebuilts/devtools/tools/lib/ |
| org-eclipse-core-commands-3.6.0.jar | |
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| opts.h | 237 bool (*handler) (struct gcc_options *opts, member in struct:cl_option_handler_func 245 option for this particular handler to be used. */
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| opts.h | 237 bool (*handler) (struct gcc_options *opts, member in struct:cl_option_handler_func 245 option for this particular handler to be used. */
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| opts.h | 237 bool (*handler) (struct gcc_options *opts, member in struct:cl_option_handler_func 245 option for this particular handler to be used. */
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| opts.h | 237 bool (*handler) (struct gcc_options *opts, member in struct:cl_option_handler_func 245 option for this particular handler to be used. */
|
| /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
| sgiarcs.h | 349 void (*handler)(void); member in struct:linux_smonblock
|
| /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
| sgiarcs.h | 349 void (*handler)(void); member in struct:linux_smonblock
|
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |
| org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
| /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/ |
| org-eclipse-core-commands-3.6.0.jar | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
| GridLayoutRule.java | 298 GridDropHandler handler = (GridDropHandler) feedback.userData; local 299 handler.computeMatches(feedback, p); 662 GridDropHandler handler = (GridDropHandler) feedback.userData; local 663 GridModel grid = handler.getGrid();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
| MockXmlNode.java | 316 UserDataHandler handler) {
|
| /dalvik/vm/compiler/ |
| Frontend.cpp | 878 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); local 880 if (handler == NULL) { 888 findBlock(cUnit, handler->address, 1095 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); local [all...] |
| /external/clang/lib/CodeGen/ |
| CGException.cpp | 588 llvm::BasicBlock *Handler = createBasicBlock("catch"); 604 CatchScope->setHandler(I, TypeInfo, Handler); 607 CatchScope->setCatchAllHandler(I, Handler); 827 EHCatchScope::Handler handler = catchScope.getHandler(hi); local 830 if (!handler.Type) { 836 // Check whether we already have a handler for this type. 837 if (catchTypes.insert(handler.Type)) 839 LPadInst->addClause(handler.Type); [all...] |
| /external/webkit/Source/WebKit/chromium/src/ |
| WebViewImpl.cpp | 527 // because the page may change what is focused during in its event handler. 529 // This code is in the mouse up handler. There is some debate about putting 530 // this here, as opposed to the mouse down handler. 538 // down then the text is pasted just before the onclick handler runs and 604 EventHandler* handler = frame->eventHandler(); 605 if (!handler) 626 if (handler->keyEvent(evt)) { 715 EventHandler* handler = frame->eventHandler(); 716 if (!handler) 724 if (handler->handleAccessKey(evt) [all...] |
| /dalvik/dexdump/ |
| DexDump.cpp | 589 DexCatchHandler* handler = dexCatchIteratorNext(&iterator); local 592 if (handler == NULL) { 596 descriptor = (handler->typeIdx == kDexNoIndex) ? "<any>" : 597 dexStringByTypeIdx(pDexFile, handler->typeIdx); 600 handler->address); [all...] |