Searched
full:separator (Results
526 -
550 of
2854) sorted by null
<<21222324252627282930>>
/external/chromium/chrome/browser/ui/gtk/ |
browser_actions_toolbar_gtk.h | 185 // The separator just next to the overflow button. Only shown in GTK+ theme 186 // mode. In Chrome theme mode, the overflow button has a separator built in.
|
global_menu_bar.cc | 61 // TODO(erg): Separator 71 // TODO(erg): Another separator
|
gtk_tree.h | 100 // Callback checking whether a row should be drawn as a separator. 121 // header, or a separator.
|
/external/chromium/chrome/browser/ui/toolbar/ |
back_forward_menu_model_unittest.cc | 68 h += 2; // Separator and View History link. 128 // There're two more items here: a separator and a "Show Full History". 216 // Also there're two more for a separator and a "Show Full History". 345 // Empty string indicates item is a separator. 353 // Empty string indicates item is a separator. 371 // It is now a separator. 394 // Empty string indicates item is a separator. 402 // Empty string indicates item is a separator.
|
/external/chromium/net/tools/fetch/ |
http_listen_socket.cc | 86 ST_SEPARATOR, // Receiving the separator between header name and value 100 /* SEPARATOR */ { ST_SEPARATOR, ST_ERR, ST_ERR, ST_SEPARATOR, ST_VALUE },
|
/external/chromium_org/ash/wm/ |
header_painter.h | 95 // Paints the header/content separator line. Exists as a separate function 100 // Returns size of the header/content separator line in pixels.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
CertificateViewer.java | 187 private static String formatBytes(byte[] bytes, char separator) { 192 sb.append(separator);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
data_model_wrapper.h | 76 // Formats address data into a single string using |separator| between 78 base::string16 GetAddressDisplayText(const base::string16& separator);
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_action_context_menu_controller.mm | 103 // Separator. 133 // Separator.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_tree.h | 101 // Callback checking whether a row should be drawn as a separator. 122 // header, or a separator.
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
back_forward_menu_model_unittest.cc | 72 h += 2; // Separator and View History link. 130 // There're two more items here: a separator and a "Show Full History". 218 // Also there're two more for a separator and a "Show Full History". 347 // Empty string indicates item is a separator. 355 // Empty string indicates item is a separator. 373 // It is now a separator. 396 // Empty string indicates item is a separator. 404 // Empty string indicates item is a separator.
|
wrench_menu_model_unittest.cc | 131 // Note: The new menu has a spacing separator at the first slot. 134 // Make sure to use the index that is not separator in all configurations.
|
/external/chromium_org/components/ |
autofill_strings.grdp | 34 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator character used to join multi-line addresses."> 37 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address.">
|
/external/chromium_org/content/browser/renderer_host/input/ |
web_input_event_builders_gtk.cc | 290 // ctrl-^ maps to \x1E (Record separator, Information separator two) 293 // ctrl-_ maps to \x1F (Unit separator, Information separator one) 305 // ctrl-\ maps to \x1C (File separator, Information separator four) 308 // ctrl-] maps to \x1D (Group separator, Information separator three)
|
/external/chromium_org/net/tools/fetch/ |
http_listen_socket.cc | 80 ST_SEPARATOR, // Receiving the separator between header name and value. 94 /* SEPARATOR */ { ST_SEPARATOR, ST_ERR, ST_ERR, ST_SEPARATOR, ST_VALUE },
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventFactoryGtk.cpp | 324 // ctrl-^ maps to \x1E (Record separator, Information separator two) 327 // ctrl-_ maps to \x1F (Unit separator, Information separator one) 339 // ctrl-\ maps to \x1C (File separator, Information separator four) 342 // ctrl-] maps to \x1D (Group separator, Information separator three)
|
/external/chromium_org/tools/cr/cr/commands/ |
init.py | 139 name, separator, value = setting.partition('=') 141 if not separator:
|
/external/chromium_org/ui/base/models/ |
table_model.h | 57 // shows a visual separator for each group, followed by all the rows in 60 // On win2k a visual separator is not rendered for the group headers.
|
/external/chromium_org/url/ |
url_canon_internal_file.h | 99 // Write the separator for the host. 111 // Write a separator for the start of the path. We'll ignore any slashes
|
/external/chromium_org/v8/test/mjsunit/third_party/ |
string-trim.js | 67 {s : '\u2028', t : 'LINE SEPARATOR'}, 68 {s : '\u2029', t : 'PARAGRAPH SEPARATOR'},
|
/external/chromium_org/v8/test/webkit/ |
string-trim.js | 57 {s : '\u2028', t : 'LINE SEPARATOR'}, 58 {s : '\u2029', t : 'PARAGRAPH SEPARATOR'},
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
runant.pl | 40 # - target platform uses ":" as classpath separator or perl indicates it is dos/win32 41 # - target platform uses "/" as directory separator.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/checkstyle/ |
checkstyle-xdoc.xsl | 25 <xsl:decimal-format decimal-separator="." grouping-separator="," />
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
ResourceLoaderAdaptor.java | 101 if (name.startsWith(File.separator)) { 171 if (filename.startsWith(File.separator)) {
|
/external/llvm/include/llvm/MC/ |
MCInst.h | 185 /// structures, if given. Operators are separated by the \p Separator 189 StringRef Separator = " ") const;
|
Completed in 800 milliseconds
<<21222324252627282930>>