HomeSort by relevance Sort by last modified time
    Searched refs:handle (Results 1001 - 1025 of 3441) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/ui/webui/options/
password_manager_handler.h 78 CancelableRequestProvider::Handle pending_login_query_;
91 CancelableRequestProvider::Handle handle,
107 CancelableRequestProvider::Handle handle,
  /external/chromium_org/chrome/renderer/media/
chrome_webrtc_log_message_delegate.cc 59 base::SharedMemoryHandle handle,
63 shared_memory_.reset(new base::SharedMemory(handle, false));
  /external/chromium_org/chrome/test/automation/
browser_proxy.h 33 int handle)
34 : AutomationResourceProxy(tracker, sender, handle) {}
  /external/chromium_org/chrome_frame/ready_mode/internal/
registry_ready_mode_state.cc 28 // Returns the new process handle, which the caller is responsible for closing,
30 HANDLE LaunchCommandDirectly(const std::wstring& command_field) {
43 HANDLE launched_process = NULL;
55 // Attempts to launch a command using the ProcessLauncher. Returns a handle to
58 HANDLE LaunchCommandViaProcessLauncher(const std::wstring& command_field) {
59 HANDLE launched_process = NULL;
75 bool CheckProcessExitCode(HANDLE handle) {
78 DWORD wait_result = WaitForSingleObject(handle, 5000); // (ms)
82 if (!::GetExitCodeProcess(handle, &exit_code))
130 base::win::ScopedHandle handle; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_gamepad_host.cc 75 base::SharedMemoryHandle handle = local
80 handle, sizeof(ppapi::ContentGamepadHardwareBuffer)));
  /external/chromium_org/content/common/
child_process_host_impl.h 43 base::SharedMemoryHandle* handle);
77 base::SharedMemoryHandle* handle);
  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 25 // a handle to the corresponding render target texture through an extension.
