Searched
full:separator (Results
1051 -
1075 of
2854) sorted by null
<<41424344454647484950>>
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_menu_delegate.h | 148 // separator is added before the new menu items and |added_separator| is set
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_x11.cc | 111 const char kTypeSeparator[] = "separator"; 699 DbusmenuMenuitem* separator = BuildSeparator(); local 700 menuitem_child_append(parent_item, separator); 701 g_object_unref(separator);
|
global_menu_bar_x11.h | 65 // Builds a separator.
|
system_menu_model_builder.cc | 43 // separator.
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
translate_infobar_base.cc | 87 // We need to set the separator color for |error_background_| like
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_string.h | 63 // It returns NULL if extension or path separator is not found.
|
/external/chromium_org/chrome/installer/util/ |
browser_distribution.h | 104 // 39 - 1(null-term) - 26(|suffix|) - 1(dot separator) = 11 characters.
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_menu_host.cc | 64 item.type = content::MenuItem::SEPARATOR;
|
/external/chromium_org/chrome/service/cloud_print/ |
print_system_cups.cc | 834 size_t separator = full_printer_name.find("\\", 2); local 835 if (front == std::string::npos || separator == std::string::npos) { 840 std::string server = full_printer_name.substr(2, separator - 2); 851 *short_printer_name = full_printer_name.substr(separator + 1);
|
/external/chromium_org/chromeos/ime/ |
input_methods.txt | 18 # We can specify multiple language code with comma separator.
|
/external/chromium_org/components/autofill/core/browser/ |
credit_card.h | 30 // Returns a version of |number| that has any separator characters removed.
|
/external/chromium_org/content/browser/renderer_host/ |
webmenurunner_mac.mm | 39 if (item.type == content::MenuItem::SEPARATOR) {
|
/external/chromium_org/content/renderer/pepper/ |
pepper_file_chooser_host_unittest.cc | 103 // path separator so we include both a Unix and a Windows one.
|
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer_runner.py | 139 # with the file separator.
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
path.cc | 158 // to add an additional / separator.
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
quote_test.py | 74 ['', 'ab', 'out th', 'a', 't separator in the ',
|
/external/chromium_org/net/cookies/ |
parsed_cookie.cc | 274 // Seek over the token, to the token separator. 275 // token_real_end should point at the token separator, i.e. '='. 280 // Ignore any whitespace between the token and the token separator. 284 --(*it); // Go back before the token separator.
|
/external/chromium_org/net/http/ |
http_auth_handler_basic_unittest.cc | 145 // or the spaces should be used as a separator.
|
/external/chromium_org/ppapi/api/private/ |
ppp_flash_browser_operations.idl | 53 * be an absolute path and will not have a directory separator (slash) at the
|
/external/chromium_org/ppapi/c/private/ |
ppp_flash_browser_operations.h | 94 * be an absolute path and will not have a directory separator (slash) at the
|
/external/chromium_org/remoting/host/mac/ |
me2me_preference_pane.mm | 53 size_t separator = host_secret_hash.find(':'); 54 if (separator == std::string::npos) 57 std::string method = host_secret_hash.substr(0, separator); 63 std::string hash_base64 = host_secret_hash.substr(separator + 1);
|
/external/chromium_org/sandbox/win/src/ |
sandbox_nt_util.h | 141 // It will return NULL if the path ends with the path separator. The returned
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8InspectorFrontendHostCustom.cpp | 73 if (typeString == "separator") {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
Rect.h | 130 // reserve space for the four strings, plus three space separator characters.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspectorCommon.css | 234 .sidebar-separator {
|
Completed in 746 milliseconds
<<41424344454647484950>>