HomeSort by relevance Sort by last modified time
    Searched full:caption (Results 51 - 75 of 634) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Browser/res/raw/
most_visited.ktpl 57 .thumbwrap .caption {
78 <span class="caption"><%= title %></span>
  /external/chromium_org/chrome_frame/test/
win_event_receiver.h 70 // open or close. When a window opens, its caption is compared to the patterns
76 // Changes to a window's caption while it is open do not affect the set of
92 // If a single window caption and/or class name matches multiple
132 // Returns true if the caption pattern and/or the class name pattern in the
133 // observer entry structure matches the caption and/or class name passed in.
135 const std::string& caption,
win_event_receiver.cc 170 std::string caption; local
173 ::GetWindowTextA(hwnd, WriteInto(&caption, len), len);
174 return caption;
178 const std::string& caption,
184 MatchPattern(caption, entry.caption_pattern) &&
196 std::string caption = GetWindowCaption(hwnd); local
210 if (MatchingWindow(*entry_iter, caption, class_name)) {
  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator.py 135 policy['caption'] = self._ImportMessage(policy['caption'])
144 item['caption'] = self._ImportMessage(item['caption'])
149 # If 'label' is not specified, then it defaults to 'caption':
150 policy['label'] = policy['caption']
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adml_writer.py 51 <string id="$(policy_group_name)">$(caption)</string>
65 if 'caption' in policy:
66 policy_caption = policy['caption']
98 self._AddString(self._string_table_elem, item['name'], item['caption'])
120 caption of the Policy-Group and the other a description. A Policy-Group also
132 group['caption'])
doc_writer_unittest.py 156 {'value': 0, 'caption': 'Disable foo'},
157 {'value': 2, 'caption': 'Solve your problem'},
158 {'value': 5, 'caption': 'Enable bar'},
177 {'value': "one", 'caption': 'Disable foo'},
178 {'value': "two", 'caption': 'Solve your problem'},
179 {'value': "three", 'caption': 'Enable bar'},
337 'caption': 'TestPolicyCaption',
390 'caption': 'PolicyCaption',
406 'caption': 'PolicyCaption',
423 'caption': 'PolicyCaption'
    [all...]
  /external/chromium_org/ash/
popup_message.h 31 // |arrow_orientation|. The message contains an optional |caption| which is
44 // icon | [!] Caption in bold which can be multi line | caption_label
50 PopupMessage(const base::string16& caption,
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentDefaultDialog.java 122 String msg = String.format(formatString, requestedPaymentApp.caption);
126 String msg = String.format(formatString, requestedPaymentApp.caption,
127 defaultPaymentApp.caption);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider_browsertest.cc 204 " <key>Caption</key>"
205 " <string>caption</string>"
217 " <key>Caption</key>"
230 " <key>Caption</key>"
243 " <key>Caption</key>"
244 " <string>caption</string>"
256 " <key>Caption</key>"
372 " <string>caption</string>"
  /external/chromium_org/remoting/host/win/
core.rc.jinja2 33 CAPTION "{% trans %}PRODUCT_NAME{% endtrans %}"
59 CAPTION "kTitle"
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
webtreemap.css 68 .webtreemap-caption {
76 /*.webtreemap-node:hover > .webtreemap-caption {
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_wm.c 43 /* Set window caption */
48 /* sanity check for set caption call before window init */
  /frameworks/base/docs/html/design/patterns/
navigation-drawer.jd 30 <div class="figure-caption">
39 <div class="figure-caption">
74 <div class="figure-caption">
85 <div class="figure-caption">
102 <div class="figure-caption">
118 <div class="figure-caption">
141 <div class="figure-caption">
150 <div class="figure-caption">
190 <div class="figure-caption">
199 <div class="figure-caption">
    [all...]
app-structure.jd 63 <div class="figure-caption">
93 <div class="figure-caption">
119 <div class="figure-caption">
141 <div class="figure-caption">
165 <div class="figure-caption">
198 <div class="figure-caption">
210 <div class="figure-caption">
229 <div class="figure-caption">
262 <div class="figure-caption">
278 <div class="figure-caption">
    [all...]
swipe-views.jd 24 <div class="figure-caption">
34 <div class="figure-caption">
39 <div class="figure-caption">
55 <div class="figure-caption">
  /development/samples/ApiDemos/res/layout/
presentation_content.xml 29 <!-- A caption. -->
  /external/chromium/chrome/browser/extensions/
extensions_startup.h 35 void ShowPackExtensionMessage(const std::wstring& caption,
  /external/chromium/chrome/browser/ui/views/tabs/
abstract_tab_strip_view.h 30 // in the window caption area of the browser window.
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash_browsertest.cc 44 // Click just below the resize handle hits the caption.
86 // The frame should be painted again when fullscreen is exited and the caption
179 // Ending the reveal should hide the caption buttons and the header should
189 // Exiting immersive fullscreen should make the caption buttons and the frame
  /external/chromium_org/chrome/browser/ui/views/
new_avatar_button.h 12 // Avatar button that displays the active profile's name in the caption area.
  /external/chromium_org/content/shell/resources/
shell_devtools_discovery_page.html 51 <div id='caption'>Inspectable WebContents</div>
  /external/chromium_org/ui/views/widget/
aero_tooltip_manager.h 20 // NCHITTEST messages to determine how to highlight the caption buttons
  /frameworks/base/docs/html/design/building-blocks/
seek-bars.jd 31 <div class="figure-caption">
  /frameworks/base/docs/html/design/style/
branding.jd 21 <div class="figure-caption">
28 <div class="figure-caption">
54 <div class="figure-caption" style="widdth:220px;margin-left:20px;">
61 <div class="figure-caption">
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 206 void RenderTable::addCaption(const RenderTableCaption* caption)
208 ASSERT(m_captions.find(caption) == kNotFound);
209 m_captions.append(const_cast<RenderTableCaption*>(caption));
366 void RenderTable::layoutCaption(RenderTableCaption* caption)
368 LayoutRect captionRect(caption->frameRect());
370 if (caption->needsLayout()) {
371 // The margins may not be available but ensure the caption is at least located beneath any previous sibling caption
372 // so that it does not mistakenly think any floats in the previous caption intrude into it.
373 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + l (…)
    [all...]

Completed in 793 milliseconds

1 23 4 5 6 7 8 91011>>