Searched defs:native (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DCallData.h53 } native; member in union:JSC::CallData
H A DConstructData.h53 } native; member in union:JSC::ConstructData
/external/bluetooth/glib/gio/tests/
H A Ddata-input-stream.c195 GDataStreamByteOrder native; local
222 native = (G_BYTE_ORDER == G_BIG_ENDIAN) ? G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN : G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN;
223 swap = (byte_order != G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN) && (byte_order != native);
H A Ddata-output-stream.c144 GDataStreamByteOrder native; local
177 native = (G_BYTE_ORDER == G_BIG_ENDIAN) ? G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN : G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN;
178 swap = (byte_order != G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN) && (byte_order != native);
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp215 Range* native = V8Range::toNative(v8Object);
216 if (!native)
219 *webRange = WebRange(native);
230 Element* native = V8Element::toNative(v8Object); local
231 if (!native)
234 *webElement = WebElement(native);
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_utils_gtk.cc161 bool native) {
168 pixbuf = GtkThemeService::GetDefaultFavicon(native);
172 pixbuf = GtkThemeService::GetFolderIcon(native);
160 GetPixbufForNode(const BookmarkNode* node, BookmarkModel* model, bool native) argument
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc21 #include "views/controls/native/native_view_host.h"
70 // all renderer's native gtk widgets are moved one by one via
423 // control and native controls (scroll bar).
434 views::NativeViewHost* native = new views::NativeViewHost(); local
435 scroll_view_->SetContents(native);
447 native->Attach(widget->window_contents());
466 views::NativeViewHost* native = local
468 native->Detach();
733 views::NativeViewHost* native = local
737 if (native) {
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc562 GdkPixbuf* GtkThemeService::GetFolderIcon(bool native) { argument
563 if (native) {
583 GdkPixbuf* GtkThemeService::GetDefaultFavicon(bool native) { argument
584 if (native) {
/external/v8/src/arm/
H A Dcode-stubs-arm.cc1360 // Call a native function to do a comparison between two non-NaNs.
1754 // Figure out which native to call and setup the arguments.
1755 Builtins::JavaScript native; local
1757 native = strict_ ? Builtins::STRICT_EQUALS : Builtins::EQUALS;
1759 native = Builtins::COMPARE;
1771 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
1773 __ InvokeBuiltin(native, JUMP_FUNCTION);
4612 // Just jump directly to runtime if native RegExp is not selected at compile
4633 // registers and will be preserved by the call to the native RegExp code, as
4635 // directly from generated code the native RegEx
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.cc1367 // Call a native function to do a comparison between two non-NaNs.
1841 // Figure out which native to call and setup the arguments.
1842 Builtins::JavaScript native; local
1844 native = strict_ ? Builtins::STRICT_EQUALS : Builtins::EQUALS;
1846 native = Builtins::COMPARE;
1858 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
1860 __ InvokeBuiltin(native, JUMP_FUNCTION);
4821 // Just jump directly to runtime if native RegExp is not selected at compile
4844 // registers and will be preserved by the call to the native RegExp code, as
4846 // directly from generated code the native RegEx
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js37 object.$family = {name: 'native'};
94 var types = {'boolean': Boolean, 'native': Native, 'object': Object};
787 Contains Hash Prototypes. Provides a means for overcoming the JavaScript practical impossibility of extending native Objects.

Completed in 180 milliseconds