/external/chromium_org/sandbox/win/sandbox_poc/ |
main_ui_window.h | 71 // Handles the messages sent to the main UI window. The return value is the 78 // Handles the messages sent to the SpawnTarget dialog. The return value is 90 // Handles the WM_CREATE message for the main UI window. Returns TRUE on 94 // Handles the WM_DESTROY message for the main UI window. 97 // Handles the WM_SIZE message for the main UI window. 100 // Handles the WM_PAINT message for the main UI window. 103 // Handles the menu command File \ Exit for the main UI window. 106 // Handles the menu command Commands \ Launch for the main UI window. 109 // Handles the Launch button in the SpawnTarget dialog (normally clicked
|
/external/chromium_org/v8/test/mjsunit/ |
debug-handle.js | 101 lookupRequest(exec_state, '{"handles":["a"]}', false); 102 lookupRequest(exec_state, '{"handles":[-1]}', false); 104 // Evaluate and get some handles. 115 response = lookupRequest(exec_state, '{"handles":[' + handle_o + ']}', true); 133 response = lookupRequest(exec_state, '{"handles":[' + handle_p + ']}', true); 138 // Check handles for functions on the stack. 146 response = lookupRequest(exec_state, '{"handles":[' + handle_f + ']}', true); 153 var arguments = '{"handles":[' + ref + ']}'; 184 var arguments = '{"handles":[' + refs.join(',') + ']}';
|
/external/v8/test/mjsunit/ |
debug-handle.js | 101 lookupRequest(exec_state, '{"handles":["a"]}', false); 102 lookupRequest(exec_state, '{"handles":[-1]}', false); 104 // Evaluate and get some handles. 115 response = lookupRequest(exec_state, '{"handles":[' + handle_o + ']}', true); 133 response = lookupRequest(exec_state, '{"handles":[' + handle_p + ']}', true); 138 // Check handles for functions on the stack. 146 response = lookupRequest(exec_state, '{"handles":[' + handle_f + ']}', true); 153 var arguments = '{"handles":[' + ref + ']}'; 184 var arguments = '{"handles":[' + refs.join(',') + ']}';
|
/external/chromium/base/synchronization/ |
waitable_event_win.cc | 78 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; local 83 handles[i] = events[i]->handle(); 88 handles,
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/ |
table_splitter.js | 41 * Handles start of the splitter dragging. 54 * Handles spliter moves. Sets new width of the column. 68 * Handles end of the splitter dragging. Restores cursor.
|
/external/chromium_org/base/synchronization/ |
waitable_event_win.cc | 81 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; local 86 handles[i] = events[i]->handle(); 91 handles,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
user_image_screen_handler.h | 60 // Handles photo taken with WebRTC UI. 63 // Handles camera presence check request. 66 // Handles clicking on default user image.
|
/external/chromium_org/content/common/ |
gamepad_seqlock_unittest.cc | 71 PlatformThreadHandle handles[kNumReaderThreads]; local 76 ASSERT_TRUE(PlatformThread::Create(0, &threads[i], &handles[i])); 95 PlatformThread::Join(handles[i]);
|
/external/chromium_org/mojo/public/utility/ |
run_loop.h | 41 // Runs the loop servicing handles as they are ready. This returns when Quit() 42 // is invoked, or there no more handles. 68 // handle (or there are no more handles).
|
/external/chromium_org/remoting/host/win/ |
unprivileged_process_delegate.cc | 167 WindowStationAndDesktop handles; local 168 handles.SetWindowStation(CreateWindowStation( 171 if (!handles.window_station()) { 177 if (!SetProcessWindowStation(handles.window_station())) { 194 handles.SetDesktop(CreateDesktop(L"Default", NULL, NULL, 0, desired_access, 203 if (!handles.desktop()) { 208 handles.Swap(*handles_out); 276 // Take a lock why any inheritable handles are open to make sure that only 299 WindowStationAndDesktop handles; local 300 if (!CreateWindowStationAndDesktop(logon_sid.Pass(), &handles)) { [all...] |
/external/chromium_org/ui/webui/resources/js/cr/ui/table/ |
table_splitter.js | 41 * Handles start of the splitter dragging. 54 * Handles spliter moves. Sets new width of the column. 63 * Handles end of the splitter dragging. Restores cursor.
|
/external/chromium_org/v8/src/ |
handles.h | 41 // Handles are only valid within a HandleScope. 97 // Handles of different classes are allowed to access each other's location_. 120 // A stack-allocated class that governs a number of local handles. 121 // After a handle scope has been created, all local handles will be 126 // new handles will again be allocated in the original handle scope. 138 // Counts the number of allocated handles. 152 // Closes the HandleScope (invalidating all handles 177 // Extend the handle scope making room for more handles. 181 // Zaps the handles in the half-open interval [start, end). 198 // The DeferredHandles object returned stores the Handles create [all...] |
/dalvik/vm/mterp/x86/ |
bindiv.S | 4 * 32-bit binary div/rem operation. Handles special case of op0=minint and
|
bindiv2addr.S | 3 * 32-bit binary div/rem operation. Handles special case of op0=minint and
|
bindivLit8.S | 3 * 32-bit div/rem "lit8" binary operation. Handles special case of
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_service.h | 24 // Handles Chrome remote debugger protocol service commands.
|
/external/chromium/chrome/browser/ |
desktop_notification_handler.h | 14 // Per-tab Desktop notification handler. Handles desktop notification IPCs
|
/external/chromium/chrome/browser/first_run/ |
first_run_import_observer.h | 16 // The values that it handles are meant to be used as the process exit code.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_button_cell.h | 13 // A button cell that handles drawing/highlighting of buttons in the
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_button.h | 11 // NSButton subclass which handles middle mouse clicking.
|
toolbar_view.h | 12 // A view that handles any special rendering of the toolbar bar. At
|
/external/chromium/chrome/browser/ui/gtk/ |
overflow_button.h | 17 // and this class handles theming it.
|
/external/chromium/chrome/browser/ui/views/ |
unhandled_keyboard_event_handler.h | 16 // This class handles unhandled keyboard messages coming back from the renderer
|
/external/chromium/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/ |
background.html | 13 * Handles requests sent by the content script. Shows an infobar.
|
/external/chromium/crypto/ |
mac_security_services_lock.cc | 12 // This singleton pertains to Apple's wrappers over their own CSSM handles,
|