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

  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 433 if (list.isSearch())
450 e.canExecute = !list.isSearch() &&
470 * @param {boolean} isSearch Whether the user is trying to do a command on
473 function canExecuteShared(e, isSearch) {
486 e.canExecute = !isSearch && canEdit && !unmodifiable;
539 function isSearch() {
540 return list.isSearch();
571 e.canExecute = isSearch() && hasSingleSelected();
589 canExecuteShared(e, isSearch());
610 function isSearch() {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_contents.js 527 * @param {boolean} isSearch True for search directory contents, otherwise
536 isSearch,
542 this.isSearch_ = isSearch;
628 DirectoryContents.prototype.isSearch = function() {
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 233 if (mIncognitoMode && isSearch(url)) {
249 boolean isSearch(String inUrl) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 749 public boolean isSearch() {
    [all...]
  /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 936 milliseconds