Searched refs:opened (Results 1 - 25 of 129) sorted by relevance

123456

/external/chromium_org/third_party/polymer/components-chromium/core-menu-button/
H A Dcore-menu-button-extracted.js18 * @attribute opened
21 opened: false,
45 this.opened = false;
48 * Toggle the opened state of the dropdown.
52 this.opened = !this.opened;
/external/chromium_org/third_party/polymer/components-chromium/paper-menu-button/
H A Dpaper-menu-button-extracted.js10 * @attribute opened
14 opened: { value: false, reflect: true },
68 * Toggle the opened state of the menu.
73 this.opened = !this.opened;
H A Dpaper-menu-button-transition.css15 :host(.paper-menu-button-transition.paper-menu-button-opened) {
H A Dpaper-menu-button-transition-extracted.js6 openedClass: 'paper-menu-button-opened',
19 transitionOpened: function(node, opened) {
22 if (opened) {
/external/chromium_org/third_party/polymer/components-chromium/core-menu/
H A Dcore-submenu-extracted.js9 opened: false,
26 this.opened = this.active;
34 this.opened = !this.opened;
/external/doclava/res/assets/templates/
H A Dtrailer.cs1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
/external/chromium_org/third_party/polymer/components-chromium/paper-dialog/
H A Dpaper-dialog-extracted.js6 * Set opened to true to show the dialog and to false to hide it.
7 * A dialog may be made intially opened by setting its opened attribute.
9 * @attribute opened
13 opened: false,
18 * with the class `core-overlay-backdrop`. When opened the `core-opened`
74 * Toggle the dialog's opened state.
H A Dpaper-dialog-transition.css15 :host(.paper-dialog-transition.core-opened) {
26 :host(.paper-dialog-transition-center.core-opened) {
/external/chromium_org/third_party/polymer/components-chromium/core-transition/
H A Dcore-transition-css-extracted.js15 * The class that will be applied to nodes in the opened state.
19 * @default "core-opened"
21 openedClass: 'core-opened',
63 if (state.opened !== undefined) {
64 this.transitionOpened(node, state.opened);
90 transitionOpened: function(node, opened) {
92 node.classList.toggle(this.revealedClass, opened);
93 if (!opened) {
98 node.classList.toggle(this.openedClass, opened);
99 node.classList.toggle(this.closedClass, !opened);
[all...]
H A Dcore-transition-overlay.css17 :host(.core-transition.core-opened) {
/external/chromium_org/third_party/polymer/components-chromium/core-dropdown/
H A Dcore-dropdown-extracted.js10 * @attribute opened
14 opened: false,
102 this.opened = !this.opened;
122 this.opened = false;
/external/chromium_org/third_party/polymer/components-chromium/core-collapse/
H A Dcore-collapse-extracted.js5 * Fired when the target element has been resized as a result of the opened
30 * Set opened to true to show the collapse element and to false to hide it.
32 * @attribute opened
36 opened: false,
113 * Toggle the opened state.
118 this.opened = !this.opened;
130 if (this.opened && !this.fixedSize) {
134 this.toggleClosedClass(!this.opened);
163 this[this.opened
[all...]
/external/chromium_org/third_party/polymer/components-chromium/paper-toast/
H A Dpaper-toast-extracted.js28 * Set opened to true to show the toast and to false to hide it.
30 * @attribute opened
34 opened: false,
38 * the toast fits at the bottom of the screen when opened.
67 if (this.opened) {
76 * Toggle the opened state of the toast.
80 this.opened = !this.opened;
92 this.opened = true;
103 this.opened
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-overlay/
H A Dcore-overlay-extracted.js9 * opened. If unspecified, the core-overlay itself is the target.
33 * Set opened to true to show an overlay and to false to hide it.
34 * A `core-overlay` may be made initially opened by setting its
35 * `opened` attribute.
36 * @attribute opened
40 opened: false,
45 * with the class `core-overlay-backdrop`. When opened the `core-opened`
143 * Toggle the opened state of the overlay.
147 this.opened
[all...]
H A Dcore-overlay-layer-extracted.js6 opened: false
9 this.classList.toggle('core-opened', this.opened);
/external/chromium_org/content/public/test/
H A Dmock_download_manager.cc29 bool opened)
44 opened(opened) {}
62 opened(rhs.opened) {}
84 opened == rhs.opened);
115 bool opened) {
120 opened);
12 CreateDownloadItemAdapter( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
98 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
H A Dmock_download_manager.h46 bool opened; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
65 bool opened);
120 bool opened) OVERRIDE;
/external/e2fsprogs/lib/blkid/
H A Dsave.c61 const char *opened = NULL; local
100 opened = tmp;
108 opened = filename;
113 filename, opened));
134 if (opened != filename) {
136 unlink(opened);
138 printf("unlinked temp cache %s\n", opened));
149 rename(opened, filename);
151 printf("moved temp cache %s\n", opened));
/external/chromium_org/third_party/fuzzymatch/
H A Dfuzzymatch.c140 PIX *opened = pixOr(NULL, hopened, vopened); local
145 pixCountPixels(opened, &count, NULL);
149 PIX *d1 = pixDilateBrick(NULL, opened, 7, 7);
150 PIX *d2 = pixDilateBrick(NULL, opened, 3, 3);
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.cc16 opened(false) {
55 opened(download_opened),
H A Ddownload_row.h101 // Whether this download has ever been opened from the browser.
102 bool opened; member in struct:history::DownloadRow
/external/chromium_org/third_party/polymer/components/paper-menu-button/
H A Dpaper-menu-button-transition.css15 :host(.paper-menu-button-transition.paper-menu-button-opened) {
/external/chromium_org/third_party/polymer/components/paper-dialog/
H A Dpaper-dialog-transition.css15 :host(.paper-dialog-transition.core-opened) {
26 :host(.paper-dialog-transition-center.core-opened) {
/external/chromium_org/remoting/webapp/
H A 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/third_party/polymer/components/core-transition/
H A Dcore-transition-overlay.css17 :host(.core-transition.core-opened) {

Completed in 3847 milliseconds

123456