OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isShortcut
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
navigation_list_model.js
94
NavigationModelItem.prototype.
isShortcut
= function() {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
JSHeapSnapshot.js
127
if (!edge.
isShortcut
())
133
if (globalObjEdge.
isShortcut
())
138
if (!globalObjEdge.
isShortcut
()
569
if (!this.
isShortcut
())
599
isShortcut
: function()
606
if (!this.
isShortcut
())
689
isShortcut
: function()
691
return this._edge().
isShortcut
();
Completed in 139 milliseconds