HomeSort by relevance Sort by last modified time
    Searched defs:guest (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/browser/browser_plugin/
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_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_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_host_browsertest.cc 140 // we have a guest, false if waiting times out.
170 BrowserPluginGuest* guest = variable
172 guest->set_guest_hang_timeout_for_testing(TestTimeouts::tiny_timeout());
173 return guest;
314 // 3. Navigate the guest to the |guest_url|.
315 // 4. Verify that the guest has been created and has completed loading.
334 // the first navigation of the guest.
360 // Verify that we have exactly one guest.
385 // This test ensures that if guest isn't there and we resize the guest (fro
    [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...]
  /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:__anon29835
  /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();
  /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/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();
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 98 GuestView* guest = GuestView::From(embedder_process_id, guest_instance_id); local
99 if (!guest)
101 return guest->AsWebView();
290 content::RecordAction(content::UserMetricsAction("WebView.Guest.Terminate"));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 180 struct svga_winsys_buffer *guest = sbuf->hwbuf; local
213 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
214 cmd->guest.pitch = 0;
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 180 struct svga_winsys_buffer *guest = sbuf->hwbuf; local
213 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags);
214 cmd->guest.pitch = 0;
  /external/chromium/chrome/browser/chromeos/login/
signed_settings.cc 617 em::GuestModeEnabledProto* guest = pol.mutable_guest_mode_enabled(); local
618 guest->set_guest_mode_enabled(value == "true");
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 225 em::GuestModeEnabledProto* guest = local
229 guest->set_guest_mode_enabled(guest_value);
    [all...]
  /external/qemu/
vnc.h 119 struct VncSurface guest; /* guest visible surface (aka ds->surface) */ member in struct:VncState
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 358 // Special case : in ChromeOS in Guest mode bookmarks and history are
697 // The partition ID for webview guest processes is the string value of its
698 // SiteInstance URL - "chrome-guest://app_id/persist?partition".
729 // For the webview tag, we create special guest processes, which host the
735 // chrome-guest://partition_domain/persist?partition_name
737 // Since guest URLs are only used for packaged apps, there must be an app
775 // used in guest schemes so they are cleared here.
808 GuestView* guest = GuestView::FromWebContents(opener_web_contents); local
809 if (!guest) {
814 switch (guest->GetViewType())
869 GuestView* guest = GuestView::FromWebContents(guest_web_contents); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 434 // This makes |new_contents| act as a guest.
803 BrowserPluginGuest* guest = GetBrowserPluginGuest(); local
810 BrowserPluginGuest* guest = GetBrowserPluginGuest(); local
832 BrowserPluginGuest* guest = GetBrowserPluginGuest(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h 42 * register. Is set by the host and read by the guest. This lets
43 * us make new guest drivers which are backwards-compatible with old
44 * SVGA hardware revisions. It does not let us support old guest
179 * and so we can send those operations to the guest.
1364 SVGA3dGuestImage guest; member in struct:__anon14735
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 42 * register. Is set by the host and read by the guest. This lets
43 * us make new guest drivers which are backwards-compatible with old
44 * SVGA hardware revisions. It does not let us support old guest
179 * and so we can send those operations to the guest.
1364 SVGA3dGuestImage guest; member in struct:__anon25077
    [all...]

Completed in 522 milliseconds