/development/samples/WiktionarySimple/ |
_index.html | 5 displayed in a frame. Touching the widget will open a new browser session and
|
/external/clearsilver/imd/ |
example.imd | 18 # Assumed browser width for album show
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ |
browser.js | 24 * in the browser. Overrides the shell's print function with document.write 27 * To run the tests in the browser, use the mkhtml.pl script to generate 28 * html pages that include the shell.js, browser.js (this file), and the 33 * <script src="./../browser.js"></script>
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/ |
browser.js | 24 * in the browser. Overrides the shell's print function with document.write 27 * To run the tests in the browser, use the mkhtml.pl script to generate 28 * html pages that include the shell.js, browser.js (this file), and the 33 * <script src="./../browser.js"></script>
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_1/ |
browser.js | 24 * in the browser. Overrides the shell's print function with document.write 27 * To run the tests in the browser, use the mkhtml.pl script to generate 28 * html pages that include the shell.js, browser.js (this file), and the 33 * <script src="./../browser.js"></script>
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/ |
browser.js | 24 * in the browser. Overrides the shell's print function with document.write 27 * To run the tests in the browser, use the mkhtml.pl script to generate 28 * html pages that include the shell.js, browser.js (this file), and the 33 * <script src="./../browser.js"></script>
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/ |
browser.js | 24 * in the browser. Overrides the shell's print function with document.write 27 * To run the tests in the browser, use the mkhtml.pl script to generate 28 * html pages that include the shell.js, browser.js (this file), and the 33 * <script src="./../browser.js"></script>
|
/external/webkit/WebCore/manual-tests/gtk/ |
plugin-resize-scroll.html | 18 Resize the browser, ensure that the plugin resizes and does not produce a greyish border.
|
/external/webkit/WebCore/manual-tests/resources/ |
redraw-page-cache-visited-links-2.html | 16 <li value="3">Click the "Back" button on the browser.
|
/external/webkit/WebCore/manual-tests/win/ |
horizontal-scroll-composited.html | 4 <div>Make sure you browser window is smaller than 1000 pixels so that you see an horizontal scroll bar.
|
/packages/apps/Browser/assets/html/ |
flashtest.html | 12 <param name="FlashFileName" value="/data/data/com.android.browser/app_plugins/Ball.swf" />
|
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
main.cpp | 38 browser = browserFuncs; 75 if (browser->getvalue(instance, NPNVsupportsCoreGraphicsBool, &supportsCoreGraphics) != NPERR_NO_ERROR) 81 browser->setvalue(instance, NPPVpluginDrawingModel, (void *)NPDrawingModelCoreGraphics); 83 PluginObject* obj = (PluginObject*)browser->createobject(instance, getPluginClass()); 122 // A browser that doesn't know about NPNVsupportsCarbonBool is one that only supports Carbon event model. 123 if (browser->getvalue(instance, NPNVsupportsCarbonBool, &supportsCarbon) != NPERR_NO_ERROR) 127 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR) 140 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode); 141 browser->setvalue(instance, NPPVpluginEventModel, (void *)obj->eventModel); 167 browser->releaseobject(&obj->header) [all...] |
TestObject.cpp | 86 browser->getstringidentifiers(testIdentifierNames, NUM_TEST_IDENTIFIERS, testIdentifiers); 87 browser->getstringidentifiers(testMethodIdentifierNames, NUM_METHOD_IDENTIFIERS, testMethodIdentifiers); 119 browser->setexception(header, "test object throwException SUCCESS"); 152 *value = (NPIdentifier*)browser->memalloc(NUM_ENUMERATABLE_TEST_IDENTIFIERS * sizeof(NPIdentifier)); 160 browser->retainobject(npobj);
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
index.html | 7 <h2>iExploder: Web Browser Quality Assurance Tester</h2> 30 If your browser crashes, please contact thomas%stromberg.org!
|
/frameworks/base/core/java/android/text/style/ |
URLSpan.java | 23 import android.provider.Browser; 61 intent.putExtra(Browser.EXTRA_APPLICATION_ID, context.getPackageName());
|
/frameworks/base/tests/BrowserTestPlugin/jni/event/ |
EventPlugin.cpp | 35 extern NPNetscapeFuncs* browser; 98 const char c[] = "Browser Test Plugin"; 109 browser->getvalue(inst(), NPNVWindowNPObject, &windowObject); 114 // create a string (JS code) that is stored in memory allocated by the browser 120 char* beginMem = (char*)browser->memalloc(totalLength); 134 if (!browser->evaluate(inst(), windowObject, &script, &scriptVariant)) 137 // free the memory allocated within the browser 138 browser->memfree(beginMem);
|
/packages/apps/Browser/res/xml/ |
browser_preferences.xml | 95 <com.android.browser.BrowserHomepagePreference 106 <com.android.browser.BrowserYesNoPreference 114 <com.android.browser.BrowserYesNoPreference 128 <com.android.browser.BrowserYesNoPreference 142 <com.android.browser.BrowserYesNoPreference 156 <com.android.browser.BrowserYesNoPreference 176 <com.android.browser.BrowserYesNoPreference 200 <com.android.browser.BrowserYesNoPreference
|
/packages/apps/Browser/src/com/android/browser/ |
BookmarkSearch.java | 17 package com.android.browser; 24 * This activity is never started from the browser. Its purpose is to provide bookmark suggestions
|
/external/webkit/SunSpider/ |
TODO | 28 My current thought is to either pick some specific browser on a 33 popular browser, so results on this benchmark will tell you how much 34 you have to gain or lose by using a different browser. 48 * Allow repeat count to be controlled from the browser-hosted version 58 * Make the browser-hosted version prettier, both in general design and
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/ |
main.m | 42 // Browser function table 43 static NPNetscapeFuncs* browser; 79 browser = browserFuncs; 118 // Ask the browser if it supports the Core Animation drawing model 120 if (browser->getvalue(instance, NPNVsupportsCoreAnimationBool, &supportsCoreAnimation) != NPERR_NO_ERROR) 126 // If the browser supports the Core Animation drawing model, enable it. 127 browser->setvalue(instance, NPPVpluginDrawingModel, (void *)NPDrawingModelCoreAnimation); 129 // If the browser supports the Cocoa event model, enable it. 131 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR) 137 browser->setvalue(instance, NPPVpluginEventModel, (void *)NPEventModelCocoa) [all...] |
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
main.m | 42 // Browser function table 43 static NPNetscapeFuncs* browser; 82 browser = browserFuncs; 121 // Ask the browser if it supports the CoreGraphics drawing model 123 if (browser->getvalue(instance, NPNVsupportsCoreGraphicsBool, &supportsCoreGraphics) != NPERR_NO_ERROR) 129 // If the browser supports the CoreGraphics drawing model, enable it. 130 browser->setvalue(instance, NPPVpluginDrawingModel, (void *)NPDrawingModelCoreGraphics); 132 // If the browser supports the Cocoa event model, enable it. 134 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR) 140 browser->setvalue(instance, NPPVpluginEventModel, (void *)NPEventModelCocoa) [all...] |
/external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ |
TestNetscapePlugin.cpp | 59 if (browser->version >= 14) { 60 PluginObject* obj = (PluginObject*)browser->createobject(instance, getPluginClass()); 117 browser->releaseobject(&obj->header); 147 browser->getvalue(obj->npp, NPNVWindowNPObject, &windowScriptObject); 154 browser->evaluate(obj->npp, windowScriptObject, &npScript, &browserResult); 155 browser->releasevariantvalue(&browserResult); 172 if (browser->version >= NPVERS_HAS_RESPONSE_HEADERS) 276 browser->retainobject((NPObject *)obj); 308 browser = aMozillaVTable;
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
mkhtml.pl | 6 # MOZ_SRC/mozilla/js/tests/$suite/browser.js, 34 $browser_js = $js_test_dir . "browser.js"; 75 '<script src=./../browser.js></script>';
|
/packages/apps/Browser/ |
AndroidManifest.xml | 19 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.browser"> 21 <original-package android:name="com.android.browser" /> 33 <uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"/> 34 <uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"/> 37 <application android:name="Browser" 41 android:taskAffinity="android.task.browser" > 44 android:authorities="browser" 46 android:readPermission="com.android.browser.permission.READ_HISTORY_BOOKMARKS" 47 android:writePermission="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"> 87 <!-- We are also the main entry point of the browser. -- [all...] |
/development/samples/BrowserPlugin/res/values/ |
strings.xml | 18 <string name="sample_browser_plugin">Sample Browser Plugin</string>
|