Searched defs:component (Results 1 - 25 of 255) sorted by path

1234567891011

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java99 private static boolean isMaskValue(String component, int size) argument
103 int value = Integer.parseInt(component);
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc199 DesktopBackgroundWidgetController* component = NULL; local
206 component = new DesktopBackgroundWidgetController(widget);
214 new AnimatingDesktopController(component));
216 component->StartAnimating(GetRootWindowController(root_window));
H A Ddesktop_background_widget_controller.cc125 DesktopBackgroundWidgetController* component) {
126 controller_.reset(component);
124 AnimatingDesktopController( DesktopBackgroundWidgetController* component) argument
H A Dwallpaper_resizer_unittest.cc35 const uint8_t component = static_cast<uint8_t>(y * w + x); local
36 const SkColor pixel = SkColorSetARGB(component, component,
37 component, component);
/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler.cc77 // Returns the window component containing |event|'s location.
229 int component = GetWindowComponent(target, *event); local
230 if (!(WindowResizer::GetBoundsChangeForWindowComponent(component) &
236 controller->ShowShadow(target, component);
287 int component = GetWindowComponent(target, *event); local
288 if (!CanStartOneFingerDrag(component))
292 AttemptToStartDrag(target, location_in_parent, component,
322 // window_resizer_->IsMove() instead of the hittest component at |event|'s
479 // We also update the current window component here because for the
482 int component local
545 int component = local
[all...]
H A Dwindow_resizer.cc66 int WindowResizer::GetBoundsChangeForWindowComponent(int component) { argument
68 switch (component) {
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc100 int component = (direction_ == LEFT_RIGHT) ? HTRIGHT : HTBOTTOM; variable
102 component);
157 int component,
166 ResizeWindows windows(DetermineWindows(window, component, point_in_window));
232 const int component = local
234 return DetermineWindows(window, component, mouse_location);
431 int component = windows_.direction == LEFT_RIGHT ? HTRIGHT : HTBOTTOM; local
435 component,
531 int component) const {
539 window->delegate()->GetNonClientComponent(window_loc) == component;
156 Show(Window* window, int component, const gfx::Point& point_in_window) argument
[all...]
H A Dworkspace_event_handler.cc40 int component = local
42 multi_window_resize_controller_.Show(target, component,
56 int component = target->delegate()-> local
58 if (component == HTCAPTION &&
59 component == click_component_) {
123 int component = local
125 if (component == HTBOTTOM || component == HTTOP) {
131 } else if (component == HTLEFT || component
[all...]
/external/chromium_org/athena/wm/
H A Dtitle_drag_controller.cc90 int component = local
92 if (component != HTCAPTION)
/external/chromium_org/base/files/
H A Dfile_path.cc119 // Same as above, but allow a second extension component of up to 4
120 // characters when the rightmost extension component is a common double
277 // Windows can access case sensitive filesystems, so component
475 FilePath FilePath::Append(const StringType& component) const {
476 const StringType* appended = &component;
479 StringType::size_type nul_pos = component.find(kStringTerminator);
481 without_nuls = component.substr(0, nul_pos);
490 // component argument. Appending component to kCurrentDirectory would
494 // component
567 const StringType& component = *it; local
[all...]
/external/chromium_org/build/android/pylib/device/
H A Dintent.py14 category=None, component=None, data=None, extras=None,
21 component.
23 component: A string that specifies the component to send the intent to.
29 component.
37 self._component = component
43 if self._component and '/' in component:
44 self._package, self._activity = component.split('/', 1)
61 def component(self): member in class:Intent
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/share/
H A DShareHelper.java99 ComponentName component =
101 setLastShareComponentName(activity, component);
102 Intent intent = getDirectShareIntentForComponent(title, url, screenshot, component,
121 ComponentName component = getLastShareComponentName(activity);
122 if (component == null) return;
124 title, url, screenshot, component, extraIntentFlags);
138 ComponentName component = getLastShareComponentName(activity);
139 if (component != null) {
141 directShareIcon = activity.getPackageManager().getActivityIcon(component);
143 component
168 getDirectShareIntentForComponent(String title, String url, Bitmap screenshot, ComponentName component, int extraIntentFlags) argument
185 setLastShareComponentName(Context context, ComponentName component) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.cc483 const std::string component = base::FilePath(components[i]).AsUTF8Unsafe(); local
485 FileError error = storage_->GetChild(id, component, &child_id);
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc41 // Name of the Pnacl component specified in the manifest.
53 // Set the component's hash to the multi-CRX PNaCl package.
54 void SetPnaclHash(CrxComponent* component) { argument
63 component->pk_hash.assign(sha256_hash, &sha256_hash[arraysize(sha256_hash)]);
146 // Read the component's manifest.json.
156 // Check that the component's manifest is for PNaCl, and check the
308 NOTREACHED() << "Pnacl component registration failed.";
331 // Check that the component manifest and PNaCl manifest files
/external/chromium_org/chrome/browser/component_updater/
H A Dsw_reporter_installer_win.cc107 // The major version uses the 1st component value (when there is more than
109 // double word. The low word is either the second component (when there are
114 // the low word. major version is 0 if the version only has one component.
303 CrxComponent component; local
304 component.version = Version("0.0.0.0");
305 GetPkHash(&component.pk_hash);
306 return component_updater::GetCrxComponentID(component);
376 // Install the component.
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc54 // The component updater instance under test.
91 // Makes the full path to a component updater test file.
105 TestComponents component,
108 if (component == kTestComponent_abag) {
111 } else if (component == kTestComponent_jebg) {
130 // idle. The component updater service won't loop again until the loop count
145 // Verify that our test fixture work and the component updater can
151 // Verify that the component updater can be caught in a quick
262 // Verify that we can check for updates and install one component. Besides
348 // Expect one component downloa
103 RegisterComponent( CrxComponent* com, TestComponents component, const Version& version, TestInstaller* installer) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api.cc309 // The component IME extensions need to know the current screen type (e.g.
359 // descriptors for component IME extensions are managed by InputMethodUtil.
365 const extensions::InputComponentInfo& component = *it; local
366 DCHECK(component.type == extensions::INPUT_COMPONENT_TYPE_IME);
369 layouts.assign(component.layouts.begin(), component.layouts.end());
371 languages.assign(component.languages.begin(), component.languages.end());
375 component.id);
378 component
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc212 // our component extensions to the new manifest version.
444 // Do not add component extensions that have background pages here -- add them
471 // Cloud Print component app. Not required on Chrome OS.
488 // No component extension for kiosk app launch splash screen.
628 void ComponentLoader::UnloadComponent(ComponentExtensionInfo* component) { argument
629 delete component->manifest;
632 RemoveComponentExtension(component->extension_id);
641 // the extension. Some component extensions don't work without temporary
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc141 component_updater::CrxComponent component; local
142 component.pk_hash.assign(kPublicKeySHA256,
144 component.installer = this;
145 component.name = "CRLSet";
146 component.version = Version(base::UintToString(sequence_of_loaded_crl));
147 component.allow_background_download = false;
148 if (!component.version.IsValid()) {
150 component.version = Version("0");
153 if (cus_->RegisterComponent(component) !=
167 << " from component installe
[all...]
/external/chromium_org/chrome/browser/themes/
H A Dtheme_properties.cc144 for (std::vector<std::string>::iterator component(split.begin());
145 component != split.end(); ++component) {
146 if (LowerCaseEqualsASCII(*component, kAlignmentTop))
148 else if (LowerCaseEqualsASCII(*component, kAlignmentBottom))
150 else if (LowerCaseEqualsASCII(*component, kAlignmentLeft))
152 else if (LowerCaseEqualsASCII(*component, kAlignmentRight))
160 const char* component = tiling.c_str(); local
162 if (base::strcasecmp(component, kTilingRepeatX) == 0)
164 if (base::strcasecmp(component, kTilingRepeat
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_i18n_input.cc62 const AddressUiComponent& component = components[i]; local
64 if (component.field == ::i18n::addressinput::ORGANIZATION)
66 ServerFieldType server_type = i18n::TypeForField(component.field, billing);
67 DetailInput::Length length = LengthFromHint(component.length_hint);
68 base::string16 placeholder = base::UTF8ToUTF16(component.name);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_manager.cc460 int component) {
462 component != HTNOWHERE) {
463 resize_controller_->StartResizing(panel, mouse_location, component);
458 StartResizingByMouse(Panel* panel, const gfx::Point& mouse_location, int component) argument
H A Dpanel_resize_browsertest.cc33 int component,
38 switch (component) {
69 panel_manager->StartResizingByMouse(panel, mouse_location, component);
32 ResizePanel(Panel* panel, int component, const gfx::Vector2d& delta) argument
H A Dpanel_resize_controller.cc13 bool ResizingLeft(int component) { argument
14 return component == HTTOPLEFT ||
15 component == HTLEFT ||
16 component == HTBOTTOMLEFT;
19 bool ResizingRight(int component) { argument
20 return component == HTTOPRIGHT ||
21 component == HTRIGHT ||
22 component == HTBOTTOMRIGHT;
25 bool ResizingTop(int component) { argument
26 return component
31 ResizingBottom(int component) argument
44 StartResizing(Panel* panel, const gfx::Point& mouse_location, int component) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.cc18 // Returns true if the window can be resized via |component|.
19 bool IsWindowBorder(int component) { argument
20 return component == HTBOTTOM ||
21 component == HTBOTTOMLEFT ||
22 component == HTBOTTOMRIGHT ||
23 component == HTLEFT ||
24 component == HTRIGHT ||
25 component == HTTOP ||
26 component == HTTOPLEFT ||
27 component
51 int component = window_->delegate()->GetNonClientComponent(event->location()); local
[all...]

Completed in 728 milliseconds

1234567891011