/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view_ash.cc | 117 // the caption buttons and the avatar button are not visible. However, their 142 // The toolbar partially overlaps the caption buttons. 188 // to drag the window, so redirect clicks in the tab's shadow to caption. 194 // Report hits in shadow at top of tabstrip as caption. 208 // Hide the caption buttons in immersive fullscreen when the tab light bar
|
browser_frame.h | 91 // Returns true if we should leave any offset at the frame caption. Typically
|
immersive_mode_controller_ash.h | 50 // Updates the browser root view's layout including window caption controls.
|
/external/chromium_org/tools/grit/grit/gather/ |
rc.py | 105 # CAPTION "About" 126 # The caption of the dialog 127 (?P<type1>CAPTION)\s+"(?P<text1>.*?([^"]|""))"\s 192 # Match the translateable caption for a popup menu 195 # Match the caption & ID of a MENUITEM
|
policy_json.py | 146 'caption': 'Caption', 173 if key in ('desc', 'caption', 'label'):
|
/frameworks/base/docs/html/design/patterns/ |
widgets.jd | 30 <div class="figure-caption"> 36 <div class="figure-caption"> 53 <div class="figure-caption"> 99 <div class="figure-caption"> 127 <div class="figure-caption">
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
TimeClustering.java | 395 String caption; 404 caption = DateUtils.formatDateRange(context, minTimestamp, 424 caption = DateUtils.formatDateRange(context, midTimestamp, 433 caption = DateUtils.formatDateRange(context, minTimestamp, 437 return caption;
|
LocalImage.java | 135 caption = cursor.getString(INDEX_CAPTION); 154 caption = uh.update(caption, cursor.getString(INDEX_CAPTION));
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
doc_writer.py | 127 ul, 'li', {}, '%s = %s' % (value_string, item['caption'])) 521 # Normal policies get two columns with name and caption. 527 policy['caption']) 529 # Groups get one column with caption. 533 policy['caption']) 559 self.AddElement(parent2, 'span', {}, policy['caption']) 564 self.AddText(h2, policy['caption'])
|
template_writer.py | 253 following: first groups alphabetically by caption, then other policies 292 # Groups are sorted by caption. 293 str_key = policy['caption']
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuView.java | 98 * Longpress on MENU (while this is shown) switches to shortcut caption 105 * While {@link #mMenuBeingLongpressed}, we toggle the children's caption 106 * mode between each's title and its shortcut. This is the last caption mode 585 * Sets the shortcut caption mode for IconMenuView. This mode will 620 // Cycle to other caption mode on the children 630 // We should run again soon to cycle to the other caption mode 643 // Set the last caption mode pushed to children
|
/frameworks/base/docs/html/training/basics/actionbar/ |
styling.jd | 141 <p class="code-caption">res/values/themes.xml</p> 170 <p class="code-caption">res/values/themes.xml</p> 229 <p class="code-caption">res/values/themes.xml</p> 268 <p class="code-caption">res/values/themes.xml</p> 337 <p class="code-caption">res/drawable/actionbar_tab_indicator.xml</p> 387 <p class="code-caption">res/values/themes.xml</p> 412 <p class="code-caption">res/values/themes.xml</p>
|
/external/chromium_org/apps/ui/views/ |
shell_window_frame_view.cc | 31 // Height of the chrome-style caption, in pixels. 227 // Caption is a safe default. 331 // Ensure we can display the top of the caption area.
|
/external/chromium_org/chrome/browser/resources/options/ |
browser_options.css | 53 #change-picture-caption { 67 #account-picture:not(:disabled):hover + #change-picture-caption, 68 #account-picture:not(:disabled) + #change-picture-caption:hover {
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
css.php | 73 'border-style', 'border-top', 'border', 'caption-side', 'clear', 123 'small-caps', 'small-caption', 'smaller', 'soft', 'solid', 125 'sw-resize', 'table-caption', 'table-cell', 'table-column',
|
/frameworks/base/docs/html/guide/topics/text/ |
spell-checker-framework.jd | 48 <p class="img-caption"> 221 <p class="img-caption"> 230 <p class="img-caption">
|
/frameworks/base/docs/html/sdk/installing/ |
studio-tips.jd | 29 <p class="img-caption"><strong>Figure 1.</strong> Gradle project structure</p> 133 <p class="table-caption"><strong>Table 1.</strong> Programming key commands</p> 193 <p class="table-caption"><strong>Table 2.</strong> Project and editor key commands</p>
|
/frameworks/base/docs/html/training/design-navigation/ |
multiple-sizes.jd | 57 <p class="img-caption"><strong>Figure 1.</strong> Single pane layouts on large screens in landscape lead to awkward whitespace and exceedingly long line lengths.</p> 63 <p class="img-caption"><strong>Figure 2.</strong> Multi-pane layouts in landscape result in a better visual balance while offering more utility and legibility.</p> 109 <p class="img-caption"><strong>Figure 3.</strong> Updated example news application screen map for tablets.</p>
|
/packages/apps/Settings/src/com/android/settings/ |
DreamSettings.java | 294 logd("getView(%s)", dreamInfo.caption); 301 // bind caption 302 ((TextView) row.findViewById(android.R.id.title)).setText(dreamInfo.caption);
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view_layout.h | 44 // in the window caption area of the browser window.
|
/external/chromium_org/ash/ |
ash_switches.h | 78 // Returns true if the alternate visual style for the caption buttons (minimize,
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_win.cc | 341 const base::string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local 343 if (IDOK == ui::MessageBox(NULL, msg, caption, flags)) 374 const base::string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local 376 ui::MessageBox(NULL, text, caption, flags);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_user_image.js | 150 * The caption to use for the Profile image preview. 426 * Updates the image preview caption. 430 $('user-image-preview-caption').textContent = 443 * Updates profile image caption.
|
/external/chromium_org/chrome/browser/resources/inspect/ |
inspect.html | 21 <div id="caption">DevTools</div>
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableElement.h | 43 HTMLTableCaptionElement* caption() const;
|