Searched refs:guest (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/ui/webui/resources/css/chromeos/
H A Dui_account_tweaks.css7 * look and feel based on account status (owner/non-owner/guest).
10 .guest-disabled {
14 a.guest-disabled {
/external/valgrind/main/lackey/tests/
H A Dtrue.stderr.exp12 guest instrs: ...
16 guest instrs : SB entered = ... : ...
18 IRStmts : guest instr = ... : ...
/external/chromium_org/chrome/browser/guest_view/
H A Dguest_view.h18 GuestViewBase* guest = local
20 if (!guest)
22 return guest->As<T>();
26 GuestViewBase* guest = GuestViewBase::FromWebContents(contents); local
27 return guest ? guest->As<T>() : NULL;
42 GuestViewBase* guest = GuestViewBase::GetOpener(); local
43 if (!guest)
45 return guest->As<T>();
H A Dguest_view_manager.cc99 // a guest process in addition to which platform application the tag
157 WebContents* guest = it->second; local
158 GuestViewBase* guest_view = GuestViewBase::FromWebContents(guest);
162 if (callback.Run(guest))
220 // The embedder process is trying to access a guest it does not own.
241 // The embedder is trying to access a guest with a negative or zero
249 // guest it does not own.
266 GuestViewBase* guest) {
267 // The embedder can access the guest if it has not been attached and its
269 if (!guest
265 CanEmbedderAccessGuest(int embedder_render_process_id, GuestViewBase* guest) argument
[all...]
H A Dguest_view_base.cc48 explicit EmbedderWebContentsObserver(GuestViewBase* guest) argument
49 : WebContentsObserver(guest->embedder_web_contents()),
50 guest_(guest) {
180 void GuestViewBase::SetOpener(GuestViewBase* guest) { argument
181 if (guest && guest->IsViewType(GetViewType())) {
182 opener_ = guest->AsWeakPtr();
H A Dguest_view_manager.h43 // Returns the guest WebContents associated with the given |guest_instance_id|
91 // Returns true if |guest_instance_id| can be used to add a new guest to this
93 // We disallow adding new guest with instance IDs that were previously removed
98 GuestViewBase* guest);
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.cc43 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) { argument
44 guest_dragging_over_ = guest->AsWeakPtr();
47 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) { argument
49 // only un-setting if the caller is marked as the guest being dragged over.
50 if (guest_dragging_over_.get() == guest) {
55 void BrowserPluginEmbedder::StartDrag(BrowserPluginGuest* guest) { argument
56 guest_started_drag_ = guest->AsWeakPtr();
106 // to the guest that initiated the drag/drop operation. This will ensure that
107 // the guest's RVH state is reset properly.
123 BrowserPluginGuest* guest local
[all...]
H A Dbrowser_plugin_embedder.h6 // embedder that are not directed at any particular existing guest process.
12 // guest.
60 void DragEnteredGuest(BrowserPluginGuest* guest);
62 void DragLeftGuest(BrowserPluginGuest* guest);
64 void StartDrag(BrowserPluginGuest* guest);
66 // Sends EndSystemDrag message to the guest that initiated the last drag/drop
80 WebContents* guest);
82 // Called by the content embedder when a guest exists with the provided
98 // Used to correctly update the cursor when dragging over a guest, and to
99 // handle a race condition when dropping onto the guest tha
[all...]
H A Dbrowser_plugin_guest.cc45 explicit EmbedderWebContentsObserver(BrowserPluginGuest* guest) argument
46 : WebContentsObserver(guest->embedder_web_contents()),
47 browser_plugin_guest_(guest) {
183 // WebContents to the guest.
191 // We would like the guest to report changes to frame names so that we can
195 // Navigation is disabled in Chrome Apps. We want to make sure guest-initiated
206 // Create a swapped out RenderView for the guest in the embedder render
207 // process, so that the embedder can access the guest's window object.
219 // Enable input method for guest if it's enabled for the embedder.
227 // Inform the embedder of the guest'
242 BrowserPluginGuest* guest = new BrowserPluginGuest( local
[all...]
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_extensions.cc44 WebViewGuest* guest = WebViewGuest::FromWebContents(web_contents); local
45 if (guest) {
46 guest->RequestGeolocationPermission(bridge_id,
94 WebViewGuest* guest = local
96 if (guest) {
97 guest->CancelGeolocationPermissionRequest(bridge_id);
/external/chromium_org/chrome/browser/extensions/api/webview/
H A Dwebview_api.h34 virtual bool RunAsyncSafe(WebViewGuest* guest) = 0;
111 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRIDE;
127 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRIDE;
232 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRIDE;
247 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRIDE;
262 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRIDE;
281 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRIDE;
297 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRIDE;
313 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRIDE;
329 virtual bool RunAsyncSafe(WebViewGuest* guest) OVERRID
[all...]
H A Dwebview_api.cc52 WebViewGuest* guest = WebViewGuest::From( local
54 if (!guest)
57 return RunAsyncSafe(guest);
92 bool WebviewNavigateFunction::RunAsyncSafe(WebViewGuest* guest) { argument
97 guest->NavigateGuest(src);
208 bool WebviewClearDataFunction::RunAsyncSafe(WebViewGuest* guest) { argument
237 scheduled = guest->ClearData(
302 WebViewGuest* guest = WebViewGuest::From( local
304 if (!guest)
307 return guest
351 WebViewGuest* guest = WebViewGuest::From( local
373 RunAsyncSafe(WebViewGuest* guest) argument
382 RunAsyncSafe(WebViewGuest* guest) argument
398 RunAsyncSafe(WebViewGuest* guest) argument
415 RunAsyncSafe(WebViewGuest* guest) argument
445 RunAsyncSafe(WebViewGuest* guest) argument
476 RunAsyncSafe(WebViewGuest* guest) argument
490 RunAsyncSafe(WebViewGuest* guest) argument
501 RunAsyncSafe(WebViewGuest* guest) argument
541 RunAsyncSafe(WebViewGuest* guest) argument
560 RunAsyncSafe(WebViewGuest* guest) argument
575 RunAsyncSafe(WebViewGuest* guest) argument
586 RunAsyncSafe(WebViewGuest* guest) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_error_message.css22 .guest-signin,
40 .allow-guest-signin .guest-signin,
107 .ui-state-auto-enrollment-error .error-guest-signin {
111 .ui-state-auto-enrollment-error.allow-guest-signin
112 .error-guest-signin-fix-network {
H A Dheader_bar.css77 #login-header-bar #guest-user-button,
87 html[dir=rtl] #login-header-bar #guest-user-button,
100 #login-header-bar #guest-user-button {
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Djavascript_dialog_helper.cc33 JavaScriptDialogHelper::JavaScriptDialogHelper(WebViewGuest* guest) argument
34 : webview_guest_(guest) {
77 // This is called if the guest has a beforeunload event handler.
H A Djavascript_dialog_helper.h14 explicit JavaScriptDialogHelper(WebViewGuest* guest);
H A Dweb_view_guest.cc232 // Since guest URLs are only used for packaged apps, there must be an app
251 WebViewGuest* guest = FromWebContents(contents); local
252 if (!guest)
255 return guest->view_instance_id();
391 // If the guest window's name is empty, then the WebView tag's name is
392 // assigned. Otherwise, the guest window's name takes precedence over the
426 // Once a new guest is attached to the DOM of the embedder page, then the
427 // lifetime of the new guest is no longer managed by the opener guest.
456 // Clean up custom context menu items for this guest
886 WebViewGuest* guest = local
922 WebViewGuest* guest = local
1488 WebViewGuest* guest = WebViewGuest::FromWebContents(new_contents); local
1517 WebViewGuest* guest = WebViewGuest::FromWebContents(new_contents); local
1587 WebViewGuest* guest = local
[all...]
/external/chromium_org/chrome/browser/resources/user_manager/
H A Dcontrol_bar.css43 #login-header-bar #guest-user-button {
51 html[dir=rtl] #login-header-bar #guest-user-button {
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_dispatcher_host.cc93 BrowserPluginGuest* guest = web_contents->GetBrowserPluginGuest(); local
94 if (guest) {
95 // If the speech API request was from a guest, save the context of the
98 guest->embedder_web_contents()->GetRenderProcessHost()->GetID();
101 guest->embedder_web_contents()->GetRenderViewHost()->GetRoutingID();
/external/valgrind/main/coregrind/
H A Dpub_core_transtab.h42 /* 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:__anon31867
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dweb_auth_flow.cc160 GuestViewBase* guest = GuestViewBase::FromWebContents(web_contents); local
161 WebContents* embedder = guest ? guest->embedder_web_contents() : NULL;
164 // Switch from watching the app window to the guest inside it.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_cmd.c385 * a generic SVGAGuestPtr. The guest pointer may refer to guest
386 * VRAM (provided by the SVGA PCI device) or to guest system
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.
399 * The caller may optionally define the guest image's pitch.
407 * NOTE: srcx/srcy are always on the guest image and x/y are
453 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags);
454 cmd->guest
476 SVGA3D_BufferDMA(struct svga_winsys_context *swc, struct svga_winsys_buffer *guest, struct svga_winsys_surface *host, SVGA3dTransferType transfer, uint32 size, uint32 guest_offset, uint32 host_offset, SVGA3dSurfaceDMAFlags flags) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c385 * a generic SVGAGuestPtr. The guest pointer may refer to guest
386 * VRAM (provided by the SVGA PCI device) or to guest system
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.
399 * The caller may optionally define the guest image's pitch.
407 * NOTE: srcx/srcy are always on the guest image and x/y are
453 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags);
454 cmd->guest
476 SVGA3D_BufferDMA(struct svga_winsys_context *swc, struct svga_winsys_buffer *guest, struct svga_winsys_surface *host, SVGA3dTransferType transfer, uint32 size, uint32 guest_offset, uint32 host_offset, SVGA3dSurfaceDMAFlags flags) argument
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_target_impl.cc89 GuestViewBase* guest = GuestViewBase::FromWebContents(web_contents); local
90 WebContents* guest_contents = guest ? guest->embedder_web_contents() : NULL;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_guest.h31 BrowserPluginGuest* guest,
40 // Converts the guest specific coordinates in |params| to embedder specific
98 // Delegate view for guest's platform view.

Completed in 561 milliseconds

123