Home
last modified time | relevance | path

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

/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/
DStylesSidebarPane.js99 …leRules = node.ownerDocument.defaultView.getMatchedCSSRules(node, "", !Preferences.showUserAgentSt…
234 …if (Preferences.styleRulesExpandedState && section.identifier in Preferences.styleRulesExpandedSta…
235 section.expanded = Preferences.styleRulesExpandedState[section.identifier];
269 if (Preferences.showInheritedComputedStyleProperties)
275 showInheritedInput.checked = Preferences.showInheritedComputedStyleProperties;
279 Preferences.showInheritedComputedStyleProperties = showInheritedInput.checked;
280 if (Preferences.showInheritedComputedStyleProperties)
332 if (!Preferences.styleRulesExpandedState)
333 Preferences.styleRulesExpandedState = {};
334 Preferences.styleRulesExpandedState[this.identifier] = true;
[all …]
DElementsTreeOutline.js118 …var node = (Preferences.ignoreWhitespace ? firstChildSkippingWhitespace.call(this.rootDOMNode) : t…
123 … node = Preferences.ignoreWhitespace ? nextSiblingSkippingWhitespace.call(node) : node.nextSibling;
250 …var hasChildren = node.contentDocument || (Preferences.ignoreWhitespace ? (firstChildSkippingWhite…
254 this.whitespaceIgnored = Preferences.ignoreWhitespace;
352 if (this.children.length || this.whitespaceIgnored !== Preferences.ignoreWhitespace)
355 this.whitespaceIgnored = Preferences.ignoreWhitespace;
375 …var child = (Preferences.ignoreWhitespace ? firstChildSkippingWhitespace.call(node) : node.firstCh…
403 …child = Preferences.ignoreWhitespace ? nextSiblingSkippingWhitespace.call(child) : child.nextSibli…
DDatabasesPanel.js275 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
DConsole.js379 …ght = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.tota…
Dutilities.js807 var textChild = onlyTextChild.call(this, Preferences.ignoreWhitespace);
808 …var showInlineText = textChild && textChild.textContent.length < Preferences.maxInlineTextChildLen…
DProfilesPanel.js419 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
Dinspector.js30 var Preferences = { variable
1147 if (Preferences.showMissingLocalizedStrings)
DScriptsPanel.js638 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minScriptsSidebarWidth, window.…
DElementsPanel.js1184 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minElementsSidebarWidth, window…
DResourcesPanel.js1067 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt29 "%@/Library/Preferences/%@"
628 WebKit/mac/WebView/WebView.mm:"Preferences"
/external/webkit/WebKitTools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm64 …"Failed to restore initial color profile for main display! Open System Preferences > Displays > Co…
/external/webkit/WebKit/mac/Plugins/
DWebBasePluginPackage.mm230 …NSString *pListPath = [NSString stringWithFormat:@"%@/Library/Preferences/%@", NSHomeDirectory(), …
/external/gtest/
DREADME174 directory (selected in the Xcode "Preferences..." -> "Building" pane and
/external/webkit/WebKit/mac/WebView/
DWebView.mm2317 preferences = [decoder decodeObjectForKey:@"Preferences"];
2372 [encoder encodeObject:[self preferences] forKey:@"Preferences"];
/external/webkit/WebCore/
DChangeLog31543 …em/6289712> REGRESSION(r37432-37490): Scroll bar is not drawn in Bookmark View, Preferences sheets.
32031 (WebInspector.StylesSidebarPane.prototype.update): Check the Preferences object
32037 to true for this identifier in Preferences.styleRulesExpandedState. Don't remember
32040 to false for this identifier in Preferences.styleRulesExpandedState.
32042 (Preferences.styleRulesExpandedState): Initialize to an empty object.
DChangeLog-2007-10-1440323 …ION(14784): WebKit doesn't dynamically reflect changes to the highlight color in System Preferences
DChangeLog-2008-08-1028229 (Preferences.minScriptsSidebarWidth): Added.
/external/webkit/WebKit/win/
DChangeLog13797 …(WebPreferences::preferencesPath): Prefer to store WebKit Preferences keyed off of bundle executab…
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0911771 … - put preference keys in a private header file so Safari can use them for Managed Preferences