Home
last modified time | relevance | path

Searched refs:selectable (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/front-end/
DResourceHeadersView.js46 this._urlTreeElement.selectable = false;
50 this._requestMethodTreeElement.selectable = false;
54 this._statusCodeTreeElement.selectable = false;
59 this._requestHeadersTreeElement.selectable = false;
69 this._queryStringTreeElement.selectable = false;
75 this._formDataTreeElement.selectable = false;
81 this._requestPayloadTreeElement.selectable = false;
87 this._responseHeadersTreeElement.selectable = false;
143 parmTreeElement.selectable = false;
191 parmTreeElement.selectable = false;
[all …]
Dtreeoutline.js353 while (nextSelectedElement && !nextSelectedElement.selectable)
358 while (nextSelectedElement && !nextSelectedElement.selectable)
370 if (this.selectedTreeElement.parent.selectable) {
468 selectable: true, property in TreeElement
639 if (!element || !element.treeElement || !element.treeElement.selectable)
816 if (!this.treeOutline || !this.selectable || this.selected)
DCookiesTable.js106 groupNode.selectable = true;
197 node.selectable = true;
DShowMoreDataGridNode.js53 this.selectable = false;
DDataGrid.js731 while (nextSelectedNode && !nextSelectedNode.selectable)
736 while (nextSelectedNode && !nextSelectedNode.selectable)
748 if (this.selectedNode.parent.selectable) {
864 if (!gridNode || !gridNode.selectable)
882 if (!gridNode || !gridNode.selectable)
1003 selectable: true, property in WebInspector.DataGridNode
1305 if (!this.dataGrid || !this.selectable || this.selected)
DAuditsPanel.js434 get selectable() getter in WebInspector.AuditsSidebarTreeElement
462 get selectable() getter in WebInspector.AuditResultSidebarTreeElement
DDOMStorageItemsView.js104 node.selectable = true;
DSidebarTreeElement.js32 selectable: false, property in WebInspector.SidebarSectionTreeElement
DElementsTreeOutline.js115 treeElement.selectable = this.selectEnabled;
122 treeElement.selectable = this.selectEnabled;
501 newElement.selectable = this.treeOutline.selectEnabled;
627 item.selectable = false;
DCookieItemsView.js190 node.selectable = true;
DBreakpointsSidebarPane.js466 categoryItem.element.selectable = true;
483 breakpointItem.element.selectable = true;
DApplicationCacheItemsView.js229 node.selectable = true;
DStylesSidebarPane.js1453 this.selectable = !this.inherited;
1808 } while(moveTo && !moveTo.selectable);
DResourcesPanel.js590 node.selectable = false;
DNetworkPanel.js1383 get selectable() getter in WebInspector.NetworkDataGridNode
/external/chromium/chrome/browser/resources/file_manager/js/
Dfile_manager.js1552 var selectable;
1599 selectable = this.selection.directoryCount == 1 &&
1602 selectable = (this.selection.directoryCount == 0 &&
1606 selectable = (this.selection.directoryCount == 0 &&
1615 selectable = false;
1617 selectable = !!this.filenameInput_.value;
1621 selectable = true;
1626 this.okButton_.disabled = !selectable;
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dmozilla548 selectable
/external/webkit/Source/WebKit/win/
DChangeLog6199 any element can be selectable.
6440 and the parent object is not multi-selectable, return early. Otherwise,
6591 MSAA: selected, selectable, extended selectable, and multiple
6592 selectable states are not reported
6603 selectable" and "multiple selectable" states. Check whether the object
6604 is selected or selectable, and report those states.
/external/libpng/
DCHANGES168 added macros for simple libpng debugging output selectable at compile time
/external/webkit/Tools/
DChangeLog-2010-05-2419041 MSAA: selected, selectable, extended selectable, and multiple
19042 selectable states are not reported
19079 Check the object's selectable state.
19081 Check the object's extended/multiple selectable state.
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1625537 MSAA: selected, selectable, extended selectable, and multiple
25538 selectable states are not reported
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2910095 selectable view have exactly one "next key view" set to it.
11538 Set nextKeyView of the selectable static texts to the editable text.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-296600 Return early if the object is not selectable.
11408 MSAA: selected, selectable, extended selectable, and multiple
11409 selectable states are not reported
17507 (WebInspector.AuditsSidebarTreeElement.prototype.get selectable):
17511 (WebInspector.AuditResultSidebarTreeElement.prototype.get selectable):
41937 (WebInspector.ResourceSidebarTreeElement.prototype.get selectable): Call
70582 Determine if a resource is selectable on user action.
70585 (WebInspector.ResourceSidebarTreeElement.prototype.get selectable):
DChangeLog-2005-08-237305 …(b) If you drag from within a "none" region out to a selectable region, so what, no selection shou…
7307 …object that should have the behavior of (a) and (b) above (but that is selectable aside from that)…
7311 …(a) If you mouse down on a selectable region, then the behavior is unchanged. :hover/:active is c…
7312 …(b) If you mouse down on a non-selectable region and start moving, then the behavior has changed. …
58204 tab selectable
58234 that invisible elements are no longer considered selectable
DChangeLog-2010-12-063287 because sometimes the selectable options are not directly children
5278 - Made grid user-selectable
5286 (WebInspector.NetworkDataGridNode.prototype.get selectable):
7880 because sometimes the selectable options are not directly children
12522 Updated to clear the selection when hovering over a non-selectable item.
13741 Even if they are read-only, they are selectable.
44118 (WebInspector.DataGridNode.prototype.selectable.true.get element):
124330 Web Inspector: Make a close brace in Styles pane selectable.

12