HomeSort by relevance Sort by last modified time
    Searched defs:isSearch (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_contents.js 183 DirectoryContents.prototype.isSearch = function() {
481 DirectoryContentsDriveSearch.prototype.isSearch = function() {
583 DirectoryContentsLocalSearch.prototype.isSearch = function() {
722 DirectoryContentsDriveSearchMetadata.prototype.isSearch = function() {
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 431 if (list.isSearch())
448 e.canExecute = !list.isSearch() && list.dataModel.length > 1;
464 * @param {boolean} isSearch Whether the user is trying to do a command on
467 function canExecuteShared(e, isSearch) {
478 e.canExecute = !isSearch && canEdit;
531 function isSearch() {
532 return list.isSearch();
563 e.canExecute = isSearch() && hasSingleSelected();
580 canExecuteShared(e, isSearch());
601 function isSearch() {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 260 if (mIncognitoMode && isSearch(url)) {
276 boolean isSearch(String inUrl) {
  /external/chromium_org/third_party/sqlite/src/src/
where.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1243 milliseconds