/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_contents_view.cc | 30 #include "views/layout/grid_layout.h" 31 #include "views/layout/layout_constants.h" 137 views::GridLayout* layout = new views::GridLayout(this); local 138 layout->SetInsets(kOptInTopPadding, kOptInLeftPadding, 140 SetLayoutManager(layout); 144 views::ColumnSet* column_set = layout->AddColumnSet(first_column_set); 154 layout->StartRow(0, first_column_set); 155 layout->AddView(label); 156 layout->AddView(CreateButton(IDS_INSTANT_OPT_IN_ENABLE, button_font)); 157 layout->AddView(CreateButton(IDS_INSTANT_OPT_IN_NO_THANKS, button_font)) [all...] |
/external/chromium_org/ash/display/ |
display_manager.h | 73 // according to |layout|. 75 const DisplayLayout& layout, 251 // using the layout registered for the display pair and set the 259 const DisplayLayout& layout,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_display_host_impl.cc | 108 // and the OEM layout information, and saves it to "Locale State". 112 std::string layout; local 114 // If the OEM layout information is provided, use it. 115 layout = oem_layout; 126 // input_method_ids[0] now contains the most popular keyboard layout 128 layout = input_method_ids[0]; 132 if (!layout.empty()) { 134 prefs->SetString(prefs::kHardwareKeyboardLayout, layout); 912 std::string layout = startup_manifest->keyboard_layout(); local 914 << "keyboard layout " << layout; local [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
immersive_mode_controller_ash.h | 130 enum Layout { 185 void UpdateUseMinimalChrome(Layout layout); 198 // Updates the browser root view's layout including window caption controls. 203 void OnSlideOpenAnimationCompleted(Layout layout);
|
/external/chromium_org/content/test/ |
mock_keyboard_driver_win.cc | 14 // Save the keyboard layout and status of the application. 15 // This class changes the keyboard layout and status of this application. 17 // should save the layout and status here to restore when this instance is 33 // Unload the keyboard-layout driver, restore the keyboard state, and reset 34 // the keyboard layout for succeeding tests. 42 // Only unload a keyboard layout if it was loaded by this mock driver. 43 // Contrary to the documentation on MSDN unloading a keyboard layout 44 // previously loaded by the system causes that layout to stop working. 51 // If we got here, this keyboard layout wasn't loaded by the system so it's 57 bool MockKeyboardDriverWin::SetLayout(int layout) { [all...] |
/external/chromium_org/net/data/websocket/ |
websocket_worker_simple.js | 19 // This test is compatible with shared-worker-simple.html layout test.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/ |
floats.js | 48 // Force a layout.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTextTrackCue.cpp | 41 void RenderTextTrackCue::layout() function in class:WebCore::RenderTextTrackCue 44 RenderBlock::layout(); 47 // If WebVTT Regions are used, the regular WebVTT layout algorithm is no
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGForeignObject.cpp | 107 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656 114 // FIXME: Remove unnecessary rounding when layout is off ints: webkit.org/b/63656 120 void RenderSVGForeignObject::layout() function in class:WebCore::RenderSVGForeignObject 153 RenderBlock::layout(); 160 // Invalidate all resources of this client if our layout changed.
|
RenderSVGResourceContainer.cpp | 54 void RenderSVGResourceContainer::layout() function in class:WebCore::RenderSVGResourceContainer 57 // Invalidate all resources if our layout changed. 61 RenderSVGHiddenContainer::layout();
|
RenderSVGResourceMarker.cpp | 46 void RenderSVGResourceMarker::layout() function in class:WebCore::RenderSVGResourceMarker 49 // Invalidate all resources if our layout changed. 53 // RenderSVGHiddenContainer overwrites layout(). We need the 56 RenderSVGContainer::layout();
|
/external/chromium_org/third_party/WebKit/Source/testing/data/fonts/ |
fonts.conf | 36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebHelperPluginImpl.cpp | 220 void WebHelperPluginImpl::layout() function in class:WebKit::WebHelperPluginImpl 222 PageWidgetDelegate::layout(m_page.get());
|
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
Makefile.in | 35 LDIRS=$(prefix)/include/layout 48 E_CXX_L="[4/$(E_NUM)] C++ layout: " 79 @echo "Layout test #######################################################" 81 @echo 'Testing all layout files under C++' 83 @for file in $(prefix)/include/layout/*.h; do \ 85 echo $(ECHO_N) "$(E_CXX_L) layout/$$incfile.h - $(ECHO_C)" ; \ 86 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \ 88 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp ; \
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_zscan.c | 345 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line) 365 assert(pipe && layout && blocks_per_line); 368 patched_layout[layout[i]] = i; 525 pipe_sampler_view_reference(&buffer->layout, NULL); 531 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout) 534 assert(layout); 536 pipe_sampler_view_reference(&buffer->layout, layout);
|
/external/chromium_org/tools/grit/grit/gather/ |
chrome_scaled_image.py | 86 '''Represents an image that exists in multiple layout variants 110 for layout in layouts: 112 dir = '%s_%s_percent' % (layout, scale)
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
ColorPickerDialog.java | 52 View title = inflater.inflate(R.layout.color_picker_dialog_title, null); 94 View content = inflater.inflate(R.layout.color_picker_dialog_content, null);
|
/external/icu4c/test/hdrtst/ |
Makefile.in | 35 LDIRS=$(prefix)/include/layout 48 E_CXX_L="[4/$(E_NUM)] C++ layout: " 76 @FAIL=0;for file in $(prefix)/include/layout/*.h; do \ 78 echo "$@ layout/$$incfile.h" ; \ 79 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \ 81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
|
/external/kernel-headers/original/linux/raid/ |
md_p.h | 2 md_p.h : physical layout of Linux RAID devices 165 __u32 new_layout; /* 16 new layout */ 172 __u32 layout; /* 0 the array's physical layout */ member in struct:mdp_superblock_s 219 __u32 layout; /* only for raid5 and raid10 currently */ member in struct:mdp_superblock_1 233 __u32 new_layout; /* new layout */
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_zscan.c | 345 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line) 365 assert(pipe && layout && blocks_per_line); 368 patched_layout[layout[i]] = i; 525 pipe_sampler_view_reference(&buffer->layout, NULL); 531 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout) 534 assert(layout); 536 pipe_sampler_view_reference(&buffer->layout, layout);
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
TabSpecTest.java | 54 .setContent(R.layout.main).setIndicator("labelText"); 62 .setContent(R.layout.main).setIndicator("labelText",icon1);
|
/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/ |
InstallerActivity.java | 66 setContentView(R.layout.installing); 155 setContentView(R.layout.retry);
|
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/ |
InstallerActivity.java | 66 setContentView(R.layout.installing); 155 setContentView(R.layout.retry);
|
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/ |
InstallerActivity.java | 66 setContentView(R.layout.installing); 155 setContentView(R.layout.retry);
|
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/ |
InstallerActivity.java | 66 setContentView(R.layout.installing); 155 setContentView(R.layout.retry);
|