HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 626 - 650 of 2854) sorted by null

<<21222324252627282930>>

  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 49 * Chunk separator per RFC 2045 section 2.1.
250 // allow for extra length to account for the separator(s)
299 // If we are chunking, let's put a chunk separator down.
352 // we also add a separator to the end of the final chunk.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
BCDSAPublicKey.java 122 String nl = System.getProperty("line.separator");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKDSAPublicKey.java 130 String nl = System.getProperty("line.separator");
  /external/chromium/chrome/browser/autofill/
phone_number.h 35 // Separator characters are stripped before parsing the digits.
  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 293 // --separator-- (automatically added)
295 // --separator--
297 // --separator--
300 // --separator--
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 70 // Make sure to use the index that is not separator in all configurations.
  /external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.h 21 class Separator;
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 109 int bar_height_; // Includes both fill and bottom separator.
  /external/chromium/googleurl/src/
url_file.h 79 return false; // Isn't followed with a drive separator.
  /external/chromium/webkit/glue/
webframe_unittest.cc 57 // Get the frame text where the subframe separator falls on the boundary of
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view.h 120 // The close button separator.
  /external/chromium_org/ash/wm/panels/
panel_frame_view.cc 62 // Reserve enough space to see the buttons and the separator line.
  /external/chromium_org/base/
path_service.h 27 // to NOT have a path separator at the end. For example, "c:\windows\temp"
  /external/chromium_org/chrome/browser/history/
url_utils.cc 29 // as a separator, so e.g., "test" < "test-case" would be enforced by
  /external/chromium_org/chrome/browser/
language_usage_metrics_unittest.cc 36 // Underscore as the separator.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
combobutton.js 49 * Adds separator to drop-down list.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.h 90 // Adds a separator to the menu.
  /external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.h 81 // Creates an autoreleased separator view with a given frame. The height of the
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge_unittest.mm 100 // The bare menu after loading used to have a separator and an
105 // menu contents plus two new separator, the new bookmark and three
113 // because the separator should have been removed as well.
134 // submenus removed, and all separator items are gone.
  /external/chromium_org/chrome/browser/ui/views/
profile_reset_bubble_view.cc 34 #include "ui/views/controls/separator.h"
315 // Separator.
344 layout->AddView(new views::Separator(views::Separator::HORIZONTAL));
  /external/chromium_org/chrome/installer/gcapi/
gcapi_omaha_experiment.cc 44 // Split the original labels by the label separator.
  /external/chromium_org/chrome/installer/util/
create_reg_key_work_item.cc 22 // If there is no separator, we will get back kCurrentDirectory.
  /external/chromium_org/components/autofill/core/browser/
phone_number_i18n.h 52 // Separator characters are stripped before parsing the digits.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
PlatformFontsSidebarPane.js 43 this._sectionTitle = document.createElementWithClass("div", "sidebar-separator");
SoftContextMenu.js 103 if (item.type === "separator")
165 separatorElement.className = "soft-context-menu-separator";
168 separatorElement.createChild("div", "separator-line");
174 // Do not let separator's mouse down hit menu's handler - we need to receive mouse up!

Completed in 967 milliseconds

<<21222324252627282930>>