OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attached_
(Results
1 - 4
of
4
) 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/content/renderer/browser_plugin/
browser_plugin.h
38
bool attached() const { return
attached_
; }
260
bool
attached_
;
member in class:content::BrowserPlugin
browser_plugin.cc
49
attached_
(false),
308
attached_
= true;
[
all
...]
Completed in 550 milliseconds