Searched defs:Mode (Results 1 - 25 of 153) sorted by relevance

1234567

/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
H A Dimage_adjust.js11 * @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
[all...]
H A Dimage_transform.js11 ImageEditor.Mode.Crop = function() {
12 ImageEditor.Mode.call(this, 'crop', 'GALLERY_CROP');
15 ImageEditor.Mode.Crop.prototype = {__proto__: ImageEditor.Mode.prototype};
20 ImageEditor.Mode.Crop.prototype.setUp = function() {
21 ImageEditor.Mode.prototype.setUp.apply(this, arguments);
76 ImageEditor.Mode.Crop.prototype.reset = function() {
77 ImageEditor.Mode.prototype.reset.call(this);
84 ImageEditor.Mode.Crop.prototype.positionDOM = function() {
88 var delta = ImageEditor.Mode
[all...]
H A Dimage_editor.js14 * @param {Array.<ImageEditor.Mode>} modes Available editor modes.
263 * ImageEditor.Mode represents a modal state dedicated to a specific operation.
272 ImageEditor.Mode = function(name, title) {
278 ImageEditor.Mode.prototype = {__proto__: ImageBuffer.Overlay.prototype };
283 ImageEditor.Mode.prototype.getViewport = function() { return this.viewport_ };
288 ImageEditor.Mode.prototype.getImageView = function() { return this.imageView_ };
293 ImageEditor.Mode.prototype.getMessage = function() { return this.message_ };
298 ImageEditor.Mode.prototype.isApplicable = function() { return true };
307 ImageEditor.Mode.prototype.bind = function(editor, button) {
318 ImageEditor.Mode
[all...]
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapp_metro_infobar_delegate_win.h20 enum Mode { enum in class:AppMetroInfoBarDelegateWin
28 Mode mode,
33 Mode mode,
46 Mode mode_;
/external/chromium_org/remoting/host/
H A Dserver_log_entry.h25 enum Mode { enum in class:remoting::ServerLogEntry
52 void AddModeField(Mode mode);
67 static const char* GetValueMode(Mode mode);
/external/chromium_org/third_party/skia/include/effects/
H A DSkAvoidXfermode.h20 enum Mode { enum in class:SkAvoidXfermode
40 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
60 Mode fMode;
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp31 AntiDepBreakMode& Mode,
33 Mode = ANTIDEP_NONE;
29 enablePostRAScheduler( CodeGenOpt::Level OptLevel, AntiDepBreakMode& Mode, RegClassVector& CriticalPathRCs) const argument
/external/skia/include/effects/
H A DSkAvoidXfermode.h20 enum Mode { enum in class:SkAvoidXfermode
40 SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
60 Mode fMode;
/external/chromium/chrome/browser/ui/views/
H A Dreload_button.h31 enum Mode { MODE_RELOAD = 0, MODE_STOP }; enum in class:ReloadButton
38 void ChangeMode(Mode mode, bool force);
63 Mode intended_mode_;
66 Mode visible_mode_;
/external/chromium/crypto/
H A Dencryptor.h25 enum Mode { enum in class:crypto::Encryptor
33 bool Init(SymmetricKey* key, Mode mode, const std::string& iv);
45 Mode mode_;
/external/chromium_org/content/public/common/
H A Dfile_chooser_params.h21 enum Mode { enum in struct:content::FileChooserParams
36 Mode mode;
/external/chromium_org/crypto/
H A Dencryptor.h26 enum Mode { enum in class:crypto::Encryptor
63 bool Init(SymmetricKey* key, Mode mode, const base::StringPiece& iv);
113 Mode mode_;
/external/chromium_org/sync/engine/
H A Dsync_scheduler.h49 enum Mode { enum in class:syncer::SyncScheduler
69 virtual void Start(Mode mode) = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8ObjectConstructor.h44 enum Mode { enum in class:WebCore::ConstructorMode
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPagination.h34 enum Mode { Unpaginated, LeftToRightPaginated, RightToLeftPaginated, TopToBottomPaginated, BottomToTopPaginated }; enum in struct:WebCore::Pagination
54 Mode mode;
59 static void setStylesForPaginationMode(Mode, RenderStyle*);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInbandTextTrack.h50 enum Mode { enum in class:WebKit::WebInbandTextTrack
61 virtual void setMode(Mode) = 0;
62 virtual Mode mode() const = 0;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayAdd.h20 enum Mode { enum in class:SkAdd
36 Mode mode;
H A DSkDisplayPost.h24 enum Mode { enum in class:SkPost
45 Mode mode;
/external/eigen/demos/opengl/
H A Dtrackball.h21 enum Mode {Around, Local}; enum in class:Trackball
25 void start(Mode m = Around) { mMode = m; mLastPointOk = false; }
37 Mode mMode;
/external/skia/src/animator/
H A DSkDisplayAdd.h20 enum Mode { enum in class:SkAdd
36 Mode mode;
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dbutter_bar.js55 ButterBar.Mode = {
81 * @param {ButterBar.Mode} mode Butter bar mode.
269 if (this.currentMode_ == ButterBar.Mode.COPY) {
274 this.show(ButterBar.Mode.COPY, progressString, options);
285 if (this.currentMode_ == ButterBar.Mode.DELETE)
308 this.show(ButterBar.Mode.DELETE,
349 if (this.currentMode_ != ButterBar.Mode.DELETE)
361 if (this.currentMode_ == ButterBar.Mode.DELETE)
364 this.show(ButterBar.Mode.DELETE, title);
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.h31 enum Mode { enum in class:ash::internal::TouchHudDebug
51 Mode mode() const { return mode_; }
59 void SetMode(Mode mode);
73 Mode mode_;
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_infobar_delegates.h201 enum Mode { enum in class:PluginMetroModeInfoBarDelegate
209 Mode mode,
214 Mode mode,
228 const Mode mode_;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLMetaCharsetParser.h62 enum Mode { enum in class:WebCore::HTMLMetaCharsetParser
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketHandshake.h52 enum Mode { enum in class:WebCore::WebSocketHandshake
79 Mode mode() const;
111 Mode m_mode;

Completed in 1740 milliseconds

1234567