HomeSort by relevance Sort by last modified time
    Searched full:guest (Results 26 - 50 of 768) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/extensions/browser/guest_view/extension_options/
extension_options_guest_delegate.h 24 explicit ExtensionOptionsGuestDelegate(ExtensionOptionsGuest* guest);
30 // Shows the context menu for the guest.
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_guest_delegate.h 46 // Called after the guest has been attached to an embedder and suspended
50 // Called when the guest WebContents commits a provisional load in any frame.
59 // Called immediately after the guest WebContents has been destroyed.
65 // Shows the context menu for the guest.
web_view_guest.h 32 // created on attachment. That is, when a guest WebContents is associated with
42 // For WebViewGuest, we create special guest processes, which host the
48 // chrome-guest://partition_domain/persist?partition_name
60 // Request navigating the guest to the provided |src| URL.
63 // Shows the context menu for the guest.
71 // Sets the frame name of the guest.
77 // Sets the transparency of the guest.
181 // If possible, navigate the guest to |relative_index| entries away from the
185 // Reload the guest.
204 // Called when file system access is requested by the guest content using th
    [all...]
web_view_permission_helper_delegate.h 48 // Called when file system access is requested by the guest content using the
53 // - Determined by the guest's content settings if the embedder does not
65 // Called when file system access is requested by the guest content using the
71 // - Determined by the guest's content settings if the embedder does not
  /external/chromium_org/chrome/browser/guest_view/mime_handler_view/
chrome_mime_handler_view_guest_delegate.cc 22 extensions::MimeHandlerViewGuest* guest)
23 : extensions::MimeHandlerViewGuestDelegate(guest), guest_(guest) {
chrome_mime_handler_view_guest_delegate.h 18 extensions::MimeHandlerViewGuest* guest);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
enterprise_info.css 17 #enterprise-info[location='guest-tab'] {
34 #enterprise-info[location='guest-tab'] {
40 #enterprise-info[location='guest-tab'] {
  /external/chromium_org/chromeos/settings/
cros_settings_provider.cc 26 // "cros.session." in the guest mode.
27 // It should not reach here from UI in the guest mode, but just in case.
30 LOG(ERROR) << "Ignoring the guest request to change: " << path;
  /external/qemu/android/
