Home
last modified time | relevance | path

Searched refs:Preferences (Results 1 – 25 of 29) sorted by relevance

12

/external/jpeg/
Dmakeproj.mac47 Set Preferences of panel "Target Settings" to {Target Name:"libjpeg"}
48 Set Preferences of panel "PPC Project" to {File Name:"libjpeg"}
49 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"}
50 Set Preferences of panel "PPC Project" to {Project Type:library}
51 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true}
52 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true}
53 Set Preferences of panel "PPC Codegen" to {Struct Alignment:PowerPC}
54 Set Preferences of panel "PPC Linker" to {Generate SYM File:false}
112 Set Preferences of panel "Target Settings" to {Target Name:"cjpeg"}
113 Set Preferences of panel "PPC Project" to {File Name:"cjpeg"}
[all …]
/external/webkit/WebCore/inspector/front-end/
DDrawer.js78 …rn Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - this.mainElement.to…
185 …ght = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.tota…
290 …ght = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.tota…
DStylesSidebarPane.js305 …if (Preferences.styleRulesExpandedState && section.identifier in Preferences.styleRulesExpandedSta…
306 section.expanded = Preferences.styleRulesExpandedState[section.identifier];
469 if (!Preferences.styleRulesExpandedState)
470 Preferences.styleRulesExpandedState = {};
471 Preferences.styleRulesExpandedState[this.identifier] = true;
480 if (!Preferences.styleRulesExpandedState)
481 Preferences.styleRulesExpandedState = {};
482 Preferences.styleRulesExpandedState[this.identifier] = false;
926 if (Preferences.showColorNicknames && color.nickname)
DSettings.js32 var Preferences = { variable
DPanel.js345 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
DProfileDataGridTree.js53 …econdsToString(time / 1000, WebInspector.UIString.bind(WebInspector), !Preferences.samplingCPUProf…
DElementsTreeOutline.js959 …var showInlineText = textChild && textChild.textContent.length < Preferences.maxInlineTextChildLen…
1020 if (textChild && textChild.textContent.length < Preferences.maxInlineTextChildLength)
DProfileView.js44 if (Preferences.samplingCPUProfiler) {
DElementsPanel.js1093 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minElementsSidebarWidth, window…
DScriptsPanel.js794 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minScriptsSidebarWidth, window.…
Dinspector.js1699 if (Preferences.showMissingLocalizedStrings)
/external/webkit/WebKit/chromium/src/js/
DDevTools.js200 Preferences.ignoreWhitespace = false;
201 Preferences.samplingCPUProfiler = true;
202 Preferences.heapProfilerPresent = true;
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt30 "%@/Library/Preferences/%@"
815 WebKit/mac/WebView/WebView.mm:"Preferences"
/external/chromium/base/
Dmac_util.mm260 // Otherwise, as /Library/Preferences/com.apple.TimeMachine.plist grows the
/external/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac252 // Open "Edit->Preferences"
349 // Open the Preferences (Alt-P)
379 // Open "Edit->Preferences"
394 // Open "File->Preferences"
/external/webkit/WebKit/mac/Plugins/
DWebBasePluginPackage.mm236 …NSString *pListPath = [NSString stringWithFormat:@"%@/Library/Preferences/%@", NSHomeDirectory(), …
/external/webkit/WebKitTools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm68 …"Failed to restore initial color profile for main display! Open System Preferences > Displays > Co…
/external/gtest/
DREADME174 directory (selected in the Xcode "Preferences..." -> "Building" pane and
/external/protobuf/gtest/
DREADME207 directory (selected in the Xcode "Preferences..." -> "Building" pane and
/external/dnsmasq/
DFAQ129 A: for OS X, System Preferences > Network > {Connection to gateway / DNS } >
/external/webkit/WebKit/mac/WebView/
DWebView.mm2666 preferences = [decoder decodeObjectForKey:@"Preferences"];
2721 [encoder encodeObject:[self preferences] forKey:@"Preferences"];
/external/webkit/WebKitTools/
DChangeLog19497 …mmand-line fail if custom build product directory is set and ~/Library/Preferences/xcodebuild.plis…
19501 ~/Library/Preferences/xcodebuild.plist. It can prevent xcodebuild from
/external/webkit/WebKit/mac/
DChangeLog-2010-01-291147 Add Preferences for WebKitShowDebugBorders and WebKitShowRepaintCounter
4122 …Updated WebInspectorClient to use Web Inspector Preferences to remember whether or not it should b…
/external/webkit/WebCore/
DChangeLog-2009-06-165562 theme: drop down lists in Preferences get a line/square
78582 …em/6289712> REGRESSION(r37432-37490): Scroll bar is not drawn in Bookmark View, Preferences sheets.
79070 (WebInspector.StylesSidebarPane.prototype.update): Check the Preferences object
79076 to true for this identifier in Preferences.styleRulesExpandedState. Don't remember
79079 to false for this identifier in Preferences.styleRulesExpandedState.
79081 (Preferences.styleRulesExpandedState): Initialize to an empty object.
/external/webkit/WebKit/win/
DChangeLog-2009-06-1615014 …(WebPreferences::preferencesPath): Prefer to store WebKit Preferences keyed off of bundle executab…

12