/external/chromium_org/ui/views/controls/ |
label.cc | 116 // If the UI layout is right-to-left, flip the alignment direction. 424 origin.set_x(available.right() - text_size.width());
|
/external/chromium_org/v8/src/ic/ |
ic.h | 612 Handle<Object> right) WARN_UNUSED_RESULT;
|
/external/chromium_org/v8/src/x87/ |
lithium-codegen-x87.h | 92 X87Register left, X87Register right, X87Register result);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/external/eigen/bench/ |
bench_gemm.cpp | 42 static char right = 'R'; variable
|
/external/elfutils/0.153/src/ |
ld.h | 526 struct expression *right; member in struct:expression::__anon851::__anon852 [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/ |
trace-event-perl.c | 227 define_event_symbols(event, ev_name, args->op.right);
|
trace-event-python.c | 194 define_event_symbols(event, ev_name, args->op.right);
|
/build/tools/droiddoc/templates-ds/ |
customizations.cs | 362 <?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
|
/development/build/tools/ |
sdk_repo.mk | 151 # docs, platforms and samples have nothing OS-dependent right now.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 997 andPredicates(left,right) ::= "( <left> ) and ( <right> )" [all...] |
/external/chromium_org/chrome/browser/net/ |
predictor.cc | 504 bool operator()(const GURL& left, const GURL& right) const { 505 return ReverseComponents(left) < ReverseComponents(right); 556 output->append("<tr align=right>"); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
history.js | 190 this.mainDiv_.style.right = '0';
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
editable_text.js | 60 // Adjust offsets to be in left to right order. 200 * If the cursor is a block, then the value of the character to the right 206 * right of the new cursor index depending on the direction. 861 // Ignore word-breaking sequences right next to the cursor. [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
expanding_braille_translator.js | 63 * a cursor, expand the text that occupies the positions right before and
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_util.js | 115 var dir = /^rtl$/i.test(direction) ? 'to left' : 'to right';
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar_host_browsertest.cc | 230 // 'horse' only exists in the three right frames. 255 // Try again case sensitive, but this time with right case. 354 ASSERT_LT(first.right(), second.right()); 781 // Test to make sure Find does the right thing when restarting from a timeout. [all...] |
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_menu.cc | 83 // Padding to left and right of the XX% label. 137 // Used when the type is CENTER_BUTTON to determine if the left/right edge 157 // Normal buttons get a border drawn on the right side and the rest gets 274 void SetOtherButtons(const InMenuButton* left, const InMenuButton* right) { 275 in_menu_background_->SetOtherButtons(left, right); 331 // rendered by the button to the left/right of it SchedulePaint on the the [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/ |
popuplib.js | 44 'padding-right:0px;',
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/ |
background.js | 134 // is created now so that the child is placed at the right position.
|
/external/chromium_org/content/shell/tools/plugin/ |
PluginObject.cpp | 366 plugin->lastWindow.clipRect.right - plugin->lastWindow.clipRect.left, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
SVGSMILElement.cpp | 823 inline bool compareTimes(const SMILTimeWithOrigin& left, const SMILTimeWithOrigin& right) 825 return left.time() < right.time(); [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
Blit11.cpp | 568 scissorRect.right = scissor->x + scissor->width; 681 scissorRect.right = scissor->x + scissor->width; [all...] |
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | 988 UChar right[2] = {0x005d, 0x0}; local 992 pattern = u_strcat(pattern, right); [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
package.cpp | 377 compareItems(const void * /*context*/, const void *left, const void *right) { 380 return (int32_t)strcmp(((Item *)left)->name, ((Item *)right)->name); [all...] |