Searched defs:handle (Results 76 - 100 of 693) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/js/
H A DDOMWrapperWorld.cpp32 void JSDOMWrapperOwner::finalize(JSC::Handle<JSC::Unknown> handle, void* context) argument
34 JSDOMWrapper* wrapper = static_cast<JSDOMWrapper*>(handle.get().asCell());
/external/webkit/Source/WebCore/bindings/v8/
H A DOwnHandle.h42 explicit OwnHandle(v8::Handle<T> handle) : m_handle(v8::Persistent<T>::New(handle)) { } argument
46 void set(v8::Handle<T> handle) { clear(); m_handle = v8::Persistent<T>::New(handle); } argument
59 // Make the underlying handle weak. The client doesn't get a callback,
60 // we just make the handle empty.
71 OwnHandle<T>* handle = static_cast<OwnHandle<T>*>(ownHandle); local
72 handle->clear();
/external/webkit/Source/WebCore/platform/android/
H A DFileSystemAndroid.cpp58 String openTemporaryFile(const String& prefix, PlatformFileHandle& handle) argument
69 handle = open(filename.utf8().data(), O_WRONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
72 if (handle != -1)
/external/webkit/Source/WebCore/platform/graphics/win/
H A DRefCountedGDIHandle.h33 static PassRefPtr<RefCountedGDIHandle> create(T handle) argument
35 return adoptRef(new RefCountedGDIHandle<T>(handle));
49 T handle() const function in class:WebCore::RefCountedGDIHandle
60 RefCountedGDIHandle(T handle) argument
61 : m_handle(handle)
/external/webkit/Source/WebCore/platform/network/
H A DDataURL.cpp41 void handleDataURL(ResourceHandle* handle) argument
43 ASSERT(handle->firstRequest().url().protocolIs("data"));
44 String url = handle->firstRequest().url().string();
48 handle->client()->cannotShowURL(handle);
68 response.setURL(handle->firstRequest().url());
72 handle->client()->didReceiveResponse(handle, response);
77 handle->client()->didReceiveData(handle, ou
[all...]
/external/webkit/Source/WebCore/platform/network/win/
H A DNetworkStateNotifierWin.cpp100 HANDLE handle; local
101 ::NotifyAddrChange(&handle, &m_overlapped);
/external/webkit/Source/WebCore/platform/win/
H A DWin32Handle.h38 explicit Win32Handle(HANDLE handle) : m_handle(handle) { } argument
55 Win32Handle& operator=(HANDLE handle) argument
58 m_handle = handle;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DResourceLoaderAndroid.cpp40 ResourceHandle* handle, const ResourceRequest& request, FrameLoaderClient* client, bool isMainResource, bool isSync)
46 return WebUrlLoader::start(client, handle, request, isMainResource, isMainFrame, isSync, webViewCore->webRequestContext());
39 start( ResourceHandle* handle, const ResourceRequest& request, FrameLoaderClient* client, bool isMainResource, bool isSync) argument
/external/webkit/Source/WebKit2/Shared/gtk/
H A DUpdateChunk.cpp68 SharedMemory::Handle handle; local
69 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) {
71 encoder->encode(handle);
97 SharedMemory::Handle handle; local
98 if (!decoder->decode(handle))
101 chunk.m_sharedMemory = SharedMemory::create(handle, SharedMemory::ReadOnly);
/external/webkit/Source/WebKit2/Shared/qt/
H A DUpdateChunk.cpp67 SharedMemory::Handle handle; local
68 if (m_sharedMemory->createHandle(handle, SharedMemory::ReadOnly)) {
70 encoder->encode(handle);
96 SharedMemory::Handle handle; local
97 if (!decoder->decode(handle))
100 chunk.m_sharedMemory = SharedMemory::create(handle, SharedMemory::ReadOnly);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownloadManager.cpp56 void DownloadManager::convertHandleToDownload(uint64_t downloadID, WebPage* initiatingPage, ResourceHandle* handle, const ResourceRequest& request, const ResourceRequest& initialRequest, const ResourceResponse& response) argument
60 download->startWithHandle(initiatingPage, handle, initialRequest, response);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebDragClientWin.cpp81 SharedMemory::Handle handle; local
82 if (!memoryBuffer->createHandle(handle, SharedMemory::ReadOnly))
86 m_page->send(Messages::WebPageProxy::StartDragDrop(imageOrigin, dragPoint, okEffect, dragData.dragDataMap(), IntSize(bitmapInfo.bmiHeader.biWidth, bitmapInfo.bmiHeader.biHeight), handle, isLink), m_page->pageID());
/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.cc59 void* ProcessingComponent::handle(int index) const { function in class:webrtc::ProcessingComponent
/external/blktrace/btt/
H A Dbno_dump.c70 void bno_dump_add(void *handle, struct io *iop) argument
72 struct bno_dump *bdp = handle;
/external/chromium/base/synchronization/
H A Dwaitable_event.h59 // Releases ownership of the handle from this object.
86 HANDLE handle() const { return handle_; } function in class:base::WaitableEvent
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_win.cc15 void TestingAutomationProvider::ActivateWindow(int handle) { argument
16 if (window_tracker_->ContainsHandle(handle)) {
17 ::SetActiveWindow(window_tracker_->GetResource(handle));
21 void TestingAutomationProvider::IsWindowMaximized(int handle, argument
26 HWND hwnd = window_tracker_->GetResource(handle);
35 void TestingAutomationProvider::TerminateSession(int handle, bool* success) { argument
38 if (browser_tracker_->ContainsHandle(handle)) {
39 Browser* browser = browser_tracker_->GetResource(handle);
45 void TestingAutomationProvider::GetWindowBounds(int handle, argument
49 HWND hwnd = window_tracker_->GetResource(handle);
58 SetWindowBounds(int handle, const gfx::Rect& bounds, bool* success) argument
71 SetWindowVisible(int handle, bool visible, bool* result) argument
83 GetWindowTitle(int handle, string16* text) argument
[all...]
/external/chromium/chrome/browser/first_run/
H A Dupgrade_util_win.cc48 HANDLE handle = HANDLE(phandle); local
49 WaitForSingleObject(handle, INFINITE);
51 ::GetExitCodeProcess(handle, &exit_code);
52 ::CloseHandle(handle);
99 base::ProcessHandle handle; local
100 if (base::LaunchApp(rename_cmd, true, true, &handle)) {
102 ::GetExitCodeProcess(handle, &exit_code);
103 ::CloseHandle(handle);
/external/chromium/chrome/browser/
H A Dplatform_util_linux.cc39 base::ProcessHandle handle; local
40 if (base::LaunchApp(argv, env, no_files, false, &handle))
41 ProcessWatcher::EnsureProcessGetsReaped(handle);
/external/chromium/chrome/browser/ui/webui/
H A Dfavicon_source.cc27 FaviconService::Handle handle; local
34 handle = favicon_service->GetFavicon(
40 handle = favicon_service->GetFaviconForURL(
47 cancelable_consumer_.SetClientData(favicon_service, handle, request_id);
/external/chromium/chrome/common/
H A Dmulti_process_lock_unittest.cc53 base::ProcessHandle handle = SpawnChild("MultiProcessLockTryFailMain", false); local
54 ASSERT_TRUE(handle);
56 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
63 base::ProcessHandle handle = SpawnChild("MultiProcessLockTrySucceedMain", local
65 ASSERT_TRUE(handle);
67 EXPECT_TRUE(base::WaitForExitCode(handle, &exit_code));
86 "have a path that is to long for linux to handle");
/external/chromium/net/base/
H A Ddnsrr_resolver_unittest.cc33 DnsRRResolver::Handle handle; local
35 handle = resolver.Resolve("test.imperialviolet.org", 13172, 0,
37 ASSERT_TRUE(handle != DnsRRResolver::kInvalidHandle);
48 DnsRRResolver::Handle handle; local
50 handle = resolver.Resolve("google.com", kDNS_TXT, 0,
52 ASSERT_TRUE(handle != DnsRRResolver::kInvalidHandle);
64 DnsRRResolver::Handle handle; local
66 handle = resolver.Resolve("www.testing.notatld", kDNS_TESTING, 0,
68 ASSERT_TRUE(handle != DnsRRResolver::kInvalidHandle);
77 handle
[all...]
H A Dnetwork_change_notifier_win.cc164 HANDLE handle = NULL; local
165 DWORD ret = NotifyAddrChange(&handle, &addr_overlapped_);
/external/chromium/webkit/glue/
H A Dwebsocketstreamhandle_delegate.h21 virtual void WillOpenStream(WebKit::WebSocketStreamHandle* handle, argument
23 virtual void WillSendData(WebKit::WebSocketStreamHandle* handle, argument
26 virtual void DidOpenStream(WebKit::WebSocketStreamHandle* handle, argument
28 virtual void DidSendData(WebKit::WebSocketStreamHandle* handle, argument
30 virtual void DidReceiveData(WebKit::WebSocketStreamHandle* handle, argument
/external/iproute2/tc/
H A Df_route.c37 static int route_parse_opt(struct filter_util *qu, char *handle, int argc, char **argv, struct nlmsghdr *n) argument
47 if (handle) {
48 if (get_u32(&t->tcm_handle, handle, 0)) {
49 fprintf(stderr, "Illegal \"handle\"\n");
94 unsigned handle; local
96 if (get_tc_classid(&handle, *argv)) {
100 addattr_l(n, 4096, TCA_ROUTE4_CLASSID, &handle, 4);
134 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
144 if (handle)
145 fprintf(f, "fh 0x%08x ", handle);
[all...]
H A Df_tcindex.c27 static int tcindex_parse_opt(struct filter_util *qu, char *handle, int argc, argument
34 if (handle) {
35 t->tcm_handle = strtoul(handle,&end,0);
92 __u32 handle; local
95 if (get_tc_classid(&handle,*argv)) {
99 addattr_l(n, 4096, TCA_TCINDEX_CLASSID, &handle, 4);
122 struct rtattr *opt, __u32 handle)
131 if (handle != ~0) fprintf(f,"handle 0x%04x ",handle);
121 tcindex_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
[all...]

Completed in 1908 milliseconds

1234567891011>>