/external/chromium/chrome/browser/ui/webui/options/ |
font_settings_utils_win.cc | 13 static int CALLBACK EnumFontFamExProc(ENUMLOGFONTEXW *logical_font,
|
/external/chromium_org/base/power_monitor/ |
power_monitor_device_source_win.cc | 96 LRESULT CALLBACK PowerMonitorDeviceSource::PowerMessageWindow::WndProcThunk(
|
/external/chromium_org/base/threading/ |
worker_pool_win.cc | 8 #include "base/callback.h" 22 DWORD CALLBACK WorkItemCallback(void* param) {
|
/external/chromium_org/base/win/ |
object_watcher.cc | 85 void CALLBACK ObjectWatcher::DoneWaiting(void* param, BOOLEAN timed_out) {
|
wrapped_window_proc_unittest.cc | 15 LRESULT CALLBACK TestWindowProc(HWND hwnd, UINT message,
|
/external/chromium_org/chrome_frame/ |
find_dialog.h | 48 static LRESULT CALLBACK GetMsgProc(int code, WPARAM wparam, LPARAM lparam);
|
registry_watcher.cc | 19 NotifyFunc callback) 20 : callback_(callback), 93 void CALLBACK RegistryWatcher::WaitCallback(void* param, BOOLEAN wait_fired) {
|
/external/chromium_org/content/common/ |
font_list_win.cc | 16 static int CALLBACK EnumFontFamExProc(ENUMLOGFONTEXW* logical_font,
|
/external/chromium_org/media/audio/win/ |
wavein_input_win.h | 38 virtual void Start(AudioInputCallback* callback) OVERRIDE; 53 kStateStopping, // Trying to stop, waiting for callback to finish. 63 static void CALLBACK WaveCallback(HWAVEIN hwi, UINT msg, DWORD_PTR instance, 94 // We use the callback mostly to periodically give the recorded audio data. 120 // An event that is signaled when the callback thread is ready to stop. 123 // Lock used to avoid conflicts when Stop() is called during a callback.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_cancel.c | 49 static void CALLBACK
|
/external/chromium_org/sandbox/win/src/ |
broker_services.h | 75 static VOID CALLBACK RemovePeer(PVOID parameter, BOOLEAN timeout);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
winutil.cpp | 36 BOOL CALLBACK EnumLocalesProc(LPSTR lpLocaleString)
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
gui_advanced.cpp | 86 BOOL CALLBACK AdvancedPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
gui_general.cpp | 86 BOOL CALLBACK GeneralPageProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
gui_main.cpp | 49 BOOL CALLBACK GeneralPageProc(HWND, UINT, WPARAM, LPARAM); 50 BOOL CALLBACK LogPageProc(HWND, UINT, WPARAM, LPARAM); 51 BOOL CALLBACK FilterPageProc(HWND, UINT, WPARAM, LPARAM); 52 BOOL CALLBACK AdvancedPageProc(HWND, UINT, WPARAM, LPARAM); 259 BOOL CALLBACK MainDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
/external/chromium_org/ui/gfx/win/ |
window_impl.h | 75 // Handles the WndProc callback for this object. 88 static LRESULT CALLBACK WndProc(HWND window,
|
/external/chromium_org/ui/views/controls/ |
native_control.h | 116 static LRESULT CALLBACK NativeControlWndProc(HWND window, UINT message,
|
/external/chromium_org/win8/metro_driver/ime/ |
ime_popup_monitor.cc | 19 void CALLBACK ImeEventCallback(HWINEVENTHOOK win_event_hook_handle,
|
/external/icu4c/test/intltest/ |
winutil.cpp | 36 BOOL CALLBACK EnumLocalesProc(LPSTR lpLocaleString)
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
NativeWindowsSubWindow.cpp | 19 LRESULT CALLBACK myWndProc(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam)
|
/external/chromium/base/ |
event_recorder.cc | 25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam, 31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam, 163 // Windows callback hook for the recorder. 201 // Windows callback for the playback mode.
|
/external/chromium_org/base/ |
event_recorder_win.cc | 25 LRESULT CALLBACK StaticRecordWndProc(int nCode, WPARAM wParam, 31 LRESULT CALLBACK StaticPlaybackWndProc(int nCode, WPARAM wParam, 163 // Windows callback hook for the recorder. 201 // Windows callback for the playback mode.
|
/external/chromium_org/chrome/browser/hang_monitor/ |
hung_plugin_action.cc | 107 // hung window. If the callback ever hits, the window is not hung anymore 191 BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) { 203 void CALLBACK HungPluginAction::HungWindowResponseCallback(HWND target_window,
|
/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor_win.cc | 97 base::Callback<void(EjectStatus)> callback) { 100 callback.Run(EJECT_FAILURE); 105 portable_device_watcher_->EjectDevice(device_id, callback); 107 volume_mount_watcher_->EjectDevice(device_id, callback); 109 callback.Run(EJECT_FAILURE); 124 LRESULT CALLBACK StorageMonitorWin::WndProcThunk(HWND hwnd, UINT message, 133 LRESULT CALLBACK StorageMonitorWin::WndProc(HWND hwnd, UINT message,
|
/external/chromium_org/chrome/browser/ui/views/status_icons/ |
status_tray_win.cc | 57 LRESULT CALLBACK StatusTrayWin::WndProcStatic(HWND hwnd, 69 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd,
|