OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bind_ctx_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome_frame/
bind_status_callback_impl.h
52
return
bind_ctx_
;
92
base::win::ScopedComPtr<IBindCtx>
bind_ctx_
;
member in class:BSCBImpl
bind_status_callback_impl.cc
41
bind_ctx_
= bind_ctx;
53
if (
bind_ctx_
) {
54
hr = ::RevokeBindStatusCallback(
bind_ctx_
, this);
57
bind_ctx_
.Release();
urlmon_bind_status_callback.cc
373
BindContextInfo::FromBindContext(
bind_ctx_
, info.Receive());
Completed in 164 milliseconds