/external/chromium_org/third_party/polymer/components-chromium/core-overlay/ |
D | core-overlay-extracted.js | 40 opened: false, property 147 this.opened = !this.opened; 156 this.opened = true; 165 this.opened = false; 230 this.fire('core-overlay-open', this.opened); 235 if (this.opened) { 242 this.enableElementListener(this.opened, document, 246 this.enableElementListener(this.opened, window, 'resize', 249 if (this.opened) { 266 this.layer.opened = this.opened; [all …]
|
D | core-overlay-layer-extracted.js | 6 opened: false property 9 this.classList.toggle('core-opened', this.opened);
|
/external/chromium_org/third_party/polymer/components-chromium/core-transition/ |
D | core-transition-css-extracted.js | 63 if (state.opened !== undefined) { 64 this.transitionOpened(node, state.opened); 90 transitionOpened: function(node, opened) { argument 92 node.classList.toggle(this.revealedClass, opened); 93 if (!opened) { 98 node.classList.toggle(this.openedClass, opened); 99 node.classList.toggle(this.closedClass, !opened);
|
/external/e2fsprogs/lib/blkid/ |
D | save.c | 61 const char *opened = NULL; in blkid_flush_cache() local 100 opened = tmp; in blkid_flush_cache() 108 opened = filename; in blkid_flush_cache() 113 filename, opened)); in blkid_flush_cache() 134 if (opened != filename) { in blkid_flush_cache() 136 unlink(opened); in blkid_flush_cache() 138 printf("unlinked temp cache %s\n", opened)); in blkid_flush_cache() 149 rename(opened, filename); in blkid_flush_cache() 151 printf("moved temp cache %s\n", opened)); in blkid_flush_cache()
|
/external/chromium_org/content/public/test/ |
D | mock_download_manager.cc | 29 bool opened) in CreateDownloadItemAdapter() argument 44 opened(opened) {} in CreateDownloadItemAdapter() 62 opened(rhs.opened) {} in CreateDownloadItemAdapter() 84 opened == rhs.opened); in operator ==() 115 bool opened) { in CreateDownloadItem() argument 120 opened); in CreateDownloadItem()
|
D | mock_download_manager.h | 46 bool opened; member 65 bool opened); 120 bool opened) OVERRIDE;
|
/external/chromium_org/third_party/polymer/components-chromium/core-menu-button/ |
D | core-menu-button-extracted.js | 21 opened: false, property 45 this.opened = false; 52 this.opened = !this.opened;
|
/external/chromium_org/third_party/polymer/components-chromium/core-collapse/ |
D | core-collapse-extracted.js | 36 opened: false, property 118 this.opened = !this.opened; 130 if (this.opened && !this.fixedSize) { 134 this.toggleClosedClass(!this.opened); 163 this[this.opened ? 'show' : 'hide']();
|
/external/chromium_org/third_party/polymer/components-chromium/paper-toast/ |
D | paper-toast-extracted.js | 34 opened: false, property 67 if (this.opened) { 80 this.opened = !this.opened; 92 this.opened = true; 103 this.opened = false;
|
/external/chromium_org/third_party/polymer/components-chromium/core-menu/ |
D | core-submenu-extracted.js | 9 opened: false, property 26 this.opened = this.active; 34 this.opened = !this.opened;
|
/external/chromium_org/third_party/polymer/components-chromium/core-dropdown/ |
D | core-dropdown-extracted.js | 14 opened: false, property 102 this.opened = !this.opened; 122 this.opened = false;
|
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/ |
D | paper-menu-button-extracted.js | 14 opened: { value: false, reflect: true }, property 73 this.opened = !this.opened;
|
D | paper-menu-button-transition-extracted.js | 19 transitionOpened: function(node, opened) { argument 22 if (opened) {
|
/external/chromium_org/third_party/fuzzymatch/ |
D | fuzzymatch.c | 140 PIX *opened = pixOr(NULL, hopened, vopened); in main() local 145 pixCountPixels(opened, &count, NULL); in main() 149 PIX *d1 = pixDilateBrick(NULL, opened, 7, 7); in main() 150 PIX *d2 = pixDilateBrick(NULL, opened, 3, 3); in main()
|
/external/chromium_org/chrome/common/extensions/api/ |
D | browser.idl | 10 // The URL to navigate to when the new tab is initially opened. 19 // profile is opened, a new one is opened prior to creating the new tab. The
|
D | streams_private.idl | 17 // The ID of the tab that opened the stream. If the stream is not opened in 21 // The ID of the view that will render the stream, if the viewer was opened
|
D | hangouts_private.idl | 22 // user otherwise the hangout will not be opened. 33 // Fired when Chrome wants to request a new hangout be opened up with a
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | savepoint2.test | 81 # transaction has been opened. 90 # Check that the database signature is as it was when "one" was opened. 109 # signature is as it was when savepoint "two" was opened. 119 # signature is as it was when savepoint "two" was opened. 136 # The transaction being committed here may have been opened normally using 137 # "BEGIN", or may have been opened using a transaction savepoint created
|
D | walnoshm.test | 29 # WAL database is opened using heap-memory for the WAL index, the connection 75 # the above, the operation fails and the WAL file is not opened. 148 # opened, it is possible to drop back to locking_mode=NORMAL. 151 # opened, it is not.
|
/external/chromium_org/ppapi/api/ |
D | ppb_file_io.idl | 115 * Query() queries info about the file opened by this FileIO object. The 116 * FileIO object must be opened, and there must be no other operations 129 * PP_ERROR_FAILED will be returned if the file isn't opened, and 137 * Touch() Updates time stamps for the file opened by this FileIO object. 138 * This function will fail if the FileIO object has not been opened. The 139 * FileIO object must be opened, and there must be no other operations 150 * PP_ERROR_FAILED will be returned if the file isn't opened, and 163 * The FileIO object must have been opened with read access. 192 * partial write. The FileIO object must have been opened with write access. 217 * have been opened with write access and there must be no other operations [all …]
|
/external/chromium_org/chrome/browser/history/ |
D | download_row.cc | 16 opened(false) { in DownloadRow() 55 opened(download_opened), in DownloadRow()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_audio.c | 411 if (audio->opened) { in SDL_OpenAudio() 498 audio->opened = audio->OpenAudio(audio, &audio->spec)+1; in SDL_OpenAudio() 500 if ( ! audio->opened ) { in SDL_OpenAudio() 548 switch (audio->opened) { in SDL_OpenAudio() 641 if ( audio->opened ) { in SDL_AudioQuit() 643 audio->opened = 0; in SDL_AudioQuit()
|
/external/chromium_org/chrome/browser/download/ |
D | download_history_unittest.cc | 56 EXPECT_EQ(left.opened, right.opened); in CheckInfoEqual() 253 infos->at(index).opened); in CreateDownloadHistory() 391 bool opened, in InitItem() argument 417 info->opened = opened; in InitItem() 450 EXPECT_CALL(item(index), GetOpened()).WillRepeatedly(Return(opened)); in InitItem() 512 info.opened = true; in TEST_F() 593 info.opened = true; in TEST_F() 689 info.opened = true; in TEST_F() 867 info.opened = true; in TEST_F()
|
/external/chromium_org/remoting/webapp/ |
D | window_frame.css | 42 .title-bar:not(.menu-opened) .window-title { 187 body.fullscreen .title-bar.menu-opened, 188 body.fullscreen .title-bar.opened, 195 .fullscreen .title-bar.opened .window-controls-stub {
|
/external/chromium_org/extensions/common/api/ |
D | serial.idl | 38 // loaded, any serial connections previously opened with persistent=true 48 // The requested bitrate of the connection to be opened. For compatibility 249 // |callback| : Called when the connection has been opened. 255 // |connectionId| : The id of the opened connection. 263 // |connectionId| : The id of the opened connection. 268 // |connectionId| : The id of the opened connection. 277 // |connectionId| : The id of the opened connection. 281 // Retrieves the list of currently opened serial port connections owned by
|