Searched defs:browser (Results 1 - 4 of 4) sorted by relevance

/external/webkit/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js1162 // Use of jQuery.browser is deprecated.
1168 // Figure out what browser is being used
1169 jQuery.browser = {
2069 // Perform a simple check to determine if the browser is capable of
2130 // Check to see if the browser returns elements by name when
2162 // Check to see if the browser returns only elements
5671 One of the most important items in MooTools. Contains the dollar function, the dollars function, and an handful of cross-browser,
6648 - Element positioning based on the [qooxdoo](http://qooxdoo.org/) code and smart browser fixes, [LGPL License](http://www.gnu.org/licenses/lgpl.html).
7338 Class for creating, loading, and saving browser Cookies.
9303 // use native browser J
[all...]
H A Djquery-1.3.2.js1162 // Use of jQuery.browser is deprecated.
1168 // Figure out what browser is being used
1169 jQuery.browser = {
2069 // Perform a simple check to determine if the browser is capable of
2130 // Check to see if the browser returns elements by name when
2162 // Check to see if the browser returns only elements
/external/webkit/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c38 NPNetscapeFuncs *browser; variable
72 browser = browserFuncs;
105 browser = malloc(sizeof(NPNetscapeFuncs));
106 bzero(browser, sizeof(NPNetscapeFuncs));
108 browser->size = browserFuncs->size;
109 browser->version = browserFuncs->version;
111 // Since this is a mach-o plug-in and the browser is CFM because it is calling main, translate
112 // our function points into TVectors so the browser can call them.
113 browser->geturl = (NPN_GetURLProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturl);
114 browser
[all...]
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
H A DPluginObject.cpp41 if (!browser->getproperty(instance, windowObject, browser->getstringidentifier("console"), &consoleVariant)) {
52 if (!browser->invoke(instance, consoleObject, browser->getstringidentifier("log"), &messageVariant, 1, &result)) {
54 browser->releaseobject(consoleObject);
58 browser->releasevariantvalue(&result);
59 browser->releaseobject(consoleObject);
85 NPError error = browser->getvalue(instance, NPNVWindowNPObject, &windowObject);
92 browser->releaseobject(windowObject);
105 NPNetscapeFuncs* browser; variable
[all...]

Completed in 55 milliseconds