Searched refs:lid (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/ui/webui/resources/css/
H A Dtrash.css22 .trash > .lid {
30 .trash > .lid {
37 html[dir='rtl'] .trash > .lid {
41 .trash:focus > .lid,
42 .trash:hover > .lid {
47 html[dir='rtl'] .trash:focus > .lid,
48 html[dir='rtl'] .trash:hover > .lid {
/external/chromium_org/content/browser/renderer_host/media/
H A Dpeer_connection_tracker_host.cc70 info.lid,
76 void PeerConnectionTrackerHost::OnRemovePeerConnection(int lid) { argument
77 WebRTCInternals::GetInstance()->OnRemovePeerConnection(peer_pid(), lid); local
81 int lid, const std::string& type, const std::string& value) {
84 lid, local
89 void PeerConnectionTrackerHost::OnAddStats(int lid, argument
91 WebRTCInternals::GetInstance()->OnAddStats(peer_pid(), lid, value); local
80 OnUpdatePeerConnection( int lid, const std::string& type, const std::string& value) argument
H A Dpeer_connection_tracker_host.h44 void OnRemovePeerConnection(int lid);
46 int lid, const std::string& type, const std::string& value);
47 void OnAddStats(int lid, const base::ListValue& value);
/external/chromium_org/content/browser/resources/media/
H A Dpeer_connection_update_table.js9 * @param {number} lid The id of the peer conneciton inside a renderer.
14 var PeerConnectionUpdateEntry = function(pid, lid, type, value) {
23 this.lid = lid;
H A Dwebrtc_internals.js120 * @param {!Object.<string, number>} data The object containing the pid and lid
125 return data.pid + '-' + data.lid;
177 * @param {!Object.<string, number>} data The object containing the pid and lid
192 * @param {!Object} data The object containing the pid, lid, url,
231 * connections. Each array item contains pid, lid, url, rtcConfiguration,
252 * @param {!Object} data The object containing pid, lid, and reports, where
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals.cc73 int lid,
85 dict->SetInteger("lid", lid);
96 void WebRTCInternals::OnRemovePeerConnection(ProcessId pid, int lid) { argument
105 dict->GetInteger("lid", &this_lid);
107 if (this_pid != static_cast<int>(pid) || this_lid != lid)
116 id.SetInteger("lid", lid);
124 ProcessId pid, int lid, const string& type, const string& value) {
133 record->GetInteger("lid",
71 OnAddPeerConnection(int render_process_id, ProcessId pid, int lid, const string& url, const string& rtc_configuration, const string& constraints) argument
123 OnUpdatePeerConnection( ProcessId pid, int lid, const string& type, const string& value) argument
166 OnAddStats(base::ProcessId pid, int lid, const base::ListValue& value) argument
323 int lid = 0, pid = 0; local
[all...]
H A Dwebrtc_internals.h38 // |pid| is the renderer process id, |lid| is the renderer local id used to
45 int lid,
51 // |pid| is the renderer process id, |lid| is the renderer local id.
52 void OnRemovePeerConnection(base::ProcessId pid, int lid);
55 // |pid| is the renderer process id, |lid| is the renderer local id,
58 int lid,
63 // are available. |pid| is the renderer process id, |lid| is the renderer
65 void OnAddStats(base::ProcessId pid, int lid, const base::ListValue& value);
150 // "lid" -- local Id assigned to the PeerConnection.
H A Dwebrtc_internals_unittest.cc120 VerifyInt(dict, "lid", 2);
142 VerifyInt(dict, "lid", 2);
165 VerifyInt(dict, "lid", 2);
218 const int rid = 0, pid = 1, lid = 2; local
223 rid, pid, lid, kUrl, kRtcConfiguration, kContraints);
225 pid, lid, update_type, update_value);
243 VerifyInt(dict, "lid", lid);
261 const int rid = 0, pid = 1, lid = 2; local
265 rid, pid, lid, kUr
[all...]
H A Dwebrtc_internals_browsertest.cc80 PeerConnectionEntry(int pid, int lid) : pid_(pid), lid_(lid) {} argument
101 ss << "{pid:" << pid_ << ", lid:" << lid_ << ", log:[";
177 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << ", " <<
185 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ << "}";
308 ss << "{pid:" << pc.pid_ <<", lid:" << pc.lid_ <<
327 ss << "{pid:" << pc.pid_ << ", lid:" << pc.lid_ << ","
/external/bluetooth/bluedroid/include/
H A Dbt_trace.h364 #define BTTRC_EVENT(lid, event, state) \
365 {BTTRC_StackTrace1(lid, BTTRC_TYPE_EVENT, event, BTTRC_PARAM_UINT8, state);}
366 #define BTTRC_ACTION(lid, action) \
367 {BTTRC_StackTrace0(lid, BTTRC_TYPE_ACTION, action);}
368 #define BTTRC_STATE(lid, state) \
369 {BTTRC_StackTrace1(lid, BTTRC_TYPE_EVENT, BTTRC_TOKEN_SM_STATE, BTTRC_PARAM_UINT8, state);}
371 #define BTTRC_API0(lid, api) \
372 {BTTRC_StackTrace0(lid, BTTRC_TYPE_API, api);}
373 #define BTTRC_API1(lid, api, p1_t,p1_v) \
374 {BTTRC_StackTrace1(lid, BTTRC_TYPE_AP
[all...]
/external/chromium_org/content/common/media/
H A Dpeer_connection_tracker_messages.h14 IPC_STRUCT_MEMBER(int, lid)
24 int /* lid */)
26 int /* lid */,
30 int /* lid */,
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_mad.h62 * @lid - Remote lid received from/to be sent to
80 __be16 lid; member in struct:ib_user_mad_hdr_old
105 * @lid - Remote lid received from/to be sent to
124 __be16 lid; member in struct:ib_user_mad_hdr
H A Dib_user_verbs.h218 __u16 lid; member in struct:ib_uverbs_query_port_resp
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller.h41 // enters and exits maximize mode when the lid is opened beyond the triggering
140 // Detect hinge rotation from |base| and |lid| accelerometers and
143 const gfx::Vector3dF& lid);
145 // Detect screen rotation from |lid| accelerometer and automatically rotate
147 void HandleScreenRotation(const gfx::Vector3dF& lid);
153 // Returns true if the lid was recently opened.
210 // Tracks the last time we received a lid open event. This is used to suppress
211 // erroneous accelerometer readings as the lid is opened but the accelerometer
212 // reports readings that make the lid to appear near fully open.
218 // Tracks when the lid i
[all...]
H A Dmaximize_mode_controller_unittest.cc37 // Test accelerometer data taken with the lid at less than 180 degrees while
39 // each 6 values corresponds to the X, Y, and Z readings from the base and lid
44 // Test accelerometer data taken with the lid open 360 degrees while
46 // each 6 values corresponds to the X, Y, and Z readings from the base and lid
78 const gfx::Vector3dF& lid) {
83 lid.x(), lid.y(), lid.z());
151 // Verify that closing the lid will exit maximize mode.
160 // Verify that maximize mode will not be entered when the lid i
77 TriggerAccelerometerUpdate(const gfx::Vector3dF& base, const gfx::Vector3dF& lid) argument
[all...]
H A Dmaximize_mode_controller.cc45 // When the lid is near open (or near closed) the accelerometer readings may be
46 // inaccurate and a lid that is fully open may appear to be near closed (and
51 // The time duration to consider the lid to be recently opened.
53 // reading makes the lid appear to be fully open when the user is opening the
54 // lid from a closed position.
62 // the accelerometers for the base and lid approach the same values (i.e.
206 // reading from the lid differs too much from the reading from the base.
275 const gfx::Vector3dF& lid) {
281 gfx::Vector3dF lid_flattened(lid);
285 // As the hinge approaches a vertical angle, the base and lid accelerometer
274 HandleHingeRotation(const gfx::Vector3dF& base, const gfx::Vector3dF& lid) argument
322 HandleScreenRotation(const gfx::Vector3dF& lid) argument
[all...]
/external/chromium_org/content/renderer/media/
H A Dpeer_connection_tracker.cc246 InternalStatsObserver(int lid) argument
247 : lid_(lid){}
317 info.lid = GetNextLocalID();
329 peer_connection_id_map_[pc_handler] = info.lid;
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dnew_tab.css342 #trash > .lid,
348 html[dir='rtl'] #trash > .lid,
353 #footer.showing-trash-mode #trash.drag-target .lid {
357 html[dir='rtl'] #footer.showing-trash-mode #trash.drag-target .lid {
/external/svox/pico/lib/
H A Dpicopr.c1191 picoos_int32 lid; local
1210 lid = picoktab_graphOffset(pr->graphs, lstr);
1211 if ((lid > 0) && picoktab_getIntPropTokenType(pr->graphs, lid, &ltype) &&
1214 picoktab_getIntPropTokenSubType(pr->graphs,lid, &lsubtype);
1690 picoos_int32 lid; local
1755 lid = picoktab_graphOffset(pr->graphs,pr->tmpItem.data);
1756 if (lid > 0) {
1757 if (picoktab_getIntPropTokenType(pr->graphs, lid, &ltype)) {
1762 picoktab_getIntPropTokenSubType(pr->graphs, lid,
2460 picoos_int32 lid; local
[all...]
/external/libnfc-nci/src/include/
H A Dbt_trace.h424 #define BTTRC_EVENT(lid, event, state) \
425 {BTTRC_StackTrace1(lid, BTTRC_TYPE_EVENT, event, BTTRC_PARAM_UINT8, state);}
426 #define BTTRC_ACTION(lid, action) \
427 {BTTRC_StackTrace0(lid, BTTRC_TYPE_ACTION, action);}
428 #define BTTRC_STATE(lid, state) \
429 {BTTRC_StackTrace1(lid, BTTRC_TYPE_EVENT, BTTRC_TOKEN_SM_STATE, BTTRC_PARAM_UINT8, state);}
431 #define BTTRC_API0(lid, api) \
432 {BTTRC_StackTrace0(lid, BTTRC_TYPE_API, api);}
433 #define BTTRC_API1(lid, api, p1_t,p1_v) \
434 {BTTRC_StackTrace1(lid, BTTRC_TYPE_AP
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js4769 var lid = isNode ? (dontFix ? 2 : 1) : 0, l = [dojo._listener, del, node_listener][lid];
4777 return [ obj, event, h, lid ];

Completed in 499 milliseconds