Searched refs:control_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsharedmem_ipc_client.cc23 return reinterpret_cast<char*>(control_) +
24 control_->channels[ix].channel_base;
32 ChannelControl* channel = control_->channels;
42 : control_(reinterpret_cast<IPCControl*>(shared_mem)) {
44 control_->channels[0].channel_base;
46 DCHECK(0 != control_->channels_count);
54 if (!control_->server_alive)
58 ChannelControl* channel = control_->channels;
78 wait = ::WaitForSingleObject(control_->server_alive, 0);
94 control_
[all...]
H A Dsharedmem_ipc_client.h129 IPCControl* control_; member in class:sandbox::SharedMemIPCClient
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_win.cc178 hr = control_->GetConfig(host_config.Receive());
245 hr = control_->SetOwnerWindow(
252 hr = control_->UpdateConfig(config_str);
260 hr = control_->StopDaemon();
277 hr = control_->GetVersion(version.Receive());
321 if (!control_) {
329 IID_IDaemonControl, control_.ReceiveVoid());
335 control_.QueryInterface(IID_IDaemonControl2, control2_.ReceiveVoid());
337 // Release |control_| upon expiration of the timeout.
357 if (!control_) {
[all...]
H A Ddaemon_controller_delegate_win.h59 // |control_| and |control2_| hold references to an instance of the daemon
61 base::win::ScopedComPtr<IDaemonControl> control_; member in class:remoting::DaemonControllerDelegateWin
64 // True if |control_| holds a reference to an elevated instance of the daemon
68 // This timer is used to release |control_| after a timeout.
/external/chromium_org/ui/views/controls/
H A Dnative_control.cc40 control_(NULL),
69 return control_;
88 control_ = parent_->CreateNativeControl(m_hWnd);
92 control_, &NativeControl::NativeControlWndProc);
93 prop_.reset(new ViewProp(control_, kNativeControlKey , parent_));
95 ::ShowWindow(control_, SW_SHOW);
110 ::MoveWindow(control_, 0, 0, sz.cx, sz.cy, TRUE);
164 HWND control_; member in class:views::NativeControlContainer
/external/chromium/net/spdy/
H A Dspdy_protocol.h249 } control_; member in union:spdy::SpdyFrameBlock::__anon3228
381 return (ntohs(frame_->control_.version_) & kControlFlagMask) ==
441 uint16 type = ntohs(block()->control_.type_);
447 return ntohs(block()->control_.version_) & kVersionMask;
452 mutable_block()->control_.version_ = htons(kControlFlagMask | version);
456 uint16 type = ntohs(block()->control_.type_);
463 mutable_block()->control_.type_ = htons(type);
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h574 v8::ActivityControl* control_; member in class:v8::internal::HeapSnapshotGenerator
H A Dheap-snapshot-generator.cc2369 control_(control),
2433 if (control_ != NULL
2436 control_->ReportProgressValue(progress_counter_, progress_total_) ==
2444 if (control_ == NULL) return;
/external/v8/src/
H A Dprofile-generator.cc3047 control_(control),
3124 if (control_ != NULL
3127 control_->ReportProgressValue(progress_counter_, progress_total_) ==
3135 if (control_ == NULL) return;
H A Dprofile-generator.h1098 v8::ActivityControl* control_; member in class:v8::internal::HeapSnapshotGenerator

Completed in 443 milliseconds