HomeSort by relevance Sort by last modified time
    Searched refs:guest (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/ui/webui/resources/css/chromeos/
ui_account_tweaks.css 7 * look and feel based on account status (owner/non-owner/guest).
10 .guest-disabled {
14 a.guest-disabled {
  /external/valgrind/main/lackey/tests/
true.stderr.exp 12 guest instrs: ...
16 guest instrs : SB entered = ... : ...
18 IRStmts : guest instr = ... : ...
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 55 WebViewGuest* guest = WebViewGuest::From( local
57 if (!guest)
60 return guest->script_executor();
102 WebViewGuest* guest = WebViewGuest::From( local
104 if (!guest)
107 guest->Go(relative_index);
121 WebViewGuest* guest = WebViewGuest::From( local
123 if (!guest)
126 guest->Reload();
149 WebViewGuest* guest = WebViewGuest::From local
169 WebViewGuest* guest = WebViewGuest::From( local
188 WebViewGuest* guest = WebViewGuest::From( local
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.cc 47 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) {
48 guest_dragging_over_ = guest->AsWeakPtr();
51 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) {
53 // only un-setting if the caller is marked as the guest being dragged over.
54 if (guest_dragging_over_.get() == guest) {
59 void BrowserPluginEmbedder::StartDrag(BrowserPluginGuest* guest) {
60 guest_started_drag_ = guest->AsWeakPtr();
63 void BrowserPluginEmbedder::StopDrag(BrowserPluginGuest* guest) {
64 if (guest_started_drag_.get() == guest) {
176 BrowserPluginGuest* guest
217 BrowserPluginGuest* guest = NULL; local
    [all...]
browser_plugin_geolocation_permission_context.cc 56 BrowserPluginGuest* guest = guest_web_contents->GetBrowserPluginGuest(); local
57 guest->AskEmbedderForGeolocationPermission(bridge_id,
88 BrowserPluginGuest* guest = guest_web_contents->GetBrowserPluginGuest(); local
89 if (guest)
90 guest->CancelGeolocationRequest(bridge_id);
browser_plugin_guest_helper.cc 15 BrowserPluginGuest* guest,
18 guest_(guest) {
browser_plugin_embedder.h 6 // embedder that are not directed at any particular existing guest process.
12 // guest.
61 // unlock hte guest's pointer lock.
82 void DragEnteredGuest(BrowserPluginGuest* guest);
84 void DragLeftGuest(BrowserPluginGuest* guest);
86 void StartDrag(BrowserPluginGuest* guest);
88 void StopDrag(BrowserPluginGuest* guest);
123 // Used to correctly update the cursor when dragging over a guest, and to
124 // handle a race condition when dropping onto the guest that started the drag
130 // Pointer to the guest that started the drag, used to forward necessary dra
    [all...]
browser_plugin_guest_helper.h 30 // The purpose of this class is to intercept messages from the guest RenderView
39 BrowserPluginGuestHelper(BrowserPluginGuest* guest,
browser_plugin_guest_manager.cc 78 // a guest process in addition to which platform application the tag
138 // The embedder process is trying to access a guest it does not own.
156 BrowserPluginGuest* guest = local
158 if (guest && guest->OnMessageReceivedFromEmbedder(message))
170 BrowserPluginGuest* guest) {
171 // The embedder can access the guest if it has not been attached and its
173 if (!guest->attached()) {
174 if (!guest->opener())
178 guest->opener()->embedder_web_contents()->GetRenderProcessHost()-
243 BrowserPluginGuest* guest = it->second->GetBrowserPluginGuest(); local
265 BrowserPluginGuest* guest = it->second->GetBrowserPluginGuest(); local
    [all...]
browser_plugin_guest.cc 68 RecordAction(UserMetricsAction("BrowserPlugin.Guest.PermissionRequest"));
80 UserMetricsAction("BrowserPlugin.Guest.PermissionRequest.Download"));
101 UserMetricsAction("BrowserPlugin.Guest.PermissionRequest.Geolocation"));
106 base::WeakPtr<BrowserPluginGuest> guest(weak_ptr_factory_->GetWeakPtr());
108 WebContents* web_contents = guest->embedder_web_contents();
119 guest,
136 guest->SetGeolocationPermission(callback_, bridge_id_, false);
150 BrowserPluginGuest* guest)
153 guest_(guest) {
155 UserMetricsAction("BrowserPlugin.Guest.PermissionRequest.Media"))
191 BrowserPluginGuest* guest = variable
561 BrowserPluginGuest* guest = NULL; local
581 BrowserPluginGuest* guest = local
727 BrowserPluginGuest* guest = new_contents_impl->GetBrowserPluginGuest(); local
815 BrowserPluginGuest* guest = new_contents->GetBrowserPluginGuest(); local
    [all...]
browser_plugin_guest_manager.h 7 // Messages are routed to a particular guest instance based on an instance_id.
57 // Creates a guest WebContents with the provided |instance_id| and |params|.
58 // If params.src is present, the new guest will also be navigated to the
59 // provided URL. Optionally, the new guest may be attached to a
68 // guest wasn't found. If the embedder is not permitted to access the given
77 // Removes the guest with the given |instance_id| from this
99 // provided |guest|.
101 BrowserPluginGuest* guest);
104 // |instance_id| or access the guest associated with the |instance_id|. If the
105 // embedder can, the method returns true. If the guest does not exist but th
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Android.mk 2 # common to both the guest and the host. They relate to
14 ### CodecCommon guest ##############################################
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.cc 23 GuestView* guest = GuestView::From(embedder_process_id, guest_instance_id); local
24 if (!guest)
26 return guest->AsAdView();
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
Android.mk 5 # - child process creation and wait (probably not needed in guest)
9 ### Guest library ##############################################
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_error_message.css 17 .guest-signin,
29 .allow-guest-signin .guest-signin,
header_bar.css 72 #login-header-bar #guest-user-button,
82 html[dir=rtl] #login-header-bar #guest-user-button,
95 #login-header-bar #guest-user-button {
  /external/chromium_org/content/browser/speech/
input_tag_speech_dispatcher_host.cc 25 bool guest,
28 : guest_(guest),
68 // cannot correctly place the speech bubble relative to a guest. Thus, we
76 BrowserPluginGuest* guest = web_contents->GetBrowserPluginGuest(); local
78 guest->GetScreenCoordinates(input_params.element_rect.origin()));
81 guest->embedder_web_contents()->GetRenderProcessHost()->GetID();
83 guest->embedder_web_contents()->GetRoutingID();
input_tag_speech_dispatcher_host.h 31 bool guest,
  /external/chromium_org/chrome/browser/resources/user_manager/
control_bar.css 42 #login-header-bar #guest-user-button {
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Android.mk 2 # common to both the guest and the host. They relate to
  /external/valgrind/main/coregrind/
pub_core_transtab.h 42 /* The fast-cache for tt-lookup. Unused entries are denoted by .guest
43 == 1, which is assumed to be a bogus address for all guest code. */
46 Addr guest; member in struct:__anon29839
  /build/target/board/generic_x86/
BoardConfig.mk 30 # Build OpenGLES emulation host and guest libraries
  /sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk 5 # - child process creation and wait (probably not needed in guest)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_cmd.c 385 * a generic SVGAGuestPtr. The guest pointer may refer to guest
386 * VRAM (provided by the SVGA PCI device) or to guest system
387 * memory that has been set up as a Guest Memory Region (GMR)
390 * The guest's DMA buffer must remain valid (not freed, paged out,
392 * command. The guest can determine that the host has finished
395 * The guest's image buffer can be an arbitrary size and shape.
396 * Guest image data is interpreted according to the SVGA3D surface
399 * The caller may optionally define the guest image's pitch.
407 * NOTE: srcx/srcy are always on the guest image and x/y ar
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 385 * a generic SVGAGuestPtr. The guest pointer may refer to guest
386 * VRAM (provided by the SVGA PCI device) or to guest system
387 * memory that has been set up as a Guest Memory Region (GMR)
390 * The guest's DMA buffer must remain valid (not freed, paged out,
392 * command. The guest can determine that the host has finished
395 * The guest's image buffer can be an arbitrary size and shape.
396 * Guest image data is interpreted according to the SVGA3D surface
399 * The caller may optionally define the guest image's pitch.
407 * NOTE: srcx/srcy are always on the guest image and x/y ar
    [all...]

Completed in 1447 milliseconds

1 2 3