139 HANDLE surface_handle = GetShareHandle();
179 // But we release frontbuffer by telling UI to release its handle on it.
248 const gfx::GLSurfaceHandle& handle) {
249 DCHECK(handle.handle);
250 DCHECK(handle.transport_type == gfx::NATIVE_DIRECT ||
251 handle.transport_type == gfx::NATIVE_TRANSPORT);
274 gfx::GLSurface::CreateViewGLSurface(handle.handle);
    [all...]
  /external/chromium_org/content/renderer/device_orientation/
device_sensor_event_pump.cc 69 void DeviceSensorEventPump::OnDidStart(base::SharedMemoryHandle handle) {
77 if (InitializeReader(handle)) {
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.h 49 base::SharedMemoryHandle handle() const { return mem_->handle(); } function in class:content::CompositorSoftwareOutputDevice::Buffer
  /external/chromium_org/content/renderer/media/
video_capture_message_filter.h 30 virtual void OnBufferCreated(base::SharedMemoryHandle handle,
86 base::SharedMemoryHandle handle,
  /external/chromium_org/content/renderer/
speech_recognition_dispatcher.h 54 int GetOrCreateIDForHandle(const WebKit::WebSpeechRecognitionHandle& handle);
55 bool HandleExists(const WebKit::WebSpeechRecognitionHandle& handle);
  /external/chromium_org/ipc/
ipc_channel_factory.cc 67 ChannelHandle handle(std::string(),
69 delegate_->OnClientConnected(handle);
  /external/chromium_org/media/audio/linux/
alsa_util.cc 21 snd_pcm_t* handle = NULL; local
22 int error = wrapper->PcmOpen(&handle, device_name, type, SND_PCM_NONBLOCK);
29 error = wrapper->PcmSetParams(handle, pcm_format,
36 if (alsa_util::CloseDevice(wrapper, handle) < 0) {
38 LOG(WARNING) << "Unable to close audio device. Leaking handle.";
43 return handle;
84 int CloseDevice(media::AlsaWrapper* wrapper, snd_pcm_t* handle) {
85 std::string device_name = wrapper->PcmName(handle);
86 int error = wrapper->PcmClose(handle);
196 // Did not find any Capture handle, use the Mic handle
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.h 58 // Convert from FD to KernelHandle, and acquire the handle.
62 // Allocate a new fd and assign the handle to it, while
63 // ref counting the handle and associated mount.
64 // Assumes |handle| is non-NULL;
65 int AllocateFD(const ScopedKernelHandle& handle);
67 // Assumes |handle| is non-NULL;
68 void FreeAndReassignFD(int fd, const ScopedKernelHandle& handle);
  /external/chromium_org/ppapi/proxy/
proxy_channel.h 43 // Duplicates a handle to the provided object, returning one that is valid
49 base::PlatformFile handle,
62 // Shares a file handle (HANDLE / file descriptor) with the remote side. It
63 // returns a handle that should be sent in exactly one IPC message. Upon
64 // receipt, the remote side then owns that handle. Note: if sending the
65 // message fails, the returned handle is properly closed by the IPC system. If
66 // should_close_source is set to true, the original handle is closed by this
69 base::PlatformFile handle,
  /external/chromium_org/ppapi/thunk/
ppb_broker_thunk.cc 38 int32_t GetHandle(PP_Resource resource, int32_t* handle) {
42 return enter.object()->GetHandle(handle);
  /external/chromium_org/remoting/host/setup/
native_messaging_writer.cc 53 NativeMessagingWriter::NativeMessagingWriter(base::PlatformFile handle)
54 : write_stream_(handle, base::PLATFORM_FILE_WRITE, NULL),
  /external/chromium_org/sandbox/win/src/
filesystem_policy.h 49 HANDLE* handle,
65 HANDLE* handle,
92 HANDLE target_file_handle,
registry_policy.cc 38 HANDLE handle; local
39 NTSTATUS status = NtOpenKey(&handle, *access, obj_attributes);
44 status = NtQueryObject(handle, ObjectBasicInformation, &info, sizeof(info),
46 NtClose(handle);
54 NTSTATUS NtCreateKeyInTarget(HANDLE* target_key_handle,
61 HANDLE target_process) {
71 HANDLE local_handle = INVALID_HANDLE_VALUE;
86 NTSTATUS NtOpenKeyInTarget(HANDLE* target_key_handle,
89 HANDLE target_process)
    [all...]
sandbox_policy.h 195 virtual ResultCode SetStdoutHandle(HANDLE handle) = 0;
196 virtual ResultCode SetStderrHandle(HANDLE handle) = 0;
217 // Adds a handle that will be closed in the target process after lockdown.
219 // An empty string for handle_name indicates the handle is unnamed.
win_utils.h 77 // Returns true if the handle corresponds to the object pointed by this path.
78 bool SameObject(HANDLE handle, const wchar_t* full_path);
80 // Resolves a handle to an nt path. Returns true if the handle can be resolved.
81 bool GetPathFromHandle(HANDLE handle, std::wstring* path);
87 // Translates a reserved key name to its handle.
101 bool WriteProtectedChildMemory(HANDLE child_process, void* address,
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SystemSyncContentResolverDelegate.java 20 public void removeStatusChangeListener(Object handle) {
21 ContentResolver.removeStatusChangeListener(handle);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8HiddenPropertyName.cpp 47 v8::Handle<v8::String> V8HiddenPropertyName::name() \
59 static v8::Handle<v8::String> hiddenReferenceName(const char* name, unsigned length)
68 void V8HiddenPropertyName::setNamedHiddenReference(v8::Handle<v8::Object> parent, const char* name, v8::Handle<v8::Value> child)
74 void V8HiddenPropertyName::createString(const char* key, v8::Persistent<v8::String>* handle)
78 handle->Reset(isolate, v8::String::NewSymbol(key));
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsync.h 84 * Link a sync to its display and return the handle of the link.
85 * The handle can be passed to client directly.
106 * Lookup a handle to find the linked sync.
107 * Return NULL if the handle has no corresponding linked sync.
110 _eglLookupSync(EGLSyncKHR handle, _EGLDisplay *dpy)
112 _EGLSync *sync = (_EGLSync *) handle;
120 * Return the handle of a linked sync, or EGL_NO_SYNC_KHR.
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h 147 * Create a texture from a winsys_handle. The handle is often created in
153 struct winsys_handle *handle);
162 struct winsys_handle *handle);
172 * \param winsys_drawable_handle an opaque handle that the calling context

Completed in 1510 milliseconds

<<41424344454647484950>>