Home
last modified time | relevance | path

Searched refs:browsers (Results 1 – 25 of 69) sorted by relevance

123

/external/chromium/chrome/browser/resources/options/
Dimport_data_overlay.js120 updateSupportedBrowsers_: function(browsers) { argument
121 this.browserProfiles = browsers;
125 var browserCount = browsers.length;
135 var browser = browsers[i]
150 ImportDataOverlay.updateSupportedBrowsers = function(browsers) { argument
151 ImportDataOverlay.getInstance().updateSupportedBrowsers_(browsers);
/external/linux-tools-perf/
DMakefile457 LIB_OBJS += $(OUTPUT)util/ui/browsers/annotate.o
458 LIB_OBJS += $(OUTPUT)util/ui/browsers/hists.o
459 LIB_OBJS += $(OUTPUT)util/ui/browsers/map.o
460 LIB_OBJS += $(OUTPUT)util/ui/browsers/top.o
465 LIB_H += util/ui/browsers/map.h
716 $(OUTPUT)util/ui/browsers/annotate.o: util/ui/browsers/annotate.c $(OUTPUT)PERF-CFLAGS
719 $(OUTPUT)util/ui/browsers/top.o: util/ui/browsers/top.c $(OUTPUT)PERF-CFLAGS
722 $(OUTPUT)util/ui/browsers/hists.o: util/ui/browsers/hists.c $(OUTPUT)PERF-CFLAGS
725 $(OUTPUT)util/ui/browsers/map.o: util/ui/browsers/map.c $(OUTPUT)PERF-CFLAGS
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
Dmain.css9 display: block; /* for older browsers */
/external/webkit/Source/WebCore/html/
DHTMLElement.idl28 // Other browsers do this as well. So we don't convert null to JS null.
/external/iptables/extensions/
Dlibxt_TCPMSS.man15 Web browsers connect, then hang with no data received.
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME46 that some browsers (notably, Firefox 3.5) will have trouble with this page
/external/chromium/chrome/browser/ui/cocoa/applescript/
Dbrowsercrapplication+applescript_test.mm34 // Close the additional browsers.
Dbrowsercrapplication+applescript.mm23 // Iterate through all browsers and check if it closing,
/external/chromium/chrome/browser/sync/protocol/
Dsession_specifics.proto35 // Type of the browser. Currently we only store browsers of type
/external/webkit/PerformanceTests/SunSpider/
DTODO30 average that some set of same-generation release browsers get on
DChangeLog198 the test is pretty small, but noticeable for some browsers. But at least it's not
428 we want all browsers to be doing the same thing on the test.
624 copying benchmark results out of browsers without a location bar or
972 major browsers. For those tests, I used Firefox 2.0.0.8 on the
1005 - Support Windows and Windows browsers.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2003-10-2592 … - fixed 3421107 -- some dates that other browsers can parse can't be parsed by KJS's Date.parse()
240 The JavaScript specification says nothing about this, but other browsers seem to give
271 empty array when there is no match. This is what other browsers do.
380 …3272777 -- array object indices treated as integers by Safari, but as strings in other web browsers
469 - fixed 3178438 -- return elements in order of addition in for..in loop (other browsers seem to)
1185 Did more testing of the date functions and made them behave like the other browsers.
1188 1) We did a validity check that other browsers don't do (hence the NaN).
1192 as other browsers.
1198 check. Other browsers accept invalid dates. Also takes a time zone parameter.
1205 Without this change the date didn't match other browsers.
/external/chromium/chrome/browser/
Dbrowser_about_handler.cc1130 ListValue* browsers = new ListValue(); in OnDetailsAvailable() local
1131 root.Set("browsers", browsers); in OnDetailsAvailable()
1161 browsers->Append(browser_data); in OnDetailsAvailable()
Dchrome_browser_application_mac.mm269 // flag and tries to close all browsers. This flag causes the closure of the
/external/mdnsresponder/mDNSShared/
Duds_daemon.c168 browser_t *browsers; member
1773 for (p = info->u.browser.browsers; p; p = p->next) in add_domain_to_browser()
1791 b->next = info->u.browser.browsers; in add_domain_to_browser()
1792 info->u.browser.browsers = b; in add_domain_to_browser()
1807 while (info->u.browser.browsers) in browse_termination_callback()
1809 browser_t *ptr = info->u.browser.browsers; in browse_termination_callback()
1819 info->u.browser.browsers = ptr->next; in browse_termination_callback()
1841 browser_t **ptr = &request->u.browser.browsers; in udsserver_automatic_browse_domain_changed()
2183 request->u.browser.browsers = NULL; in handle_browse_request()
4160 for (blist = req->u.browser.browsers; blist; blist = blist->next) in LogClientInfo()
[all …]
/external/webkit/Tools/iExploder/iexploder-1.3.2/
DREADME.txt124 subtest engine was made. Different web browsers will have different
/external/webkit/Tools/iExploder/iexploder-1.7.2/
DREADME.txt6 open-source browsers.
DChangeLog.txt715 Move to tag directories, add tool to extract tags from common open-source browsers
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCarbon.mm346 …MacIE handles each key event twice because of this, but we will emulate the other browsers instead.
/external/chromium/chrome/browser/importer/
Dsafari_importer.mm78 // In keeping with import on other platforms (and for other browsers), we
/external/tinyxml/
Dreadme.txt15 documents for browsers, XML allows you to define any kind of document
56 restrictive license. If you are working with browsers or have more
/external/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac67 // This simple kludge uses a mechanism built into most browsers (IE, Netscape,
275 // 2. If you are serving this from a web server, these browsers require
481 // browsers such as NS4 and IE4:
/external/webkit/Source/WebCore/platform/mac/
DPasteboardMac.mm203 … // Map   to a plain old space because this is better for source code, other browsers do it,
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css1006 /* modified to 43px so that all browsers eliminate the package panel h-scroll */
/external/webkit/Source/WebKit/gtk/
DNEWS569 per-host, matching other browsers more closely; this seems to have
625 - Pasting rich text from other browsers should now work as expected.

123