adb-server.c 36 /* ADB guest connection descriptor. */
41 /* Opaque pointer associated with the guest. */
43 /* ADB server for this guest. */
45 /* ADB host connected with this ADB guest. */
47 /* Callback routines for the ADB guest. */
49 /* ADB guest connection status. If 0 indicates that ADB guest is not yet
65 /* ADB guest connected with this ADB host. */
67 /* Pending data to send to the guest when it is fully connected. */
95 /* List of ADB hosts pending connection with ADB guest. *
    [all...]
  /external/kernel-headers/original/uapi/linux/
mic_common.h 35 host features and one for guest acknowledgements.
37 * @status: A status byte, written by the Guest.
53 * @vdev: Used for storing MIC vdev information by the guest.
55 * @vdev_reset: Set to 1 by guest to indicate virtio device has been reset.
56 * @guest_ack: Set to 1 by guest to ack a command.
58 * @used_address_updated: Set to 1 by guest when the used address should be
60 * @c2h_vdev_db: The doorbell number to be used by guest. Set by host.
61 * @h2c_vdev_db: The doorbell number to be used by host. Set by guest.
108 * @address: Guest/MIC physical address of the virtio ring
110 * @used_address: Guest/MIC physical address of the used rin
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profiles_state.h 29 // Returns the display name of the specified on-the-record profile (or guest),
31 // |profile_path| is the guest path, it will return IDS_GUEST_PROFILE_NAME. If
57 // Returns whether the |browser|'s profile is a non-incognito or guest profile.
58 // The distinction is needed because guest profiles are implemented as
67 // like guest profiles, may not have a controller so this function may return
72 // changes the active profile to the Guest profile and returns it, otherwise
73 // returns NULL. This assumes that the Guest profile has been loaded.
  /external/chromium_org/extensions/browser/guest_view/
guest_view_manager.cc 91 // Reattachment to the same guest is not currently supported.
121 GuestViewBase* guest = local
123 if (!guest) {
127 guest->Init(
137 GuestViewBase* guest = local
139 if (!guest)
142 guest_create_params.guest_delegate = guest;
145 guest->InitWithWebContents(embedder_extension_id,
188 WebContents* guest = it->second; local
189 GuestViewBase* guest_view = GuestViewBase::FromWebContents(guest);
    [all...]
guest_view_base.h 23 // <*view> tag. GuestViewBase maintains an association between a guest
25 // the guest and relays them to the embedder. GuestViewBase tracks the lifetime
74 // This method is called after the guest has been attached to an embedder and
91 // This method is called when the guest's embedder WebContents has been
92 // destroyed and the guest will be destroyed shortly.
98 // This method is called when the guest WebContents has been destroyed. This
104 // This method is invoked when the guest RenderView is ready, e.g. because we
136 // This method is called when the guest WebContents is about to be destroyed.
142 // This method is to be implemented by the derived class. Access to guest
144 // used to implement the guest view
    [all...]
  /external/chromium_org/content/browser/frame_host/
frame_accessibility.h 19 // and guest frames into a single tree for accessibility. This class is only
33 // and the main frame of the guest Webcontents with the given
44 // a child frame or guest frame that was previously associated with this
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_util.h 14 // accounts, supervised users, guest or incognito profiles.
  /external/chromium_org/chrome/browser/extensions/api/
chrome_extensions_api_client.cc 55 ExtensionOptionsGuest* guest) const {
56 return new ChromeExtensionOptionsGuestDelegate(guest);
61 MimeHandlerViewGuest* guest) const {
63 new ChromeMimeHandlerViewGuestDelegate(guest))
  /external/chromium_org/chrome/browser/guest_view/extension_options/
chrome_extension_options_guest_delegate.h 19 explicit ChromeExtensionOptionsGuestDelegate(ExtensionOptionsGuest* guest);
  /external/chromium_org/chrome/browser/resources/extensions/
extension_options_overlay.html 12 <div id="extension-options-overlay-guest"></div>
  /external/chromium_org/extensions/browser/guest_view/app_view/
app_view_constants.h 12 // API namespace for the *embedder*. The embedder and guest use different APIs.
app_view_guest_delegate.h 20 // Shows the context menu for the guest.
  /external/chromium_org/extensions/browser/guest_view/mime_handler_view/
mime_handler_view_guest_delegate.h 21 explicit MimeHandlerViewGuestDelegate(MimeHandlerViewGuest* guest) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_balloon.h 16 /* Number of pages host wants Guest to give up. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_balloon.h 16 /* Number of pages host wants Guest to give up. */
  /external/valgrind/main/VEX/pub/
libvex.h 295 /* This struct carries guest and host ABI variant information that may
302 guest is ppc32-linux ==> 0
303 guest is ppc64-linux ==> 288
304 guest is ppc32-aix5 ==> 220
305 guest is ppc64-aix5 ==> unknown
306 guest is amd64-linux ==> 128
307 guest is other ==> inapplicable
310 guest is amd64-linux ==> True
311 guest is amd64-darwin ==> False
312 guest is other ==> inapplicabl
    [all...]
  /external/chromium_org/extensions/common/api/
web_view_internal.json 72 "description": "The instance ID of the guest <webview> process."
77 "description": "The src of the guest <webview> tag."
109 "description": "The instance ID of the guest <webview> process."
114 "description": "The src of the guest <webview> tag."
138 "description": "The instance ID of the guest <webview> process."
159 "description": "The instance ID of the guest <webview> process."
169 "description": "Called after the zoom message has been sent to the guest process.",
182 "description": "The instance ID of the guest <webview> process."
206 "description": "The instance ID of the guest <webview> process."
285 "description": "The instance ID of the guest <webview> process.
    [all...]

Completed in 268 milliseconds

12 3 4 5 6 7 8 91011>>