Lines Matching defs:WebProcessCreationParameters
46 struct WebProcessCreationParameters { struct
52 String injectedBundlePath;
53 SandboxExtension::Handle injectedBundlePathExtensionHandle;
55 String applicationCacheDirectory;
56 String databaseDirectory;
57 String localStorageDirectory;
58 Vector<String> urlSchemesRegistererdAsEmptyDocument;
59 Vector<String> urlSchemesRegisteredAsSecure;
60 Vector<String> urlSchemesForWhichDomainRelaxationIsForbidden;
63 Vector<String> mimeTypesWithCustomRepresentation;
65 CacheModel cacheModel;
66 bool shouldTrackVisitedLinks;
68 bool shouldAlwaysUseComplexTextCodePath;
70 bool iconDatabaseEnabled;
72 String languageCode;
74 TextCheckerState textCheckerState;
76 double defaultRequestTimeoutInterval;
79 String uiProcessBundleIdentifier;
83 String parentProcessName;
85 pid_t presenterApplicationPid;
109 #endif // WebProcessCreationParameters_h argument