HomeSort by relevance Sort by last modified time
    Searched full:browser (Results 126 - 150 of 605) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/QuickSearchBox/res/values-mcc260/
strings.xml 25 <!-- should be mirrored by changes in apps/Browser. -->
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 18 package com.android.browser;
37 import android.provider.Browser;
45 * Package level class for storing various WebView and Browser settings. To use
153 // Single instance of the BrowserSettings for use in the Browser app.
206 // WebView inside Browser doesn't want initial focus to be set.
208 // Browser supports multiple windows
229 * Load settings from the browser app's database.
232 * @param ctx A Context object used to query the browser's settings
499 Browser.clearHistory(resolver);
500 Browser.clearSearches(resolver)
    [all...]
BrowserProvider.java 17 package com.android.browser;
43 import android.provider.Browser;
45 import android.provider.Browser.BookmarkColumns;
65 private static final String sDatabaseName = "browser.db";
126 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_BOOKMARKS],
128 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_BOOKMARKS] + "/#",
130 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_SEARCHES],
132 URI_MATCHER.addURI("browser", TABLE_NAMES[URI_MATCH_SEARCHES] + "/#",
134 URI_MATCHER.addURI("browser", SearchManager.SUGGEST_URI_PATH_QUERY,
136 URI_MATCHER.addURI("browser",
    [all...]
BookmarkItem.java 17 package com.android.browser;
28 * Custom layout for an item representing a bookmark in the browser.
BrowserHomepagePreference.java 17 package com.android.browser;
96 * Set the current page of the browser.
OpenDownloadReceiver.java 17 package com.android.browser;
35 * files downloaded by the Browser.
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 25 * Also includes cross-browser code (shell.getXmlHttpRequest) to get an
61 * A cross-browser function to get an XmlHttpRequest object.
85 * @return {Boolean} false to tell the browser not to submit the form.
162 * @return {Boolean} false to tell the browser not to submit the form.
171 "<span class='error'>Your browser doesn't support AJAX. :(</span>";
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 49 // browser. Permissions are managed on a per-origin basis, as required by
61 // - Remembered permissions are made available for use in the browser
67 // communicate with the browser to display UI.
92 // browser settings menu and to update the permanent permissions when
132 // other main frames (ie browser tabs). This is used when the user
  /external/webkit/WebKitTools/iExploder/
README.txt 5 browser tester. The code still has a lot of work to be done, but it's
35 for each browser you test simultaneous using this method.
97 Many browser crashes are race conditions that are not easy to repeat. Some
147 * Before using iExploder, reset your browser history
148 * Minimize your browser while iExploder is running
  /frameworks/base/docs/html/guide/basics/
what-is-android.jd 17 <li><strong>Integrated browser</strong> based on the open source <a
45 client, SMS program, calendar, maps, browser, contacts, and
69 an embeddable web browser</li>
102 <li><strong>LibWebCore</strong> - a modern web browser engine which
103 powers both the Android browser and an embeddable web view</li>
  /packages/apps/Launcher2/res/values/
strings.xml 83 <string name="shortcut_installed">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" created.</string>
85 <string name="shortcut_uninstalled">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" was removed.</string>
87 <string name="shortcut_duplicate">Shortcut \"<xliff:g id="name" example="Browser">%s</xliff:g>\" already exists.</string>
144 <!-- URL to use when detecting the current default browser.
145 Attempts to mimic homepage_base in Browser; {CID} should be replaced
  /packages/apps/Browser/res/values/
strings.xml 18 <string name="application_name">Browser</string>
46 <string name="bookmarks_search">Browser</string>
174 dialog that allows the user to bookmark the page that the browser is
186 dialog to bookmark the page that the browser is currently viewing,
213 <!-- Menu item for viewing downloads from the browser -->
242 <!-- Context Menu item to view the image by itself in the browser -->
264 <!-- Used as the title of dialogs in the Browser Settings confirming that
314 <!-- Settings label for enabling a mode where the browser is always set to landscape mode -->
329 <string name="pref_privacy_clear_cookies_summary">Clear all browser cookies</string>
335 <string name="pref_privacy_clear_history_summary">Clear the browser navigation history</string
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 290 Script: Browser.js
291 The Browser Core. Contains Browser initialization, Window and Document, and the Browser Hash.
297 var Browser = $merge({
318 return (navigator.taintEnabled) ? false : ((Browser.Features.xpath) ? ((Browser.Features.query) ? 525 : 420) : 419);
327 }, Browser || {});
329 Browser.Platform[Browser.Platform.name] = true
    [all...]
  /external/webkit/WebCore/bridge/
npapi.h 292 * not understanding a new browser's ABI, these masks change the
294 * compatible with differenet versions of the browser, plugins can
296 * ABI that the browser is expecting. This does not apply to Windows
365 /* Checks to see if the plug-in would like the browser to load the "src" attribute. */
373 /* In the NPDrawingModelCoreAnimation drawing model, the browser asks the plug-in for a Core Animation layer. */
378 /* Used when the plugin returns 0 from NPN_WriteReady and wishes the browser
406 /* Get the NPObject wrapper for the browser window. */
420 , NPNVsupportsQuickDrawBool = 2000 /* TRUE if the browser supports the QuickDraw drawing model */
422 , NPNVsupportsCoreGraphicsBool = 2001 /* TRUE if the browser supports the CoreGraphics drawing model */
423 , NPNVsupportsOpenGLBool = 2002 /* TRUE if the browser supports the OpenGL drawing model (CGL on Mac) *
    [all...]
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 35 extern NPNetscapeFuncs* browser;
54 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags);
  /development/testrunner/
coverage_targets.xml 60 <coverage_target name="Browser" build_path="packages/apps/Browser"
  /external/webkit/SunSpider/hosted/
sunspider.html 40 core JavaScript language only, not the DOM or other browser APIs. It
41 is designed to compare different versions of the same browser, and
  /external/webkit/WebCore/bindings/v8/
npruntime_priv.h 46 // The following routines allow the browser to aggressively cleanup NPObjects
56 // the browser unloads the plugin DLL, all objects created within the DLL's
  /packages/apps/Browser/res/layout/
geolocation_permissions_prompt.xml 19 <com.android.browser.GeolocationPermissionsPrompt
91 </com.android.browser.GeolocationPermissionsPrompt>
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebChromeClient.java 17 package com.android.browser;
34 * WebChromeClient for browser tests.
  /build/tools/droiddoc/templates/assets/
jquery-history.js 72 if ($.browser.msie) {
  /development/pdk/hosting/
pdk.py 46 # To verify it is working you can access it with a browser loacally on port 8080:
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 34 extern NPNetscapeFuncs* browser;
43 browser->invalidaterect(instance, NULL);
63 browser->invalidaterect(instance, &inval);
83 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags);
  /external/freetype/
Android.mk 12 # when loading complex pages in the browser
  /external/netcat/scripts/
webproxy 5 ## at the browser client machine you'll be coming from [to limit access to
6 ## only it], and point the browser's concept of an HTTP proxy to the
13 ## randomly fail when hammered by a browser that tries to open several
14 ## connections at once. Drop the "maximum connections" in your browser if

Completed in 223 milliseconds

1 2 3 4 56 7 8 91011>>