Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/external/chromium_org/third_party/polymer/components-chromium/core-overlay/
Dcore-overlay-extracted.js40 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 …]
Dcore-overlay-layer-extracted.js6 opened: false property
9 this.classList.toggle('core-opened', this.opened);
/external/chromium_org/third_party/polymer/components-chromium/core-transition/
Dcore-transition-css-extracted.js63 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/
Dsave.c61 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/
Dmock_download_manager.cc29 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()
Dmock_download_manager.h46 bool opened; member
65 bool opened);
120 bool opened) OVERRIDE;
/external/chromium_org/third_party/polymer/components-chromium/core-menu-button/
Dcore-menu-button-extracted.js21 opened: false, property
45 this.opened = false;
52 this.opened = !this.opened;
/external/chromium_org/third_party/polymer/components-chromium/core-collapse/
Dcore-collapse-extracted.js36 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/
Dpaper-toast-extracted.js34 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/
Dcore-submenu-extracted.js9 opened: false, property
26 this.opened = this.active;
34 this.opened = !this.opened;
/external/chromium_org/third_party/polymer/components-chromium/core-dropdown/
Dcore-dropdown-extracted.js14 opened: false, property
102 this.opened = !this.opened;
122 this.opened = false;
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/
Dpaper-menu-button-extracted.js14 opened: { value: false, reflect: true }, property
73 this.opened = !this.opened;
Dpaper-menu-button-transition-extracted.js19 transitionOpened: function(node, opened) { argument
22 if (opened) {
/external/chromium_org/third_party/fuzzymatch/
Dfuzzymatch.c140 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/
Dbrowser.idl10 // 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
Dstreams_private.idl17 // 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
Dhangouts_private.idl22 // 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/
Dsavepoint2.test81 # 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
Dwalnoshm.test29 # 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/
Dppb_file_io.idl115 * 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/
Ddownload_row.cc16 opened(false) { in DownloadRow()
55 opened(download_opened), in DownloadRow()
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audio.c411 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/
Ddownload_history_unittest.cc56 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/
Dwindow_frame.css42 .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/
Dserial.idl38 // 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

12345678910>>...15