Searched refs:ASCIILiteral (Results 1 - 25 of 106) sorted by relevance

12345

/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscallPolicy.cpp136 addDirectoryPermission(ASCIILiteral("/"), NotAllowed);
139 addDirectoryPermission(ASCIILiteral("/lib"), Read);
140 addDirectoryPermission(ASCIILiteral("/usr/lib"), Read);
141 addDirectoryPermission(ASCIILiteral("/usr/share"), Read);
144 addDirectoryPermission(ASCIILiteral("/etc/ssl/certs"), Read);
147 addDirectoryPermission(ASCIILiteral("/etc/fonts"), Read);
148 addDirectoryPermission(ASCIILiteral("/var/cache/fontconfig"), Read);
151 addDirectoryPermission(ASCIILiteral("/dev"), ReadAndWrite);
154 addDirectoryPermission(ASCIILiteral("/tmp"), ReadAndWrite);
155 addDirectoryPermission(ASCIILiteral("/pro
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DJSGlobalObjectConsoleAgent.cpp40 *errorString = ASCIILiteral("Not supported for JavaScript context");
45 *errorString = ASCIILiteral("Not supported for JavaScript context");
H A DInspectorDebuggerAgent.cpp60 : InspectorAgentBase(ASCIILiteral("Debugger"))
154 breakpointObject->setString(ASCIILiteral("url"), url);
155 breakpointObject->setNumber(ASCIILiteral("lineNumber"), lineNumber);
156 breakpointObject->setNumber(ASCIILiteral("columnNumber"), columnNumber);
157 breakpointObject->setString(ASCIILiteral("condition"), condition);
158 breakpointObject->setBoolean(ASCIILiteral("isRegex"), isRegex);
159 breakpointObject->setBoolean(ASCIILiteral("autoContinue"), autoContinue);
162 breakpointObject->setArray(ASCIILiteral("actions"), actions);
212 *errorString = ASCIILiteral("BreakpointAction of incorrect type, expected object");
217 if (!object->getString(ASCIILiteral("typ
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/scripts/tests/expected/
H A Dgenerate-input-with-vector-members.json-TestReplayInputs.cpp62 encodedValue.put<Vector<double>>(ASCIILiteral("doubles"), input.doubles());
63 encodedValue.put<Vector<JSThing>>(ASCIILiteral("jsthings"), input.jsthings());
64 encodedValue.put<Vector<WebCore::WebThing>>(ASCIILiteral("webthings"), input.webthings());
70 if (!encodedValue.get<Vector<double>>(ASCIILiteral("doubles"), doubles))
74 if (!encodedValue.get<Vector<JSThing>>(ASCIILiteral("jsthings"), jsthings))
78 if (!encodedValue.get<Vector<WebCore::WebThing>>(ASCIILiteral("webthings"), webthings))
H A Dgenerate-input-with-guard.json-TestReplayInputs.cpp71 encodedValue.put<double>(ASCIILiteral("currentTime"), input.currentTime());
77 if (!encodedValue.get<double>(ASCIILiteral("currentTime"), currentTime))
93 encodedValue.put<uint64_t>(ASCIILiteral("randomSeed"), input.randomSeed());
99 if (!encodedValue.get<uint64_t>(ASCIILiteral("randomSeed"), randomSeed))
H A Dgenerate-inputs-with-flags.json-TestReplayInputs.cpp68 encodedValue.put<ScalarType>(ASCIILiteral("data"), input.data());
74 if (!encodedValue.get<ScalarType>(ASCIILiteral("data"), data))
89 encodedValue.put<ScalarType>(ASCIILiteral("data"), input.data());
95 if (!encodedValue.get<ScalarType>(ASCIILiteral("data"), data))
H A Dgenerate-enum-encoding-helpers-with-guarded-values.json-TestReplayInputs.cpp59 encodedValue.put<WebCore::MouseButton>(ASCIILiteral("button"), input.button());
65 if (!encodedValue.get<WebCore::MouseButton>(ASCIILiteral("button"), button))
75 encodedValue.append<String>(ASCIILiteral("NoButton"));
80 encodedValue.append<String>(ASCIILiteral("LeftButton"));
85 encodedValue.append<String>(ASCIILiteral("MiddleButton"));
90 encodedValue.append<String>(ASCIILiteral("RightButton"));
96 encodedValue.append<String>(ASCIILiteral("LeftSideButton"));
101 encodedValue.append<String>(ASCIILiteral("RightSideButton"));
108 encodedValue.append<String>(ASCIILiteral("WindowsButton"));
H A Dgenerate-enums-with-same-base-name.json-TestReplayInputs.cpp59 encodedValue.put<PlatformEvent::Type>(ASCIILiteral("eventType"), input.eventType());
60 encodedValue.put<WebCore::FormData::Type>(ASCIILiteral("formType"), input.formType());
66 if (!encodedValue.get<PlatformEvent::Type>(ASCIILiteral("eventType"), eventType))
70 if (!encodedValue.get<WebCore::FormData::Type>(ASCIILiteral("formType"), formType))
80 encodedValue.append<String>(ASCIILiteral("Text"));
85 encodedValue.append<String>(ASCIILiteral("Blob"));
112 encodedValue.append<String>(ASCIILiteral("Mouse"));
117 encodedValue.append<String>(ASCIILiteral("Keyboard"));
H A Dgenerate-memoized-type-modes.json-TestReplayInputs.cpp68 encodedValue.put<ScalarType>(ASCIILiteral("data"), input.data());
74 if (!encodedValue.get<ScalarType>(ASCIILiteral("data"), data))
89 encodedValue.put<MapType>(ASCIILiteral("data"), input.data());
95 if (!encodedValue.get<MapType>(ASCIILiteral("data"), data))
H A Dgenerate-enum-encoding-helpers.json-TestReplayInputs.cpp60 encodedValue.put<WebCore::MouseButton>(ASCIILiteral("button"), input.button());
66 if (!encodedValue.get<WebCore::MouseButton>(ASCIILiteral("button"), button))
104 encodedValue.append<String>(ASCIILiteral("NoButton"));
109 encodedValue.append<String>(ASCIILiteral("LeftButton"));
114 encodedValue.append<String>(ASCIILiteral("MiddleButton"));
119 encodedValue.append<String>(ASCIILiteral("RightButton"));
H A Dgenerate-enum-with-guard.json-TestReplayInputs.cpp59 encodedValue.put<WebCore::PlatformWheelEvent>(ASCIILiteral("platformEvent"), input.platformEvent());
65 if (!encodedValue.get<WebCore::PlatformWheelEvent>(ASCIILiteral("platformEvent"), platformEvent))
76 encodedValue.append<String>(ASCIILiteral("PlatformWheelEventPhaseNone"));
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/
H A DWebMemorySamplerLinux.cpp131 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Timestamp"), now);
135 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Total Program Size"), applicationStats.totalProgramSize);
136 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("RSS"), applicationStats.residentSetSize);
137 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Shared"), applicationStats.sharedSize);
138 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Text"), applicationStats.textSize);
139 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Library"), applicationStats.librarySize);
140 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Data/Stack"), applicationStats.dataStackSize);
141 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Dirty"), applicationStats.dirtyPageSize);
153 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Fast Malloc In Use"), fastMallocBytesInUse);
154 appendKeyValuePair(webKitMemoryStats, ASCIILiteral("Fas
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/Netscape/
H A DPluginInformation.cpp43 return ASCIILiteral("PluginInformationBundleIdentifier");
48 return ASCIILiteral("PluginInformationBundleVersion");
53 return ASCIILiteral("PluginInformationBundleShortVersion");
58 return ASCIILiteral("PluginInformationPath");
63 return ASCIILiteral("PluginInformationDisplayName");
68 return ASCIILiteral("PluginInformationDefaultLoadPolicy");
73 return ASCIILiteral("PluginInformationUpdatePastLastBlockedVersionIsKnownAvailable");
78 return ASCIILiteral("PluginInformationHasSandboxProfile");
83 return ASCIILiteral("PluginInformationFrameURL");
88 return ASCIILiteral("PluginInformationMIMETyp
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebCrossThreadCopier.h44 class ASCIILiteral;
85 template<> struct CrossThreadCopierBase<false, false, WTF::ASCIILiteral> {
86 static WTF::ASCIILiteral copy(const WTF::ASCIILiteral&);
H A DWebPreferencesKeys.cpp37 static NeverDestroyed<String> key(ASCIILiteral(#KeyUpper)); \
H A DWebCrossThreadCopier.cpp88 ASCIILiteral CrossThreadCopierBase<false, false, ASCIILiteral>::copy(const ASCIILiteral& literal)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/efl/
H A DSeccompFiltersWebProcessEfl.cpp53 m_policy.addDirectoryPermission(ASCIILiteral("/sys/bus"), SyscallPolicy::Read);
54 m_policy.addDirectoryPermission(ASCIILiteral("/sys/class"), SyscallPolicy::Read);
55 m_policy.addDirectoryPermission(ASCIILiteral("/sys/devices"), SyscallPolicy::Read);
56 m_policy.addFilePermission(ASCIILiteral("/etc/udev/udev.conf"), SyscallPolicy::Read);
/macosx-10.10.1/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DSQLiteIDBCursor.cpp78 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key > CAST(? AS TEXT) AND key < CAST(? AS TEXT) ORDER BY key, value;"));
79 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key > CAST(? AS TEXT) AND key < CAST(? AS TEXT) ORDER BY key DESC, value DESC;"));
80 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key > CAST(? AS TEXT) AND key < CAST(? AS TEXT) ORDER BY key DESC, value;"));
83 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key > CAST(? AS TEXT) AND key <= CAST(? AS TEXT) ORDER BY key, value;"));
84 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key > CAST(? AS TEXT) AND key <= CAST(? AS TEXT) ORDER BY key DESC, value DESC;"));
85 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key > CAST(? AS TEXT) AND key <= CAST(? AS TEXT) ORDER BY key DESC, value;"));
88 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key >= CAST(? AS TEXT) AND key < CAST(? AS TEXT) ORDER BY key, value;"));
89 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key >= CAST(? AS TEXT) AND key < CAST(? AS TEXT) ORDER BY key DESC, value DESC;"));
90 indexStatements.uncheckedAppend(ASCIILiteral("SELECT rowid, key, value FROM IndexRecords WHERE indexID = ? AND key >= CAST(? AS TEXT) AND key < CAST(? AS TEXT) ORDER BY key DESC, value;"));
93 indexStatements.uncheckedAppend(ASCIILiteral("SELEC
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DLiteralParser.cpp278 m_lexErrorMessage = ASCIILiteral("Single quotes (\') are not allowed in JSON");
365 m_lexErrorMessage = ASCIILiteral("Unterminated string");
404 m_lexErrorMessage = ASCIILiteral("\\u must be followed by 4 hex digits");
430 m_lexErrorMessage = ASCIILiteral("Unterminated string");
483 m_lexErrorMessage = ASCIILiteral("Invalid number");
492 m_lexErrorMessage = ASCIILiteral("Invalid digits after decimal point");
527 m_lexErrorMessage = ASCIILiteral("Exponent symbols should be followed by an optional '+' or '-' and then by at least one number");
564 m_parseErrorMessage = ASCIILiteral("Unexpected comma at the end of array expression");
584 m_parseErrorMessage = ASCIILiteral("Expected ']'");
604 m_parseErrorMessage = ASCIILiteral("Expecte
[all...]
H A DWeakMapPrototype.cpp60 throwTypeError(callFrame, WTF::ASCIILiteral("Called WeakMap function on non-object"));
67 throwTypeError(callFrame, WTF::ASCIILiteral("Called WeakMap function on a non-WeakMap object"));
87 return JSValue::encode(throwTypeError(callFrame, WTF::ASCIILiteral("A WeakMap cannot have a non-object key")));
98 return JSValue::encode(throwTypeError(callFrame, WTF::ASCIILiteral("A WeakMap cannot have a non-object key")));
109 return JSValue::encode(throwTypeError(callFrame, WTF::ASCIILiteral("A WeakMap cannot have a non-object key")));
120 return JSValue::encode(throwTypeError(callFrame, WTF::ASCIILiteral("Attempted to set a non-object key in a WeakMap")));
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScript.cpp48 : InjectedScriptBase(ASCIILiteral("InjectedScript"))
53 : InjectedScriptBase(ASCIILiteral("InjectedScript"), injectedScriptObject, environment)
63 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("evaluate"), inspectorEnvironment()->functionCallHandler());
74 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("callFunctionOn"), inspectorEnvironment()->functionCallHandler());
85 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("evaluateOnCallFrame"), inspectorEnvironment()->functionCallHandler());
98 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("getFunctionDetails"), inspectorEnvironment()->functionCallHandler());
105 *errorString = ASCIILiteral("Internal error");
114 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("getProperties"), inspectorEnvironment()->functionCallHandler());
121 *errorString = ASCIILiteral("Internal error");
130 Deprecated::ScriptFunctionCall function(injectedScriptObject(), ASCIILiteral("getInternalPropertie
[all...]
H A DInspectorBackendDispatcher.cpp83 reportProtocolError(nullptr, ParseError, ASCIILiteral("Message must be in JSON format"));
89 reportProtocolError(nullptr, InvalidRequest, ASCIILiteral("Message must be a JSONified object"));
95 reportProtocolError(nullptr, InvalidRequest, ASCIILiteral("'id' property was not found"));
101 reportProtocolError(nullptr, InvalidRequest, ASCIILiteral("The type of 'id' property must be number"));
107 reportProtocolError(&callId, InvalidRequest, ASCIILiteral("'method' property wasn't found"));
113 reportProtocolError(&callId, InvalidRequest, ASCIILiteral("The type of 'method' property must be string"));
119 reportProtocolError(&callId, InvalidRequest, ASCIILiteral("The 'method' property was formatted incorrectly. It should be 'Domain.method'"));
145 responseMessage->setObject(ASCIILiteral("result"), result);
146 responseMessage->setNumber(ASCIILiteral("id"), callId);
174 error->setNumber(ASCIILiteral("cod
[all...]
H A DInjectedScriptBase.cpp127 *errorString = ASCIILiteral("Internal error: result value is empty");
139 *errorString = ASCIILiteral("Internal error: result is not an Object");
143 RefPtr<InspectorObject> resultObj = resultPair->getObject(ASCIILiteral("result"));
145 if (!resultObj || !resultPair->getBoolean(ASCIILiteral("wasThrown"), &wasThrownVal)) {
146 *errorString = ASCIILiteral("Internal error: result is not a pair of value and wasThrown flag");
/macosx-10.10.1/WebKit2-7600.1.25/Shared/ios/
H A DWebIOSEventFactory.mm67 text = ASCIILiteral("\r");
75 text = ASCIILiteral("\x8");
77 unmodifiedText = ASCIILiteral("\x8");
80 text = ASCIILiteral("\x9");
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebDatabaseManagerProxy.cpp50 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerOriginKey"));
56 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerOriginQuotaKey"));
62 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerOriginUsageKey"));
68 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerDatabaseDetailsKey"));
74 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerDatabaseDetailsNameKey"));
80 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerDatabaseDetailsDisplayNameKey"));
86 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerDatabaseDetailsExpectedUsageKey"));
92 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerDatabaseDetailsCurrentUsageKey"));
98 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerDatabaseDetailsCreationTimeKey"));
104 static NeverDestroyed<String> key(ASCIILiteral("WebDatabaseManagerDatabaseDetailsModificationTimeKe
[all...]

Completed in 398 milliseconds

12345