OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_recording
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/components/gcm_driver/
gcm_client.cc
38
:
is_recording
(false),
gcm_client.h
131
bool
is_recording
;
member in struct:gcm::GCMClient::GCMStatistics
gcm_stats_recorder_impl.h
33
bool
is_recording
() const {
function in class:gcm::GCMStatsRecorderImpl
gcm_stats_recorder_impl_unittest.cc
357
EXPECT_TRUE(recorder_.
is_recording
());
363
EXPECT_FALSE(recorder_.
is_recording
());
gcm_client_impl.cc
785
stats.
is_recording
= recorder_.
is_recording
();
[
all
...]
/external/chromium_org/components/copresence/mediums/audio/
audio_recorder.h
59
void set_is_recording(bool
is_recording
) { is_recording_ =
is_recording
; }
/external/chromium_org/base/
event_recorder.h
54
bool
is_recording
() const { return is_recording_; }
function in class:base::EventRecorder
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient_unittest.cc
57
const std::string& nick, bool was_recording, bool
is_recording
) {
60
last_is_recording =
is_recording
;
/external/chromium_org/chrome/browser/ui/webui/
gcm_internals_ui.cc
162
results.SetBoolean("isRecording", stats->
is_recording
);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h
211
bool was_recording, bool
is_recording
);
callclient.cc
[
all
...]
Completed in 743 milliseconds