HomeSort by relevance Sort by last modified time
    Searched refs:guest (Results 1 - 25 of 65) 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/guest_view/
guest_view.h 18 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>();
guest_view_manager.cc 99 // 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->attached())
    [all...]
guest_view_base.cc 48 explicit EmbedderWebContentsObserver(GuestViewBase* guest)
49 : WebContentsObserver(guest->embedder_web_contents()),
50 guest_(guest) {
180 void GuestViewBase::SetOpener(GuestViewBase* guest) {
181 if (guest && guest->IsViewType(GetViewType())) {
182 opener_ = guest->AsWeakPtr();
guest_view_manager.h 43 // 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/
browser_plugin_embedder.cc 43 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) {
44 guest_dragging_over_ = guest->AsWeakPtr();
47 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) {
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) {
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 = guest_web_contents local
    [all...]
browser_plugin_embedder.h 6 // 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 that started the dra
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_extensions.cc 44 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/
webview_api.h 34 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) OVERRIDE
    [all...]
webview_api.cc 52 WebViewGuest* guest = WebViewGuest::From( local
54 if (!guest)
57 return RunAsyncSafe(guest);
92 bool WebviewNavigateFunction::RunAsyncSafe(WebViewGuest* guest) {
97 guest->NavigateGuest(src);
208 bool WebviewClearDataFunction::RunAsyncSafe(WebViewGuest* guest) {
237 scheduled = guest->ClearData(
302 WebViewGuest* guest = WebViewGuest::From( local
304 if (!guest)
307 return guest->script_executor()
351 WebViewGuest* guest = WebViewGuest::From( local
    [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/resources/chromeos/login/
screen_error_message.css 22 .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 {
header_bar.css 77 #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/
javascript_dialog_helper.h 14 explicit JavaScriptDialogHelper(WebViewGuest* guest);
javascript_dialog_helper.cc 33 JavaScriptDialogHelper::JavaScriptDialogHelper(WebViewGuest* guest)
34 : webview_guest_(guest) {
77 // This is called if the guest has a beforeunload event handler.
web_view_guest.cc 232 // 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();
316 UserMetricsAction("WebView.Guest.PermissionAllow.PluginLoad"));
352 UserMetricsAction("WebView.Guest.PermissionDeny.PluginLoad"));
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
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/
control_bar.css 43 #login-header-bar #guest-user-button {
51 html[dir=rtl] #login-header-bar #guest-user-button {
  /external/chromium_org/content/browser/speech/
speech_recognition_dispatcher_host.cc 93 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/
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:__anon36466
  /build/target/board/generic_x86/
BoardConfig.mk 30 # Build OpenGLES emulation host and guest libraries
  /build/target/board/generic_x86_64/
BoardConfig.mk 36 # Build OpenGLES emulation host and guest libraries
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Android.mk 2 # common to both the guest and the host. They relate to
  /sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk 5 # - child process creation and wait (probably not needed in guest)
  /sdk/emulator/opengl/shared/emugl/common/
Android.mk 2 # common to both the guest and the host. They relate to

Completed in 641 milliseconds

1 2 3