Searched defs:is_local (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dmedia_stream_extra_data.h25 MediaStreamExtraData(webrtc::MediaStreamInterface* stream, bool is_local);
28 bool is_local() const { return is_local_; } function in class:content::MediaStreamExtraData
H A Dmedia_stream_impl.cc268 if (extra_data->is_local()) {
607 if (extra_data && extra_data->is_local() && extra_data->stream().get() &&
639 webrtc::MediaStreamInterface* stream, bool is_local)
641 is_local_(is_local) {
638 MediaStreamExtraData( webrtc::MediaStreamInterface* stream, bool is_local) argument
/external/chromium/base/
H A Dtime_mac.cc63 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
74 time_zone(is_local ? CFTimeZoneCopySystem() : NULL);
81 void Time::Explode(bool is_local, Exploded* exploded) const { argument
87 time_zone(is_local ? CFTimeZoneCopySystem() : NULL);
H A Dtime_posix.cc76 void Time::Explode(bool is_local, Exploded* exploded) const { argument
85 if (is_local)
101 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
118 if (is_local)
H A Dtime_win.cc181 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
202 if (is_local) {
210 void Time::Explode(bool is_local, Exploded* exploded) const { argument
218 if (is_local)
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage.py75 def is_local(self): member in class:Page
101 if not self.is_local:
/external/chromium_org/base/time/
H A Dtime_mac.cc132 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
143 is_local ? CFTimeZoneCopySystem() : NULL);
150 void Time::Explode(bool is_local, Exploded* exploded) const { argument
161 is_local ? CFTimeZoneCopySystem() : NULL);
H A Dtime.cc160 bool is_local,
169 is_local ? PR_FALSE : PR_TRUE,
159 FromStringInternal(const char* time_string, bool is_local, Time* parsed_time) argument
H A Dtime_posix.cc32 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) { argument
33 if (is_local)
39 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) { argument
40 if (is_local)
49 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
50 if (is_local)
56 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
57 if (is_local)
158 void Time::Explode(bool is_local, Exploded* exploded) const { argument
185 SysTimeToTimeStruct(seconds, &timestruct, is_local);
198 FromExploded(bool is_local, const Exploded& exploded) argument
[all...]
H A Dtime_win.cc209 Time Time::FromExploded(bool is_local, const Exploded& exploded) { argument
225 if (is_local) {
240 void Time::Explode(bool is_local, Exploded* exploded) const { argument
255 if (is_local) {
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_ntp_prerenderer_unittest.cc53 void set_is_local(bool is_local) { argument
54 test_is_local_ = is_local;
H A Dinstant_ntp_prerenderer.cc187 bool is_local = ntp()->IsLocal(); local
189 if (!is_local)
242 bool is_local = ntp()->IsLocal(); local
244 if (!is_local)
H A Dinstant_controller.cc55 void RecordNavigationHistogram(bool is_local, bool is_click, bool is_extended) { argument
59 } else if (is_local) {
/external/kernel-headers/original/linux/
H A Dif_bridge.h98 __u8 is_local; member in struct:__fdb_entry
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h64 int is_local; member in struct:tls_event_data::__anon28222
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h64 int is_local; member in struct:tls_event_data::__anon28452
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h64 int is_local; member in struct:tls_event_data::__anon28684
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c985 uint8_t is_local; local
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc194 : ssrc(s), renderer(r), is_local(l), result(false) {}
197 bool is_local; member in struct:cricket::AudioRenderMessageData
1747 bool is_local) {
1748 if (is_local)
1812 data->result = SetRenderer_w(data->ssrc, data->renderer, data->is_local);
1746 SetRenderer_w(uint32 ssrc, AudioRenderer* renderer, bool is_local) argument
/external/valgrind/main/perf/
H A Dtinycc.c17340 static void asm_new_label1(TCCState *s1, int label, int is_local,
17349 if (!is_local) {
17366 static void asm_new_label(TCCState *s1, int label, int is_local)
17368 asm_new_label1(s1, label, is_local, cur_text_section->sh_num, ind);
17338 asm_new_label1(TCCState *s1, int label, int is_local, int sh_num, long value) argument
17364 asm_new_label(TCCState *s1, int label, int is_local) argument

Completed in 647 milliseconds