HomeSort by relevance Sort by last modified time
    Searched full:handles (Results 26 - 50 of 5314) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/sandbox/win/src/
handle_closer_agent.h 23 // Closes any handles matching those in the lookup map.
26 // True if we have handles waiting to be closed
handle_closer.h 20 // target process. A null set means we need to close all handles of the
41 // Adds handles to close after lockdown.
47 // A NULL value for handle_name indicates all handles of the specified type.
54 // Adds any interceptions that may be required due to closed system handles.
58 // Calculates the memory needed to copy the serialized handles list (rounded
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command.cc 27 syncable::Directory::UnappliedUpdateMetaHandles handles; local
28 dir->GetUnappliedUpdateMetaHandles(&trans, &handles);
33 handles.begin(), handles.end(), session->routing_info(),
  /external/chromium/chrome/browser/sync/sessions/
test_util.cc 27 // Note that a non-zero number of unsynced handles once a session has
31 std::vector<int64> handles; local
32 handles.push_back(1);
33 session->status_controller()->set_unsynced_handles(handles);
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_view.h 13 // A view that handles any special rendering for the download shelf, painting
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_view.h 9 // A class that handles drawing the background of the tab strip when side tabs
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_view.h 12 // A view that handles any special rendering for the download shelf, painting
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_drag_handler.h 15 // Handles all the drags to unstacked free-floating panels.
  /external/chromium_org/chrome/browser/usb/
usb_device.cc 90 HandlesVector handles; local
91 swap(handles, handles_);
93 handles.begin();
94 it != handles.end();
  /external/chromium_org/content/browser/web_contents/
debug_urls.h 15 // handles it and returns true.
  /external/chromium_org/ppapi/api/private/
pp_file_handle.idl 7 * This file provides support for native OS file handles.
  /external/chromium_org/chrome/browser/ui/webui/options/
media_galleries_handler.h 17 // Handles messages related to adding or removing media galleries.
35 // Handles the "addNewGallery" message (no arguments).
37 // Handles "forgetGallery" message. The first and only argument is the id of
  /external/chromium_org/base/win/
scoped_process_information.h 17 // Manages the closing of process and thread handles from PROCESS_INFORMATION
41 // DCHECKs that the object is not currently holding any handles.
42 // HANDLEs stored in the returned PROCESS_INFORMATION will be owned by this
51 // Closes the held thread and process handles, if any.
57 // Populates this instance with duplicate handles and the thread/process IDs
  /external/chromium_org/ppapi/proxy/
resource_message_params.h 27 // Note that the caller doesn't take ownership of the returned handles.
28 const std::vector<SerializedHandle>& handles() const { function in class:ppapi::proxy::ResourceMessageParams
32 // Makes ResourceMessageParams leave its handles open, even if they weren't
46 // Helper functions to return shared memory, socket or file handles passed in
65 std::vector<base::SharedMemoryHandle>* handles) const;
67 // Appends the given handle to the list of handles sent with the call or
78 // Writes everything except the handles to |msg|.
80 // Writes the handles to |msg|.
99 // Whether the handles stored in |data_| should be closed when this object
105 // ResourceMessageReplyParams) will close those handles which haven't bee
    [all...]
  /external/chromium_org/media/audio/
cross_process_notification_win.cc 184 scoped_ptr<HANDLE[]> handles(new HANDLE[notifications.size()]);
201 handles[index++] = notifications[i]->other_;
204 handles[index++] = notifications[i]->other_;
210 wait = ::WaitForMultipleObjects(notifications.size(), &handles[0], FALSE,
218 // Create the first thread and pass a pointer to all handles >63
220 // if the number of handles is > 63. If so, spawns a new thread and
221 // passes >62 handles to that thread and waits for the 62 handles + stop +
230 ExtraWaitThread wait_thread(stop, &handles[MAXIMUM_WAIT_OBJECTS - 1],
236 std::copy(&handles[0], &handles[MAXIMUM_WAIT_OBJECTS - 1], &events[0])
    [all...]
  /external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command.cc 69 std::vector<int64> handles; local
71 &trans, server_type_restriction, &handles);
78 applicator.AttemptApplications(&trans, handles);
94 handles.clear();
96 &trans, server_type_restriction, &handles);
102 conflict_applicator.AttemptApplications(&trans, handles);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.h 47 // Handles moving off the screen.
50 // Handles change of the language.
53 // Handles change of the input method.
user_image_screen_handler.h 55 // Handles photo taken with WebRTC UI.
58 // Handles camera presence check request.
61 // Handles clicking on default user image.
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.h 54 // Handles requests from javascript to fetch the extensions data, including
59 // Handles requests from javascript to set a particular keyboard shortcut
63 // Handles requests from javascript to temporarily disable general Chrome
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 20 // This lock should be taken when creating handles that will be inherited by
21 // a child process. Without it the child process can inherit handles created for
33 // any inheritable handles are open.
  /external/chromium/chrome/browser/chromeos/login/
mock_screen_observer.h 16 // Interface that handles notifications received from any of login wizard
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view.h 13 // A view that handles painting the border for the FindBar.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/
README.chromium 11 Guide. The linter handles style issues so that you can focus on the code.
  /external/chromium_org/apps/
app_launch_for_metro_restart_win.h 16 // Handles launching apps on browser startup due to an attempt to launch an app
  /external/chromium_org/ash/system/keyboard_brightness/
keyboard_brightness_control_delegate.h 19 // Handles an accelerator-driven request to decrease or increase the keyboard

Completed in 1853 milliseconds

12 3 4 5 6 7 8 91011>>