OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMac
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js
47
return WebInspector.
isMac
() ? this.Meta : this.Ctrl;
157
var
isMac
= WebInspector.
isMac
();
160
res +=
isMac
? ctrlKey : "<Ctrl> + ";
162
res +=
isMac
? optKey : "<Alt> + ";
164
res +=
isMac
? shiftKey : "<Shift> + ";
166
res +=
isMac
? cmdKey : "<Win> + ";
SearchController.js
77
var
isMac
= WebInspector.
isMac
();
81
if (
isMac
)
94
if (!
isMac
) {
103
if (
isMac
&& event.metaKey && !event.ctrlKey && !event.altKey) {
inspector.js
677
if (WebInspector.
isMac
()) {
690
const helpKey = WebInspector.
isMac
() ? "U+003F" : "U+00BF"; // "?" for both platforms
725
var
isMac
= WebInspector.
isMac
();
728
var isBackKey = !isInEditMode && (
isMac
? event.metaKey : event.ctrlKey);
736
var isForwardKey = !isInEditMode && (
isMac
? event.metaKey : event.ctrlKey);
754
if (
isMac
)
771
if (
isMac
)
786
if ((event.metaKey &&
isMac
) || (event.ctrlKey && !
isMac
)) {
[
all
...]
ConsoleView.js
161
var
isMac
= WebInspector.
isMac
();
163
if (
isMac
&& e.metaKey && !e.ctrlKey && !e.altKey && !e.shiftKey)
165
if (!
isMac
&& e.ctrlKey && !e.metaKey && !e.altKey && !e.shiftKey)
500
var keys = WebInspector.
isMac
() ? [ shortcutK.name, shortcutL.name ] : [ shortcutL.name ];
518
if (WebInspector.
isMac
())
533
if (!this._shortcuts[shortcut].isMacOnly || WebInspector.
isMac
()) {
[
all
...]
TextPrompt.js
101
if (this.history && WebInspector.
isMac
() && event.ctrlKey && !event.metaKey && !event.altKey && !event.shiftKey) {
109
if (this.history && WebInspector.
isMac
() && event.ctrlKey && !event.metaKey && !event.altKey && !event.shiftKey) {
ScriptsPanel.js
[
all
...]
NetworkPanel.js
401
var
isMac
= WebInspector.
isMac
();
403
if (
isMac
&& e.metaKey && !e.ctrlKey && !e.altKey && !e.shiftKey)
405
if (!
isMac
&& e.ctrlKey && !e.metaKey && !e.altKey && !e.shiftKey)
[
all
...]
ElementsPanel.js
[
all
...]
/sdk/ddms/app/src/com/android/ddms/
Main.java
63
if (
isMac
()) {
127
static boolean
isMac
() {
129
// org.eclipse.jface.util.Util#
isMac
() when we switch to Eclipse 3.5
/external/chromium/chrome/browser/resources/options/
options.js
115
if (!cr.isWindows && !cr.
isMac
) {
188
if (cr.
isMac
)
/external/chromium/chrome/browser/resources/shared/js/
util.js
11
// TODO(estade): This should be removed and calls replaced with cr.
isMac
/external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js
21
if (cr.
isMac
)
[
all
...]
/external/webkit/Tools/Scripts/
old-run-webkit-tests
[
all
...]
/prebuilt/common/netbeans-visual/
org-openide-util.jar
Completed in 2071 milliseconds