HomeSort by relevance Sort by last modified time
    Searched refs:CALLBACK (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.h 19 LRESULT CALLBACK WndProc(HWND hwnd,
28 // Static callback invoked when a message comes in to our messaging window.
29 static LRESULT CALLBACK WndProcStatic(HWND hwnd,
status_tray_win.cc 40 LRESULT CALLBACK StatusTrayWin::WndProcStatic(HWND hwnd,
52 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd,
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.h 11 // HungWindowDetector::HungWindowNotification callback interface.
30 // The callback function for the SendMessageCallback API
31 static void CALLBACK HungWindowResponseCallback(HWND target_window,
36 static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore);
hung_window_detector.h 24 // a single callback but it can be extended later to support multiple
26 class HungWindowDetector : public WorkerThreadTicker::Callback {
30 // This is the notification callback interface that is used to notify
40 // This callback method is invoked when a hung window is detected.
66 // Implementation of the WorkerThreadTicker::Callback interface
74 static BOOL CALLBACK ChildWndEnumProc(HWND child_window, LPARAM param);
76 // Pointer to the HungWindowNotification callback interface. This class does
hung_plugin_action.cc 56 // hung window. If the callback ever hits, the window is not hung anymore
134 BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) {
146 void CALLBACK HungPluginAction::HungWindowResponseCallback(HWND target_window,
  /external/webkit/Tools/WebKitAPITest/
HostWindow.h 45 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
TestsController.h 55 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
  /external/chromium/base/threading/
worker_pool_win.cc 14 DWORD CALLBACK WorkItemCallback(void* param) {
  /external/chromium/base/win/
object_watcher.h 19 // that provides a notification callback, OnObjectSignaled, that runs back on
80 static void CALLBACK DoneWaiting(void* param, BOOLEAN timed_out);
wrapped_window_proc.h 40 // LRESULT CALLBACK MyWinProc(HWND hwnd, UINT message,
56 LRESULT CALLBACK WrappedWindowProc(HWND hwnd, UINT message,
wrapped_window_proc_unittest.cc 15 LRESULT CALLBACK TestWindowProc(HWND hwnd, UINT message,
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.h 44 static LRESULT CALLBACK staticWndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
LayoutTestControllerWin.cpp 47 static void CALLBACK waitToDumpWatchdogTimerFired(HWND, UINT, UINT_PTR, DWORD)
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.h 51 static LRESULT CALLBACK hookCallback(int code, WPARAM, LPARAM);
  /external/webkit/Source/WebCore/platform/win/
WindowMessageBroadcaster.h 48 static LRESULT CALLBACK SubclassedWndProc(HWND, UINT, WPARAM, LPARAM);
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.h 68 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
  /frameworks/base/core/java/android/webkit/
WebStorageClassic.java 48 private static final String CALLBACK = "callback";
71 ValueCallback<Map> callback = (ValueCallback<Map>) values.get(CALLBACK);
72 callback.onReceiveValue(origins);
77 ValueCallback<Long> callback = (ValueCallback<Long>) values.get(CALLBACK);
78 callback.onReceiveValue((Long)values.get(USAGE));
83 ValueCallback<Long> callback = (ValueCallback<Long>) values.get(CALLBACK);
    [all...]
GeolocationPermissionsClassic.java 49 private static final String CALLBACK = "callback";
76 ValueCallback<Set<String> > callback = (ValueCallback<Set<String> >) values.get(CALLBACK);
77 callback.onReceiveValue(origins);
82 ValueCallback<Boolean> callback = (ValueCallback<Boolean>) values.get(CALLBACK);
83 callback.onReceiveValue(allowed);
104 ValueCallback callback = (ValueCallback) msg.obj;
106 values.put(CALLBACK, callback)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/win/
MainThreadWin.cpp 45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.h 52 static LRESULT CALLBACK BrowserWindowWndProc(HWND, UINT, WPARAM, LPARAM);
  /external/webkit/Tools/TestWebKitAPI/
PlatformWebView.h 78 static LRESULT CALLBACK wndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/chromium/chrome/browser/
process_singleton.h 135 LRESULT CALLBACK WndProc(HWND hwnd,
140 static LRESULT CALLBACK WndProcStatic(HWND hwnd,
  /external/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_utils_win.cc 13 static int CALLBACK EnumFontFamExProc(ENUMLOGFONTEXW *logical_font,

Completed in 309 milliseconds

1 2 3 4 5