/external/chromium/chrome/browser/printing/ |
print_dialog_gtk.h | 58 // Handles dialog response. 68 // Handles print job response.
|
/external/chromium/chrome/browser/sync/engine/ |
apply_updates_command_unittest.cc | 378 Syncer::UnsyncedMetaHandles handles; local 379 SyncerUtil::GetUnsyncedEntries(&trans, &handles); 380 EXPECT_TRUE(handles.empty()); 423 Syncer::UnsyncedMetaHandles handles; local 424 SyncerUtil::GetUnsyncedEntries(&trans, &handles); 425 EXPECT_EQ(2*batch_s+1, handles.size()); 450 Syncer::UnsyncedMetaHandles handles; local 451 SyncerUtil::GetUnsyncedEntries(&trans, &handles); 452 EXPECT_EQ(2*batch_s+1, handles.size()); 472 Syncer::UnsyncedMetaHandles handles; local 518 Syncer::UnsyncedMetaHandles handles; local 547 Syncer::UnsyncedMetaHandles handles; local [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
url_drop_target.h | 42 // Returns the controller which handles the drop. 54 // Protocol for the controller which handles the actual drop data/drop updates.
|
/external/chromium/crypto/ |
scoped_capi_types.h | 45 // handles. Because these handles are defined as integer types, and not
|
/external/chromium_org/ash/system/chromeos/network/ |
network_connect.h | 30 // Requests a network connection and handles any errors and notifications. 43 // Requests network activation and handles any errors and notifications.
|
/external/chromium_org/base/process/ |
launch_win.cc | 54 // terminal (mintty), stderr and stderr will be pipe handles. In 59 // it can return dangling IDs of handles that were never inherited 93 // handles. This means we won't be overwriting an FD created by 119 DLOG(ERROR) << "Specifying handles to inherit requires Vista or later."; 125 DLOG(ERROR) << "Too many handles to inherit."; 261 // Set the bInheritHandle flag so pipe handles are inherited. 272 // Ensure we don't leak the handles. 299 TRUE, // Handles are inherited.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
version_info_updater.h | 65 // Handles asynchronously loading the version. 67 // Handles asynchronously loading the boot times.
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_policy_disk_cache.h | 23 // Handles the on-disk cache file used by UserPolicyCache. This class handles
|
/external/chromium_org/chrome/browser/printing/ |
print_dialog_gtk.h | 57 // Handles dialog response. 63 // Handles print job response.
|
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/ |
dump_database.js | 6 * Handles DumpDatabase tab for syncfs-internals. 64 * Handles callback from onGetDatabaseDump.
|
sync_service.js | 36 * Handles callback from getNotificationSource. 62 * Handles callback from getUpdateLog.
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_keybinding_registry_cocoa.h | 25 // ExtensionKeybindingRegistry class that handles turning keyboard shortcuts 28 // ExtensionKeybindingRegistryCocoa is a class that handles Cocoa-specific
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
extension_keybinding_registry_gtk.h | 27 // ExtensionKeybindingRegistry class that handles turning keyboard shortcuts 30 // ExtensionKeybindingRegistryGtk is a class that handles GTK-specific
|
/external/chromium_org/chrome/test/mini_installer/ |
chrome_helper.py | 52 """Returns a list of handles of windows owned by processes in |process_ids|. 58 A list of handles of windows owned by processes in |process_ids|.
|
/external/chromium_org/content/browser/web_contents/ |
touch_editable_impl_aura.cc | 52 // If touch editing handles were not visible, we bring them up only if 54 // gesture event (we dont want to show handles if the user is selecting 76 // changes). We want to show the handles only when: 79 // 3. If we had hidden the handles when scrolling started 80 // 4. If there is still a need to show handles (there is a non-empty selection 145 // When the user taps, we want to show touch editing handles if user 159 // For single taps, not inside selected region, we want to show handles 170 // If selection handles are currently visible, we want to get them back up
|
/external/chromium_org/content/common/ |
message_router.h | 12 // The MessageRouter handles all incoming messages sent to it by routing them 43 // Like OnMessageReceived, except it only handles routed messages. Returns
|
/external/chromium_org/crypto/ |
scoped_capi_types.h | 44 // handles. Because these handles are defined as integer types, and not
|
/external/chromium_org/sandbox/win/src/ |
sandbox_types.h | 57 SBOX_FATAL_FLUSHANDLES = 7008, // Failed to flush registry handles. 59 SBOX_FATAL_CLOSEHANDLES = 7010, // Failed to close pending handles.
|
/external/chromium_org/sync/notifier/ |
invalidation_state_tracker.h | 5 // An InvalidationStateTracker is an interface that handles persisting state 10 // - Payloads and locally generated ack handles, to support local acking.
|
/external/chromium_org/sync/syncable/ |
nigori_util.cc | 36 std::vector<int64> handles; local 37 GetUnsyncedEntries(trans, &handles); 38 for (size_t i = 0; i < handles.size(); ++i) { 39 MutableEntry entry(trans, GET_BY_HANDLE, handles[i]); 54 std::vector<int64> handles; local 55 GetUnsyncedEntries(trans, &handles); 56 for (size_t i = 0; i < handles.size(); ++i) { 57 Entry entry(trans, GET_BY_HANDLE, handles[i]);
|
/external/chromium_org/third_party/angle/extensions/ |
EGL_ANGLE_d3d_share_handle_client_buffer.txt | 41 This extension allows creating EGL surfaces from handles to textures 64 fashion are OpenVG VGImage objects and Direct3D share handles."
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
htab.c | 41 /* Make sure handle table handles match VDPAU handles. */
|
/external/chromium_org/url/ |
url_file.h | 40 // drive spec, for example "c:". This function explicitly handles start_offset 59 // UNC path, for example "\\". This function explicitly handles start_offset
|
/external/icu4c/common/ |
ucmndata.h | 58 * Handles opposite-endian data. 67 * Handles opposite-endian data.
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
htab.c | 41 /* Make sure handle table handles match VDPAU handles. */
|