HomeSort by relevance Sort by last modified time
    Searched defs:Mode (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/llvm/bindings/ocaml/linker/
llvm_linker.mli 17 (** Linking mode. *)
18 module Mode : sig
24 (** [link_modules dst src mode] links [src] into [dst], raising [Error]
26 val link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> uni
llvm_linker.ml 15 module Mode = struct
21 external link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> unit
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_adjust.js 11 * @extends {ImageEditor.Mode}
13 ImageEditor.Mode.Adjust = function() {
14 ImageEditor.Mode.apply(this, arguments);
20 ImageEditor.Mode.Adjust.prototype = {__proto__: ImageEditor.Mode.prototype};
23 ImageEditor.Mode.Adjust.prototype.getCommand = function() {
30 ImageEditor.Mode.Adjust.prototype.cleanUpUI = function() {
31 ImageEditor.Mode.prototype.cleanUpUI.apply(this, arguments);
38 ImageEditor.Mode.Adjust.prototype.hidePreview = function() {
48 ImageEditor.Mode.Adjust.prototype.cleanUpCaches = function()
    [all...]
image_transform.js 8 * Crop mode.
10 * @extends {ImageEditor.Mode}
13 ImageEditor.Mode.Crop = function() {
14 ImageEditor.Mode.call(this, 'crop', 'GALLERY_CROP');
17 ImageEditor.Mode.Crop.prototype = {__proto__: ImageEditor.Mode.prototype};
20 * Sets the mode up.
23 ImageEditor.Mode.Crop.prototype.setUp = function() {
24 ImageEditor.Mode.prototype.setUp.apply(this, arguments);
84 ImageEditor.Mode.Crop.prototype.createTools = function(toolbar)
    [all...]
image_editor.js 15 * @param {Array.<ImageEditor.Mode>} modes Available editor modes.
50 DOMContainers.mode, displayStringFunction,
97 var mode = this.modes_[i];
98 ImageUtil.setAttribute(mode.button_, 'disabled', !mode.isApplicable());
264 * ImageEditor.Mode represents a modal state dedicated to a specific operation.
265 * Inherits from ImageBuffer. Overlay to simplify the drawing of mode-specific
268 * @param {string} name The mode name.
269 * @param {string} title The mode title.
273 ImageEditor.Mode = function(name, title)
    [all...]
  /external/chromium_org/ash/frame/
header_painter.h 19 enum Mode {
31 virtual void PaintHeader(gfx::Canvas* canvas, Mode mode) = 0;
  /external/chromium_org/base/test/
test_io_thread.h 23 enum Mode { kAutoStart, kManualStart };
24 explicit TestIOThread(Mode mode);
  /external/chromium_org/remoting/signaling/
server_log_entry.h 24 // The mode of a connection.
25 enum Mode {
39 // Adds a field describing the mode of a connection to this log entry.
40 void AddModeField(Mode mode);
  /external/chromium_org/ash/touch/
touch_hud_debug.h 29 enum Mode {
41 // Changes the display mode (e.g. scale, visibility). Calling this repeatedly
49 Mode mode() const { return mode_; } function in class:ash::TouchHudDebug
57 void SetMode(Mode mode);
72 Mode mode_;
  /external/chromium_org/cc/debug/
invalidation_benchmark.h 32 enum Mode { FIXED_SIZE, LAYER, VIEWPORT, RANDOM };
37 Mode mode_;
  /external/chromium_org/chrome/browser/extensions/api/messaging/
incognito_connectability.h 21 // Tracks the web connectability of domains to extensions in incognito mode.
25 // hasn't been enabled in incognito mode, it's still useful for web sites to be
35 enum Mode {
41 explicit ScopedAlertTracker(Mode mode);
  /external/chromium_org/content/public/common/
file_chooser_params.h 21 enum Mode {
36 Mode mode; member in struct:content::FileChooserParams
39 // which will be either "Open" or "Save" depending on the mode.
  /external/chromium_org/crypto/
encryptor.h 27 enum Mode {
62 // If |mode| is CBC, |iv| must not be empty; if it is CTR, then |iv| must be
64 bool Init(SymmetricKey* key, Mode mode, const base::StringPiece& iv);
67 // the mode is CBC.
72 // WARNING: In CBC mode, Decrypt() returns false if it detects the padding
81 // Sets the counter value when in CTR mode. Currently only 128-bits
90 // Generates a mask using |counter_| to be used for encryption in CTR mode.
99 // This method is used only in CTR mode.
114 Mode mode_
    [all...]
  /external/chromium_org/extensions/browser/
content_verifier_delegate.h 40 // decrease, the mode you're running in compared to the experiment group.
41 enum Mode {
59 // This should return what verification mode is appropriate for the given
61 virtual Mode ShouldBeVerified(const Extension& extension) = 0;
  /external/chromium_org/sync/engine/
sync_scheduler.h 52 enum Mode {
53 // In this mode, the thread only performs configuration tasks. This is
56 // normal mode.
69 // Start the scheduler with the given mode. If the scheduler is
70 // already started, switch to the given mode, although some
71 // scheduled tasks from the old mode may still run.
72 virtual void Start(Mode mode) = 0;
80 // Note: must already be in CONFIGURATION mode.
122 // configure mode, but a few of them are able to perform their initial syn
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ObjectConstructor.h 45 enum Mode {
  /external/chromium_org/third_party/skia/dm/
DMPipeTask.h 17 enum Mode {
26 Mode);
DMSerializeTask.h 17 enum Mode {
24 Mode mode);
31 const Mode fMode;
  /external/chromium_org/third_party/skia/include/effects/
SkAvoidXfermode.h 20 enum Mode {
28 There are two modes, and each mode interprets a tolerance value.
30 Avoid: In this mode, drawing is allowed only on destination pixels that
35 Target: In this mode, drawing only occurs on destination pixels that
40 static SkAvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) {
41 return SkNEW_ARGS(SkAvoidXfermode, (opColor, tolerance, mode));
56 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
66 Mode fMode
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayAdd.h 20 enum Mode {
36 Mode mode; member in class:SkAdd
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor.h 35 enum Mode {
77 virtual void Init(Callback* callback, Mode mode) = 0;
79 // Captures current cursor shape and position (depending on the |mode| passed
82 // time) and then Callback::OnMouseCursorPosition() if mode is set to
  /external/eigen/demos/opengl/
trackball.h 21 enum Mode {Around, Local};
25 void start(Mode m = Around) { mMode = m; mLastPointOk = false; }
37 Mode mMode;
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 63 unsigned Mode = sys::fs::all_read | sys::fs::all_write;
66 Mode |= sys::fs::all_exe;
72 TempFilePath, Mode);
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.h 38 enum Mode {
47 // Gets the auto-enrollment mode based on command-line flags and official
49 static Mode GetMode();
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.h 195 // missing plugin or to note that a plugin only works in desktop mode. These
197 enum Mode {
202 // Creates a metro mode infobar and delegate and adds the infobar to
205 Mode mode,
209 PluginMetroModeInfoBarDelegate(Mode mode, const base::string16& name);
221 const Mode mode_;

Completed in 1318 milliseconds

1 2 3 4 5 6