HomeSort by relevance Sort by last modified time
    Searched refs:handler (Results 801 - 825 of 1397) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 25 #include "breakpad/src/client/linux/handler/exception_handler.h"
44 void CrashDumpTask(CrashHandlerHostLinux* handler, BreakpadInfo* info) {
45 if (handler->IsShuttingDown())
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 299 MockCloudPrintFlowHandler* handler = local
301 mock_flow_handler_ = handler->AsWeakPtr();
  /external/chromium/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.cc 46 // The handler for Javascript messages related to the "keyboardoverlay" view.
301 KeyboardOverlayHandler* handler = new KeyboardOverlayHandler(); local
302 AddMessageHandler((handler)->Attach(this));
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc 90 PrintSystemTaskProxy(const base::WeakPtr<PrintPreviewHandler>& handler,
92 : handler_(handler),
  /external/chromium/net/http/
http_auth_handler_negotiate_unittest.cc 180 scoped_ptr<HttpAuthHandlerNegotiate>* handler) {
189 // after creating the handler, and make sure that generic_handler
201 handler->reset(negotiate_handler);
http_transaction_unittest.cc 231 if (t->handler)
232 (t->handler)(request, &resp_status, &resp_headers, &resp_data);
  /external/icu4c/i18n/unicode/
smpdtfmt.h     [all...]
  /external/libxml2/include/libxml/
globals.h 176 XMLPUBFUN void XMLCALL xmlThrDefSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
178 XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseHeaders.java 117 HeaderParser.CacheControlHandler handler = new HeaderParser.CacheControlHandler() { local
139 HeaderParser.parseCacheControl(value, handler);
  /external/v8/test/mjsunit/regress/
regress-937896.js 30 // to try to unlink the inner try-handler that wasn't on the stack.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFormElement05.js 78 The action attribute specifies the server-side form handler.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLFormElement05.js 78 The action attribute specifies the server-side form handler.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodesetuserdata01.js 80 Using setUserData with null values for the UserData and the handler parameters, check
nodesetuserdata02.js 80 Using setUserData with values for the UserData as this Document and the handler as null
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 84 // Location changes need to happen outside the onload handler to generate history entries.
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 240 void SQLiteDatabase::setBusyHandler(int(*handler)(void*, int))
243 sqlite3_busy_handler(m_db, handler, NULL);
245 LOG(SQLDatabase, "Busy handler set on non-open database");
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 322 void WebBindings::pushExceptionHandler(ExceptionHandler handler, void* data)
324 WebCore::pushExceptionHandler(handler, data);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 156 InspectorServerRequestHandlerQt* handler = new InspectorServerRequestHandlerQt(tcpConnection, this); local
157 handler->setParent(this);
  /frameworks/base/core/java/android/app/
SearchManager.java 31 import android.os.Handler;
444 /* package */ final Handler mHandler;
450 /*package*/ SearchManager(Context context, Handler handler) {
452 mHandler = handler;
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 25 import android.os.Handler;
59 Handler mHandler;
96 class UpdateHandler extends Handler {
130 public AppWidgetHost(Context context, int hostId, OnClickHandler handler, Looper looper) {
133 mOnClickHandler = handler;
  /frameworks/base/core/java/android/os/
Handler.java 25 * A Handler allows you to send and process {@link Message} and Runnable
26 * objects associated with a thread's {@link MessageQueue}. Each Handler
28 * queue. When you create a new Handler, it is bound to the thread /
33 * <p>There are two main uses for a Handler: (1) to schedule messages and
45 * processed by the Handler's {@link #handleMessage} method (requiring that
46 * you implement a subclass of Handler).
48 * <p>When posting or sending to a Handler, you can either
59 * the main application thread through a Handler. This is done by calling
62 * in the Handler's message queue and processed when appropriate.
64 public class Handler {
    [all...]
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 25 import android.os.Handler;
107 /** Handler that will execute the main tasks */
108 private final Handler mHandler = new Handler() {
231 private Handler mHandler;
236 private Handler mAsyncHandler;
238 public SpellCheckerSessionListenerImpl(Handler handler) {
240 mHandler = handler;
336 mAsyncHandler = new Handler(mThread.getLooper())
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.h 454 inline void setViewProperties(OpenGLRenderer& renderer, T& handler, const int level);
457 inline void iterate(OpenGLRenderer& renderer, T& handler, const int level);
  /frameworks/base/services/java/com/android/server/
ServiceWatcher.java 31 import android.os.Handler;
66 private final Handler mHandler;
101 Handler handler) {
107 mHandler = handler;
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayAdapter.java 25 import android.os.Handler;
46 * get confused. The main handler is used to posting messages to the display manager
47 * service as usual. The UI handler is only used by the {@link OverlayDisplayWindow}.
64 private final Handler mUiHandler;
71 Context context, Handler handler, Listener listener, Handler uiHandler) {
72 super(syncRoot, context, handler, listener, TAG);

Completed in 2590 milliseconds

<<31323334353637383940>>