/external/chromium_org/third_party/webrtc/video_engine/include/ |
vie_render.h | 80 const float left, 102 const float left, 107 // This function mirrors the rendered stream left and right or up and down.
|
/external/chromium_org/third_party/webrtc/video_engine/ |
vie_render_impl.h | 33 const unsigned int z_order, const float left, 41 const float left, const float top,
|
/external/chromium_org/third_party/webrtc/voice_engine/include/mock/ |
mock_voe_volume_control.h | 41 MOCK_METHOD3(SetOutputVolumePan, int(int channel, float left, float right)); 42 MOCK_METHOD3(GetOutputVolumePan, int(int channel, float& left, float& right));
|
/external/chromium_org/third_party/webrtc/voice_engine/include/ |
voe_volume_control.h | 101 // Scales volume of the |left| and |right| channels independently. 103 virtual int SetOutputVolumePan(int channel, float left, float right) = 0; 105 // Gets the current left and right scaling factors. 106 virtual int GetOutputVolumePan(int channel, float& left, float& right) = 0;
|
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/ |
caretbrowsing.css | 21 background: linear-gradient(left, rgba(128, 128, 255, 0) 0%,rgba(128, 128, 255, 0.3) 45%,rgba(128, 128, 255, 0.8) 50%,rgba(128, 128, 255, 0.3) 65%,rgba(128, 128, 255, 0) 100%);
|
/external/chromium_org/ui/views/ |
border.h | 55 int left, 62 int left,
|
/external/chromium_org/ui/webui/resources/css/ |
butter_bar.css | 24 margin-left: 0.45em;
|
/external/compiler-rt/test/tsan/ |
barrier.cc | 20 int left = idx - 1 >= 0 ? prev[idx - 1] : 0; local 22 curr[idx] = (left + right) / 2;
|
/external/openfst/src/include/fst/extensions/far/ |
info.h | 82 cout << std::left << setw(50) << "far type" 84 cout << std::left << setw(50) << "arc type" << Arc::Type() << endl; 85 cout << std::left << setw(50) << "fst type"; 94 cout << std::left << setw(50) << "# of FSTs" << nfst << endl; 95 cout << std::left << setw(50) << "total # of states" << nstate << endl; 96 cout << std::left << setw(50) << "total # of arcs" << narc << endl; 112 cout << std::left << setw(wkey) << "key" << setw(wtype) << "type" 118 cout << std::left << setw(wkey) << info.key << setw(wtype) << info.type
|
/cts/tools/tradefed-host/res/report/ |
cts_result.css | 29 margin-left:auto; 38 margin-left:auto; 60 margin-left:auto; 81 margin-left:auto; 101 text-align: left; 121 text-align: left; 126 margin-left:auto; 140 text-align: left; 150 text-align: left; 161 text-align: left; [all...] |
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_view.css | 23 padding-left: 2px; 41 margin-left: auto; 49 padding-left: 5px; 76 padding-left: 2px; 101 left: 0; 118 margin-left: 0; 129 border-left: none; 130 margin-left: 0; 134 border-left: none; 135 margin-left: 0 [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/ |
popup.css | 9 .time-left, 10 .more-left { 28 left: 0; 51 .time-left, 59 text-align: left; 68 margin-left: 3%; 118 .time-left { 183 linear, left bottom, left top, 193 top: 0; left: 0; bottom: 0; right: 0 [all...] |
/external/iproute2/tc/ |
em_meta.c | 250 unsigned long *dst, struct tcf_meta_val *left) 280 if (left) { 283 if (TCF_META_TYPE(right->kind) == TCF_META_TYPE(left->kind)) 286 if (can_adopt(left) && !can_adopt(right)) { 287 if (is_compatible(left, right)) 288 left->kind = overwrite_type(left, right); 291 } else if (can_adopt(right) && !can_adopt(left)) { 292 if (is_compatible(right, left)) 293 right->kind = overwrite_type(right, left); [all...] |
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
analysis_results.css | 22 padding-left: 2px; 30 text-align: left;
|
/external/chromium_org/athena/wm/ |
window_overview_mode.h | 24 // Gets into split-view mode with |left| on the left-side of the screen, and 25 // |right| on the right-side. If |left| or |right| is NULL, then the delegate 27 virtual void OnSelectSplitViewWindow(aura::Window* left,
|
/external/chromium_org/chrome/browser/resources/instant/ |
instant.css | 16 float: left; 44 padding-left: 5px;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
apps_page.css | 39 margin-left: auto; 55 margin-left: auto; 64 left: 10px; 69 border-bottom-left-radius: 5px 5px; 112 left: 50%; 113 margin-left: -300px; 128 left: 30px; 143 left: 30px;
|
/external/chromium_org/chrome/browser/resources/options/ |
options_settings_app.css | 26 left: 20px; 37 * of the left margin. 39 html.settings-app .language-options-left {
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_unittest_helper.h | 46 // Return the center-left point of the button in the base coordinate system 48 - (NSPoint)left;
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_standard_mappings.cc | 41 bool left = false; local 44 // increases clockwise to 1, which is up + left. It's set to a large (> 1.f) 51 left = dir >= .4f && dir <= 1.f; 60 mapped->buttons[kButtonDpadLeft].pressed = left; 61 mapped->buttons[kButtonDpadLeft].value = left ? 1.f : 0.f;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
devicesView.css | 42 margin-left: 6px; 48 padding-left: 20px;
|
tabbedPane.css | 67 float: left; 71 float: left; 101 left: 1px; 102 margin-left: 2px; 116 float: left; 122 float: left; 125 padding-left: 3px; 154 left: 0;
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
Intermediate.h | 32 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &); 34 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &); 40 TIntermNode *left, TIntermNode *right, const TSourceLoc &); 47 TIntermTyped *left, TIntermTyped *right, const TSourceLoc &);
|
/external/chromium_org/third_party/ots/src/ |
kern.h | 15 uint16_t left; member in struct:ots::OpenTypeKERNFormat0Pair
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
LineIntersection.h | 13 int horizontalLineIntersect(const _Line& line, double left, double right,
|