/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/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/remoting/host/win/ |
unprivileged_process_delegate.cc | 162 WindowStationAndDesktop handles; local 163 handles.SetWindowStation(CreateWindowStation( 166 if (!handles.window_station()) { 172 if (!SetProcessWindowStation(handles.window_station())) { 189 handles.SetDesktop(CreateDesktop(L"Default", NULL, NULL, 0, desired_access, 198 if (!handles.desktop()) { 203 handles.Swap(*handles_out); 271 // Take a lock why any inheritable handles are open to make sure that only 293 WindowStationAndDesktop handles; local 294 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,
|
/external/chromium/net/disk_cache/ |
mem_rankings.h | 17 // This class handles the ranking information for the memory-only cache.
|
/external/chromium_org/ash/system/monitor/ |
tray_monitor.h | 32 void OnGotHandles(const std::list<base::ProcessHandle>& handles);
|
/external/chromium_org/ash/system/tray/ |
tray_event_filter.h | 23 // Handles events for a tray bubble.
|
/external/chromium_org/base/process/ |
process_handle_posix.cc | 20 // On Posix platforms, process handles are the same as PIDs, so we
|
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ |
ChromiumTestShellApplication.java | 14 * A basic test shell {@link Application}. Handles setting up the native library and
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
mock_screen_observer.h | 15 // Interface that handles notifications received from any of login wizard
|