OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attached_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/modules/utility/source/
helpers_android.cc
19
:
attached_
(false), jvm_(jvm), env_(NULL) {
24
attached_
= ret_val == JNI_OK;
25
assert(
attached_
);
30
if (
attached_
&& (jvm_->DetachCurrentThread() < 0)) {
/external/chromium_org/third_party/webrtc/modules/utility/interface/
helpers_android.h
27
bool
attached_
;
member in class:webrtc::AttachThreadScoped
/external/chromium_org/extensions/renderer/guest_view/
guest_view_container.h
54
bool
attached_
;
member in class:extensions::GuestViewContainer
guest_view_container.cc
34
attached_
(false),
61
// GuestViewContainer supports reattachment (i.e.
attached_
== true) but not
140
attached_
= true;
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h
39
bool attached() const { return
attached_
; }
40
bool ready() const { return
attached_
|| attach_pending_; }
189
bool
attached_
;
member in class:content::BrowserPlugin
browser_plugin.cc
62
:
attached_
(false),
129
attached_
= false;
169
attached_
= true;
Completed in 135 milliseconds