Home
last modified time | relevance | path

Searched refs:appState (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/background/js/
Dbackground.js335 AppWindowWrapper.prototype.launch = function(appState, reopen, opt_callback) { argument
346 this.appState_ = appState;
436 contentWindow.appState = this.appState_;
532 function(appState, reopen, opt_callback) { argument
536 this, appState, reopen, opt_callback); argument
543 this.window_.contentWindow.appState = appState;
565 var appState = JSON.parse(value);
571 this.launch(appState, true, opt_callback);
646 if (!contentWindow.appState)
651 contentWindow.appState.currentDirectoryURL) {
[all …]
Dtest_util.js46 test.util.async.openMainWindow = function(appState, callback) { argument
47 launchFileManager(appState,
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
Dcss_background.js18 function CssBackground(appState, documentInfo) { argument
21 appState,
Dcollate.js18 function Collate(appState, destinationStore) { argument
21 appState,
Dmargins_type.js21 function MarginsType(appState, documentInfo, customMargins) { argument
24 appState,
Dduplex.js18 function Duplex(appState, destinationStore) { argument
21 appState,
Dvendor_items.js22 function VendorItems(appState, destinationStore) { argument
29 this.appState_ = appState || null;
Dheader_footer.js22 function HeaderFooter(appState, documentInfo, marginsType, customMargins) { argument
25 appState,
Dticket_item.js26 function TicketItem(appState, field, destinationStore, documentInfo) { argument
34 this.appState_ = appState || null;
Dlandscape.js25 function Landscape(appState, destinationStore, documentInfo, marginsType, argument
29 appState,
Dmedia_size.js24 appState, destinationStore, documentInfo, marginsType, customMargins) { argument
27 appState,
Dcolor.js18 function Color(appState, destinationStore) { argument
21 appState,
Dcustom_margins.js18 function CustomMargins(appState, documentInfo) { argument
21 appState,
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
Dfile_manager_ui.js204 var appState = window.appState || {};
218 this.element_, appState.suggestAppsDialogState || {});
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/
Daudio_player.js90 AudioPlayer.instance.load(window.appState);
103 window.appState = JSON.parse(JSON.stringify(playlist)); // cloning
215 window.appState.position = this.currentTrackIndex_;
216 window.appState.time = 0;
336 window.appState.expanded = newValue;
/external/chromium_org/ui/file_manager/video_player/js/
Dmedia_controls.js514 if (window.appState) {
515 window.appState.time = this.media_.currentTime;
526 if (!this.media_ || !window.appState || !('time' in window.appState))
530 this.media_.currentTime = window.appState.time;
539 if (!window.appState)
542 if ('time' in window.appState)
543 delete window.appState.time;
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dutil.js526 window.appState = window.appState || {};
528 window.appState.params = opt_param;
530 window.appState.currentDirectoryURL = currentDirectoryURL;
532 window.appState.selectionURL = selectionURL;
585 if (!window.appState)
589 items[window.appID] = JSON.stringify(window.appState);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dfile_manager.js781 if (window.appState && window.appState.viewOptions) {
782 for (var key in window.appState.viewOptions) {
783 if (window.appState.viewOptions.hasOwnProperty(key))
784 this.viewOptions_[key] = window.appState.viewOptions[key];
1165 if (window.appState) {
1166 this.params_ = window.appState.params || {};
1167 this.initCurrentDirectoryURL_ = window.appState.currentDirectoryURL;
1168 this.initSelectionURL_ = window.appState.selectionURL;
1169 this.initTargetName_ = window.appState.targetName;
1612 if (window.appState) {
[all …]
/external/chromium_org/chrome/browser/resources/print_preview/data/
Dprint_ticket_store.js25 function PrintTicketStore(destinationStore, appState, documentInfo) { argument
40 this.appState_ = appState;
Ddestination_store.js18 function DestinationStore(nativeLayer, userInfo, appState) { argument
40 this.appState_ = appState;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCEAGLVideoView.m163 UIApplicationState appState =
165 if (appState == UIApplicationStateActive) {
/external/chromium_org/third_party/android_platform/webview/
Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/ ...