Searched defs:SEARCH_PREFIX (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dsamples.js8 var SEARCH_PREFIX = 'search:'; variable
12 window.location.hash = SEARCH_PREFIX + encodeURIComponent(searchText);
42 if (fragment.substr(0, SEARCH_PREFIX.length) == SEARCH_PREFIX) {
43 updateSearchBox(decodeURIComponent(fragment.substr(SEARCH_PREFIX.length)));
/external/qemu/android/avd/
H A Dkeys.h39 #define SEARCH_PREFIX "image.sysdir." macro

Completed in 416 milliseconds