HomeSort by relevance Sort by last modified time
    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 153 milliseconds