/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | background.js | 335 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 …]
|
D | test_util.js | 46 test.util.async.openMainWindow = function(appState, callback) { argument 47 launchFileManager(appState,
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
D | css_background.js | 18 function CssBackground(appState, documentInfo) { argument 21 appState,
|
D | collate.js | 18 function Collate(appState, destinationStore) { argument 21 appState,
|
D | margins_type.js | 21 function MarginsType(appState, documentInfo, customMargins) { argument 24 appState,
|
D | duplex.js | 18 function Duplex(appState, destinationStore) { argument 21 appState,
|
D | vendor_items.js | 22 function VendorItems(appState, destinationStore) { argument 29 this.appState_ = appState || null;
|
D | header_footer.js | 22 function HeaderFooter(appState, documentInfo, marginsType, customMargins) { argument 25 appState,
|
D | ticket_item.js | 26 function TicketItem(appState, field, destinationStore, documentInfo) { argument 34 this.appState_ = appState || null;
|
D | landscape.js | 25 function Landscape(appState, destinationStore, documentInfo, marginsType, argument 29 appState,
|
D | media_size.js | 24 appState, destinationStore, documentInfo, marginsType, customMargins) { argument 27 appState,
|
D | color.js | 18 function Color(appState, destinationStore) { argument 21 appState,
|
D | custom_margins.js | 18 function CustomMargins(appState, documentInfo) { argument 21 appState,
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
D | file_manager_ui.js | 204 var appState = window.appState || {}; 218 this.element_, appState.suggestAppsDialogState || {});
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/js/ |
D | audio_player.js | 90 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/ |
D | media_controls.js | 514 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/ |
D | util.js | 526 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/ |
D | file_manager.js | 781 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/ |
D | print_ticket_store.js | 25 function PrintTicketStore(destinationStore, appState, documentInfo) { argument 40 this.appState_ = appState;
|
D | destination_store.js | 18 function DestinationStore(nativeLayer, userInfo, appState) { argument 40 this.appState_ = appState;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
D | RTCEAGLVideoView.m | 163 UIApplicationState appState = 165 if (appState == UIApplicationStateActive) {
|
/external/chromium_org/third_party/android_platform/webview/ |
D | frameworks.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/location/
android/ ... |