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

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
Default-port-frame.html 2 on a webserver and then point your browser to http://localhost/Default-port-frame.html.
remove-form-node-with-radio-buttons-crash.html 29 <div>This is a test for http://bugs.webkit.org/show_bug.cgi?id=12938 - to test this, press the "Run Test" button and wait for a couple of minutes - the browser should not crash.</div>
  /external/webkit/WebCore/manual-tests/inspector/
profiler-test-call.html 30 To use this test, load it in the browser then load the WebInspector and look at
profiler-test-many-calls-in-the-same-scope.html 36 To use this test, load it in the browser then load the WebInspector and look at
webinspector-log.html 4 <li>Open a browser, go to any web page.
  /external/webkit/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 59 // in renderers, it should be Chromium's VFS; in the browser process it should be SQLite's default VFS
75 // the browser process only); as far as the renderer processes
83 // it will be automatically created by the browser process;
90 // all database directories will be created as needed by the browser process
  /packages/apps/Browser/src/com/android/browser/
DownloadTouchIcon.java 17 package com.android.browser;
27 import android.provider.Browser;
128 values.put(Browser.BookmarkColumns.TOUCH_ICON,
134 Browser.BOOKMARKS_URI, mCursor.getInt(0)),
AddNewBookmark.java 17 package com.android.browser;
26 * Custom layout for an item representing a bookmark in the browser.
HistoryItem.java 18 package com.android.browser;
22 import android.provider.Browser;
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 40 // Browser function table
41 static NPNetscapeFuncs* browser;
85 browser = browserFuncs;
123 // Ask the browser if it supports the CoreGraphics drawing model
125 if (browser->getvalue(instance, NPNVsupportsCoreGraphicsBool, &supportsCoreGraphics) != NPERR_NO_ERROR)
131 // If the browser supports the CoreGraphics drawing model, enable it.
132 browser->setvalue(instance, NPPVpluginDrawingModel, (void*)NPDrawingModelCoreGraphics);
134 // If the browser supports the Cocoa event model, enable it.
136 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)
142 browser->setvalue(instance, NPPVpluginEventModel, (void*)NPEventModelCocoa)
    [all...]
  /development/samples/BrowserPlugin/
README 33 see how an android browser plugin is created and how to use the available APIs.
74 between the plugin and the browser.
76 jni/main.*: this code is the binding point between the plugin and the browser.
93 and logic. The sub-plugin receives events from the browser and it can
94 also communicate with the browser using the netscape plugin functions
106 4. the browser will auto recognize the plugin is available
111 a document that is accessible by the browser. The mime-type cannot change but
177 surface and allows the browser to scale the surface when zooming.
  /external/netcat/scripts/
webrelay 5 ## your own run], and full-URL links will undoubtedly confuse the browser
43 "Relay to ${RDEST}:${RPORT} running -- point your browser here on port $PORT"
  /external/webkit/WebKit/qt/docs/
