HomeSort by relevance Sort by last modified time
    Searched refs:Searches (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_buffer.js 56 * Searches for a cursor style in the descending Z-order.
71 * Searches for a click handler in the descending Z-order.
84 * Searches for a drag handler in the descending Z-order.
100 * Searches for an action for the double tap enumerating
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 56 * Searches for a cursor style in the descending Z-order.
71 * Searches for a click handler in the descending Z-order.
84 * Searches for a drag handler in the descending Z-order.
100 * Searches for an action for the double tap enumerating
  /frameworks/base/core/java/android/provider/
Browser.java 32 import android.provider.BrowserContract.Searches;
121 * A table containing a log of browser searches. The columns of the table are defined in
126 public static final Uri SEARCHES_URI = Uri.parse("content://browser/searches");
521 * Add a search string to the searches database.
525 * @param search The string to add to the searches database.
528 // The content provider will take care of updating existing searches instead of duplicating
530 values.put(Searches.SEARCH, search);
531 values.put(Searches.DATE, System.currentTimeMillis());
532 cr.insert(Searches.CONTENT_URI, values);
536 * Remove all searches from the search database
    [all...]
BrowserContract.java 464 public static final class Searches {
465 private Searches() {}
470 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "searches");
475 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/searches";
480 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/searches";
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 49 import android.provider.BrowserContract.Searches;
99 static final String TABLE_SEARCHES = "searches";
162 static final int SEARCHES = 3000;
220 matcher.addURI(authority, "searches", SEARCHES);
221 matcher.addURI(authority, "searches/#", SEARCHES_ID);
233 matcher.addURI(LEGACY_AUTHORITY, "searches", SEARCHES);
234 matcher.addURI(LEGACY_AUTHORITY, "searches/#", SEARCHES_ID);
360 // Searches
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser.py 137 """ Searches the file for all paths specified in url()'s, href or src attributes."""
  /external/chromium_org/ui/keyboard/resources/
touch_fuzzing.js 63 * Searches the tree for the key closest to the point provided.
265 * Searches for the first leaf that matches the search function.
  /external/chromium_org/tools/perf/metrics/
media.js 179 // Searches for all video and audio elements on the page and creates a
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
object.js 293 * Searches an object for an element that satisfies the given condition and
315 * Searches an object for an element that satisfies the given condition and
  /external/chromium_org/tools/grit/grit/node/
base.py 546 '''Searches all ancestors of the current node for the nearest enclosing
  /external/chromium_org/third_party/re2/re2/
dfa.cc 64 // Searches for the regular expression in text, which is considered
189 // Indices into start_ for unanchored searches.
190 // Add kStartAnchored for anchored searches.
    [all...]
  /external/regex-re2/re2/
dfa.cc 62 // Searches for the regular expression in text, which is considered
187 // Indices into start_ for unanchored searches.
188 // Add kStartAnchored for anchored searches.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_tree.js 314 * Searches for the changed directory in the current subtree, and if it is found
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 384 * Searches the information of the volume that contains the passed entry.
874 * searches.
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]

Completed in 1841 milliseconds

1 2