/external/chromium_org/content/public/android/java/src/org/chromium/content/app/ |
PrivilegedProcessService.java | 8 * Privileged (unsandboxed) Services inherit from this class. We enforce the 9 * privileged/sandboxed distinction by type-checking objects against this parent class.
|
SandboxedProcessService.java | 8 * Sandboxed Services inherit from this class. We enforce the privileged/sandboxed
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/ |
tabs.html | 1 Gives your {{platform}} access to privileged fields of the <code>$ref:[tabs.Tab Tab]</code> objects used by several APIs including $ref:[tabs chrome.tabs] and $ref:[windows chrome.windows]. In many circumstances your {{platform}} will not need to declare the <code>"tabs"</code> permission to make use of these APIs.
|
/external/chromium_org/remoting/host/ |
pairing_registry_delegate_win.h | 24 // - |privileged| - contains the shared secrets of all pairings. This key must 30 // with appropriate access. |privileged| may be NULL if read-only access is 39 // |privileged| is optional and may be NULL. The caller retains ownership of 41 bool SetRootKeys(HKEY privileged, HKEY unprivileged);
|
pairing_registry_delegate_win.cc | 106 bool PairingRegistryDelegateWin::SetRootKeys(HKEY privileged, 115 if (privileged) { 116 if (!DuplicateKeyHandle(privileged, &privileged_))
|
/external/chromium_org/chrome_frame/ |
navigation_constraints.h | 40 // The plugin is privileged if it is: 44 // When privileged, additional interfaces are made available to the user.
|
chrome_tab.idl | 59 // This method is available only when the control is in privileged mode. 97 // won't enable privileged mode. 110 // Expose this service to the ChromeFrame control to trigger privileged 111 // mode. If the control is in privileged mode, it will forward messages 152 // This event is only fired when the control is in privileged mode.
|
urlmon_url_request.h | 69 // privileged mode. 143 // Set to true if the ChromeFrame instance is running in privileged mode.
|
chrome_frame_plugin.h | 74 // We don't want to do incognito when privileged, since we're 75 // running in browser chrome or some other privileged context.
|
/frameworks/base/core/java/android/app/ |
IUiAutomationConnection.aidl | 25 * This interface contains privileged operations a shell program can perform 28 * not. Running privileged operations by the shell user on behalf of an
|
/external/openssh/ |
uidswap.c | 55 static int privileged = 0; variable 76 privileged = 0; 82 privileged = 0; 87 privileged = 1; 126 /* Propagate the privileged gid to all of our gids. */ 129 /* Propagate the privileged uid to all of our uids. */ 177 * Restores to the original (privileged) uid. 182 /* it's a no-op unless privileged */ 183 if (!privileged) { 192 /* Set the effective uid back to the saved privileged uid. * [all...] |
README.privsep | 3 privileged monitor process. Its purpose is to prevent privilege 36 --with-privsep-user=user Specify non-privileged user for privilege separation 60 process 6917 is the privileged monitor process, 6919 is the user owned
|
gss-serv.c | 76 /* Privileged (called from ssh_gssapi_server_ctx) */ 105 /* Privileged */ 147 /* Privileged */ 247 /* Privileged (called from accept_secure_ctx) */ 330 /* Privileged */ 357 /* Privileged */
|
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
runtime_apitest.cc | 12 // Tests the privileged components of chrome.runtime. 14 ASSERT_TRUE(RunExtensionTest("runtime/privileged")) << message_;
|
/external/chromium_org/chrome_frame/test/data/ |
privileged_apis_host.html | 2 <head><title>Privileged Apis test</title> 86 <p>Tests that privileged apis are unavailable from regular pages</p>
|
/external/openssh/openbsd-compat/ |
bsd-statvfs.h | 51 /* non-privileged process. */ 55 /* non-privileged process. */
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 51 protected void onReceiveWithPrivilege(Context context, Intent intent, boolean privileged) { 70 // If 'privileged' is false, it means that the intent was delivered to the base 74 if (privileged) { 82 if (privileged) { 94 if (privileged) {
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiver.java | 47 protected void onReceiveWithPrivilege(Context context, Intent intent, boolean privileged) { 48 // If 'privileged' is false, it means that the intent was delivered to the base 52 if (!privileged && intent.getAction().equals(Intents.SMS_DELIVER_ACTION)) {
|
/external/chromium/chrome/browser/extensions/ |
stubs_apitest.cc | 16 // should be available in content scripts) or update the list of privileged APIs
|
/external/mksh/src/ |
sh_flags.h | 94 /* -p use suid_profile; privileged shell */ 95 FN("privileged", FPRIVILEGED, 'p', OF_ANY)
|
/external/chromium_org/chrome/browser/ |
pepper_broker_infobar_delegate.h | 22 // to connect to its (privileged) broker. The user decision is made "sticky"
|
/external/chromium_org/remoting/host/win/ |
unprivileged_process_delegate.h | 32 // privileged user account.
|
/external/libsepol/include/sepol/policydb/ |
constraint.h | 13 * identity or role unless it is in a privileged type.
|
/external/chromium_org/extensions/common/ |
extension_api.h | 84 // Returns true if |name| is a privileged API path. Privileged paths can only 87 // content scripts, or other low-privileged contexts.
|
/external/chromium_org/chrome/browser/ui/ |
browser_instant_controller.h | 79 // Reloads the tabs in instant process to ensure that their privileged status
|