Searched defs:handle (Results 276 - 300 of 693) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/extensions/
H A Duser_script_master.cc313 void UserScriptMaster::NewScriptsAvailable(base::SharedMemory* handle) { argument
314 // Ensure handle is deleted or released.
315 scoped_ptr<base::SharedMemory> handle_deleter(handle);
331 Details<base::SharedMemory>(handle));
/external/chromium/chrome/browser/
H A Dfavicon_helper.cc310 FaviconService::Handle handle,
386 void FaviconHelper::OnFaviconData(FaviconService::Handle handle, argument
309 OnFaviconDataForInitialURL( FaviconService::Handle handle, history::FaviconData favicon) argument
H A Dgpu_process_host_ui_shim.cc267 gfx::PluginWindowHandle handle = view->GetCompositingSurface(); local
274 gdk_xid_table_lookup(handle));
281 SetWindowPos(handle,
H A Dshell_integration_linux.cc57 base::ProcessHandle handle; local
58 if (!base::LaunchApp(argv, no_stdin, false, &handle)) {
65 base::WaitForExitCode(handle, &success_code);
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest_utils_mac.cc30 // |handle| - On return, the process handle to use to communicate with the
33 const IPC::Channel& channel, base::ProcessHandle* handle) {
56 return base::LaunchApp(cl.argv(), env, fds_to_map, debug_on_start, handle);
32 LaunchNSSDecrypterChildProcess(const FilePath& nss_path, const IPC::Channel& channel, base::ProcessHandle* handle) argument
/external/chromium/chrome/browser/password_manager/
H A Dpassword_form_manager.cc215 void PasswordFormManager::OnRequestDone(int handle, argument
309 CancelableRequestProvider::Handle handle,
312 DCHECK_EQ(pending_login_query_, handle);
319 OnRequestDone(handle, result);
308 OnPasswordStoreRequestDone( CancelableRequestProvider::Handle handle, const std::vector<PasswordForm*>& result) argument
/external/chromium/chrome/browser/sessions/
H A Dsession_service_unittest.cc611 void OnGotSession(int handle, std::vector<SessionWindow*>* windows) { argument
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc100 FaviconService::Handle handle,
99 OnFaviconDataAvailable( FaviconService::Handle handle, history::FaviconData favicon) argument
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dregister_page_ui.cc131 void OnVersion(chromeos::VersionLoader::Handle handle, std::string version);
256 void RegisterPageHandler::OnVersion(chromeos::VersionLoader::Handle handle, argument
/external/chromium/chrome/browser/ui/webui/
H A Dextension_icon_source.cc200 FaviconService::Handle handle = favicon_service->GetFaviconForURL( local
205 cancelable_consumer_.SetClientData(favicon_service, handle, request_id);
/external/chromium/chrome/browser/ui/webui/options/
H A Dabout_page_handler.cc417 void AboutPageHandler::OnOSVersion(chromeos::VersionLoader::Handle handle, argument
426 void AboutPageHandler::OnOSFirmware(chromeos::VersionLoader::Handle handle, argument
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service_unittest.cc179 WebDataService::Handle handle; local
181 handle = wds_->GetFormValuesForElementName(
187 EXPECT_EQ(handle, consumer.handle());
273 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); local
275 EXPECT_EQ(handle, consumer.handle());
293 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); local
295 EXPECT_EQ(handle, consumer.handle());
338 WebDataService::Handle handle = wds_->GetAutofillProfiles(&consumer); local
394 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local
413 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local
458 WebDataService::Handle handle = wds_->GetCreditCards(&consumer); local
507 WebDataService::Handle handle = wds_->GetAutofillProfiles(&profile_consumer); local
[all...]
/external/chromium/net/disk_cache/
H A Dstress_cache.cc61 base::ProcessHandle handle; local
62 if (!base::LaunchApp(cmdline, false, false, &handle)) {
68 if (!base::WaitForExitCode(handle, &exit_code)) {
/external/chromium/net/http/
H A Dhttp_stream_factory_impl_unittest.cc139 ClientSocketHandle* handle,
154 ClientSocketHandle* handle) {
174 const ClientSocketHandle* handle) const {
136 RequestSocket(const std::string& group_name, const void* socket_params, RequestPriority priority, ClientSocketHandle* handle, CompletionCallback* callback, const BoundNetLog& net_log) argument
153 CancelRequest(const std::string& group_name, ClientSocketHandle* handle) argument
/external/chromium/net/socket/
H A Dssl_client_socket_pool_unittest.cc179 ClientSocketHandle handle; local
180 int rv = handle.Init("a", params, MEDIUM, NULL, pool_.get(), BoundNetLog());
182 EXPECT_FALSE(handle.is_initialized());
183 EXPECT_FALSE(handle.socket());
184 EXPECT_FALSE(handle.is_ssl_error());
196 ClientSocketHandle handle; local
198 int rv = handle.Init(
201 EXPECT_FALSE(handle.is_initialized());
202 EXPECT_FALSE(handle.socket());
205 EXPECT_FALSE(handle
221 ClientSocketHandle handle; local
240 ClientSocketHandle handle; local
263 ClientSocketHandle handle; local
286 ClientSocketHandle handle; local
312 ClientSocketHandle handle; local
339 ClientSocketHandle handle; local
365 ClientSocketHandle handle; local
397 ClientSocketHandle handle; local
426 ClientSocketHandle handle; local
445 ClientSocketHandle handle; local
470 ClientSocketHandle handle; local
489 ClientSocketHandle handle; local
511 ClientSocketHandle handle; local
530 ClientSocketHandle handle; local
567 ClientSocketHandle handle; local
597 ClientSocketHandle handle; local
632 ClientSocketHandle handle; local
[all...]
/external/chromium/third_party/libevent/
H A Devrpc.c130 evrpc_remove_hook_internal(struct evrpc_hook_list *head, void *handle) argument
134 if (hook == handle) {
145 * remove the hook specified by the handle
149 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) argument
164 return (evrpc_remove_hook_internal(head, handle));
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32filesystem.cc179 HANDLE handle = ::CreateFile( local
187 if (INVALID_HANDLE_VALUE == handle) {
191 if (!::CloseHandle(handle)) {
/external/e2fsprogs/e2fsck/
H A Drevoke.c284 int journal_revoke(handle_t *handle, unsigned long blocknr, argument
295 journal = handle->h_transaction->t_journal;
342 journal_forget(handle, bh_in);
352 handle->h_transaction->t_tid);
375 int journal_cancel_revoke(handle_t *handle, struct journal_head *jh) argument
378 journal_t *journal = handle->h_transaction->t_journal;
/external/e2fsprogs/lib/ext2fs/
H A Dblock.c363 ext2_extent_handle_t handle; local
371 ctx.errcode = ext2fs_extent_open2(fs, ino, &inode, &handle);
376 ctx.errcode = ext2fs_extent_get(handle, op, &extent);
392 ext2fs_extent_set_bmap(handle,
419 ext2fs_extent_replace(handle, 0, &extent);
440 ext2fs_extent_set_bmap(handle,
453 ext2fs_extent_free(handle);
/external/icu4c/common/
H A Dumapfile.c362 dllhandle *handle; local
424 handle=dllload(pathBuffer);
427 fprintf(stderr, " -> %08X\n", handle );
430 if(handle != NULL) {
434 val=dllqueryvar((dllhandle*)handle, U_ICUDATA_ENTRY_NAME);
440 fprintf(stderr, "dllqueryvar(%08X, %s) -> %08X\n", handle, U_ICUDATA_ENTRY_NAME, val);
446 return FALSE; /* no handle */
/external/iproute2/tc/
H A Dtc.c43 static void *BODY = NULL; /* cached handle dlopen(NULL) */
84 __u32 handle; local
92 if (get_u32(&handle, fhandle, 16)) {
96 t->tcm_handle = handle;
/external/iptables/iptables/
H A Dip6tables-restore.c60 struct ip6tc_handle *handle; local
62 handle = ip6tc_init(tablename);
64 if (!handle) {
67 handle = ip6tc_init(tablename);
70 if (!handle) {
76 return handle;
104 "Parser cannot handle more arguments\n");
122 struct ip6tc_handle *handle = NULL; local
199 ret = ip6tc_commit(handle);
200 ip6tc_free(handle);
[all...]
H A Diptables-restore.c61 struct iptc_handle *handle; local
63 handle = iptc_init(tablename);
65 if (!handle) {
68 handle = iptc_init(tablename);
71 if (!handle) {
76 return handle;
104 "Parser cannot handle more arguments\n");
124 struct iptc_handle *handle = NULL; local
205 ret = iptc_commit(handle);
206 iptc_free(handle);
[all...]
/external/kernel-headers/original/linux/
H A Dion.h145 * an opaque handle to it.
152 * ion_free - free a handle
154 * @handle: the handle to free
156 * Free the provided handle.
158 void ion_free(struct ion_client *client, struct ion_handle *handle);
161 * ion_phys - returns the physical address and len of a handle
163 * @handle: the handle
167 * This function queries the heap for a particular handle t
251 struct ion_handle *handle; member in struct:ion_allocation_data
265 struct ion_handle *handle; member in struct:ion_fd_data
274 struct ion_handle *handle; member in struct:ion_handle_data
[all...]
/external/libmtp/src/
H A Dlibusb-glue.h52 usb_dev_handle* handle; member in struct:_PTP_USB

Completed in 1240 milliseconds

<<11121314151617181920>>