qtwebkit.qdoc 8 \brief The QtWebKit module provides a web browser engine as well as
62 \keyword Browser
63 \keyword Web Browser
65 QtWebKit provides a Web browser engine that makes it easy to embed content
132 Common web browser features, defaults and other settings can be configured
157 \o \c{/usr/lib/browser/plugins}
160 \o \c{/usr/lib64/browser-plugins}
161 \o \c{/usr/lib/browser-plugins}
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 41 browser = browserFuncs;
77 browser->getvalue(object->npp, NPNVWindowNPObject, &windowScriptObject);
84 browser->evaluate(object->npp, windowScriptObject, &npScript, &browserResult);
85 browser->releasevariantvalue(&browserResult);
90 if (browser->version >= 14) {
91 PluginObject* obj = (PluginObject*)browser->createobject(instance, getPluginClass());
139 browser->releaseobject(&obj->header);
232 browser->retainobject((NPObject *)obj);
  /frameworks/base/packages/SettingsProvider/res/xml/
bookmarks.xml 19 package="com.android.browser"
20 class="com.android.browser.BrowserActivity"
  /frameworks/base/test-runner/tests/
AndroidManifest.xml 23 android:label="Stubbed Test Browser">
31 android:label="Test Browser Tests">
  /packages/apps/QuickSearchBox/res/values/
config.xml 32 <!-- The component name of the browser bookmarks and history source used in QSB -->
33 <string name="browser_search_component" translatable="false">com.android.browser/.BookmarkSearch</string>
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 27 import android.provider.Browser;
101 // The browser can pass along an application id which it uses to figure out which
103 // the browser. Otherwise, add our own package name as the application id, so that
104 // the browser can organize all searches launched from this provider together.
105 String applicationId = intent.getStringExtra(Browser.EXTRA_APPLICATION_ID);
115 launchUriIntent.putExtra(Browser.EXTRA_APPLICATION_ID, applicationId);
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 55 // Browser function table
56 static NPNetscapeFuncs* browser;
98 browser = browserFuncs;
137 // Ask the browser if it supports the Core Animation drawing model
139 if (browser->getvalue(instance, NPNVsupportsCoreAnimationBool, &supportsCoreAnimation) != NPERR_NO_ERROR)
145 // If the browser supports the Core Animation drawing model, enable it.
146 browser->setvalue(instance, NPPVpluginDrawingModel, (void *)NPDrawingModelCoreAnimation);
148 // If the browser supports the Cocoa event model, enable it.
150 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)
156 browser->setvalue(instance, NPPVpluginEventModel, (void *)NPEventModelCocoa)
    [all...]
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkWidgetService.java 17 package com.android.browser.widget;
33 import android.provider.Browser;
34 import android.provider.Browser.BookmarkColumns;
41 import com.android.browser.R;
54 public static final String UPDATE = "com.android.browser.widget.UPDATE";
57 private static final String NEXT = "com.android.browser.widget.NEXT";
60 private static final String PREV = "com.android.browser.widget.PREV";
64 "com.android.browser.widget.extra.ID";
300 Cursor c = getContentResolver().query(Browser.BOOKMARKS_URI, PROJECTION,
  /development/pdk/docs/source/
overview-1.5.jd 31 <li>Browser
50 <li>Smoother page scrolling in Browser
61 <li>Browser
63 <ul><li>Updated with latest Webkit browser Squirrelfish Javascript engines
65 <li>Copy 'n paste in browser
  /frameworks/base/docs/html/sdk/
android-1.5-highlights.jd 33 <li>Browser</li>
48 <li>Smoother page scrolling in Browser</li>
89 <li>Browser
91 <li>Updated with latest Webkit browser &amp; Squirrelfish Javascript engines</li>
92 <li>Copy 'n paste in browser</li>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.provider.Browser.html 10 android.provider.Browser
74 Class android.provider.<A HREF="../../../../reference/android/provider/Browser.html" target="_top"><font size="+2"><code>Browser</code></font></A>
87 <A NAME="android.provider.Browser.EXTRA_APPLICATION_ID"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Browser.html#EXTRA_APPLICATION_ID" target="_top"><code>EXTRA_APPLICATION_ID</code></A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.provider.Browser.html 10 android.provider.Browser
74 Class android.provider.<A HREF="../../../../reference/android/provider/Browser.html" target="_top"><font size="+2"><code>Browser</code></font></A>
87 <A NAME="android.provider.Browser.EXTRA_HEADERS"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Browser.html#EXTRA_HEADERS" target="_top"><code>EXTRA_HEADERS</code></A></nobr>
  /development/samples/BrowserPlugin/jni/
main.cpp 39 NPNetscapeFuncs* browser; variable
92 browser = (NPNetscapeFuncs*) malloc(sizeof(NPNetscapeFuncs));
93 memcpy(browser, browserFuncs, sizeof(NPNetscapeFuncs));
131 NPError err = browser->getvalue(NULL, gPairs[i].v, gPairs[i].i);
162 if (browser->version >= 14) {
163 instance->pdata = browser->createobject (instance, getPluginClass());
186 NPError err = browser->setvalue(instance, kRequestDrawingModel_ANPSetValue,
254 NPError err = browser->getvalue(instance, kJavaContext_ANPGetValue,
273 browser->releaseobject(&obj->header);
283 // Do nothing if browser didn't support NPN_CreateObject which would have created the PluginObject
    [all...]

Completed in 58 milliseconds

1 2 34 5 6 7 8 91011>>