HomeSort by relevance Sort by last modified time
    Searched defs:guest (Results 1 - 21 of 21) 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 72 // a guest process in addition to which platform application the tag
131 // The embedder process is trying to access a guest it does not own.
149 BrowserPluginGuest* guest = local
151 if (guest && guest->OnMessageReceivedFromEmbedder(message))
163 BrowserPluginGuest* guest) {
164 // The embedder can access the guest if it has not been attached and its
166 if (!guest->attached()) {
167 if (!guest->opener())
171 guest->opener()->embedder_web_contents()->GetRenderProcessHost()-
234 BrowserPluginGuest* guest = it->second->GetBrowserPluginGuest(); local
    [all...]
browser_plugin_embedder.cc 50 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) {
51 guest_dragging_over_ = guest->AsWeakPtr();
54 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) {
56 // only un-setting if the caller is marked as the guest being dragged over.
57 if (guest_dragging_over_.get() == guest) {
62 void BrowserPluginEmbedder::StartDrag(BrowserPluginGuest* guest) {
63 guest_started_drag_ = guest->AsWeakPtr();
66 void BrowserPluginEmbedder::StopDrag(BrowserPluginGuest* guest) {
67 if (guest_started_drag_.get() == guest) {
85 BrowserPluginGuest* guest) {
263 BrowserPluginGuest* guest = NULL; local
    [all...]
browser_plugin_host_browsertest.cc 119 // we have a guest, false if waiting times out.
149 TestBrowserPluginGuest* guest = variable
151 guest->set_guest_hang_timeout(TestTimeouts::tiny_timeout());
152 return guest;
233 // guest does, and that isn't an expected configuration.
295 // 3. Navigate the guest to the |guest_url|.
296 // 4. Verify that the guest has been created and has completed loading.
315 // the first navigation of the guest.
341 // Verify that we have exactly one guest.
366 // This test ensures that if guest isn't there and we resize the guest (fro
    [all...]
browser_plugin_guest.cc 72 RecordAction(UserMetricsAction("BrowserPlugin.Guest.PermissionRequest"));
84 UserMetricsAction("BrowserPlugin.Guest.PermissionRequest.Download"));
105 UserMetricsAction("BrowserPlugin.Guest.PermissionRequest.Geolocation"));
110 base::WeakPtr<BrowserPluginGuest> guest(weak_ptr_factory_->GetWeakPtr());
112 WebContents* web_contents = guest->embedder_web_contents();
123 guest,
140 guest->SetGeolocationPermission(callback_, bridge_id_, false);
154 BrowserPluginGuest* guest)
157 guest_(guest) {
159 UserMetricsAction("BrowserPlugin.Guest.PermissionRequest.Media"))
195 BrowserPluginGuest* guest = variable
657 BrowserPluginGuest* guest = NULL; local
678 BrowserPluginGuest* guest = local
830 BrowserPluginGuest* guest = new_contents_impl->GetBrowserPluginGuest(); local
928 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:__anon28029
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.cc 24 GuestView* guest = GuestView::From(embedder_process_id, guest_instance_id); local
25 if (!guest)
27 return guest->AsAdView();
  /external/chromium_org/content/browser/speech/
input_tag_speech_dispatcher_host.cc 80 // cannot correctly place the speech bubble relative to a guest. Thus, we
88 BrowserPluginGuest* guest = web_contents->GetBrowserPluginGuest(); local
90 guest->GetScreenCoordinates(input_params.element_rect.origin()));
93 guest->embedder_web_contents()->GetRenderProcessHost()->GetID();
95 guest->embedder_web_contents()->GetRoutingID();
speech_recognition_dispatcher_host.cc 79 // If the speech API request was from a guest, save the context of the
85 BrowserPluginGuest* guest = web_contents->GetBrowserPluginGuest(); local
88 guest->embedder_web_contents()->GetRenderProcessHost()->GetID();
91 guest->embedder_web_contents()->GetRenderViewHost()->GetRoutingID();
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 45 WebViewGuest* guest = WebViewGuest::From( local
47 if (!guest)
50 return RunImplSafe(guest);
89 bool WebviewClearDataFunction::RunImplSafe(WebViewGuest* guest) {
118 scheduled = guest->ClearData(
176 WebViewGuest* guest = WebViewGuest::From( local
178 if (!guest)
181 return guest->script_executor();
221 WebViewGuest* guest = WebViewGuest::From( local
223 return guest ? guest->guest_web_contents() : NULL
    [all...]
  /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/guestview/webview/
webview_guest.cc 140 GuestView* guest = GuestView::From(embedder_process_id, guest_instance_id); local
141 if (!guest)
143 return guest->AsWebView();
148 GuestView* guest = GuestView::FromWebContents(contents); local
149 return guest ? guest->AsWebView() : NULL;
193 UserMetricsAction("WebView.Guest.PermissionAllow.PluginLoad"));
234 UserMetricsAction("WebView.Guest.PermissionDeny.PluginLoad"));
523 content::RecordAction(UserMetricsAction("WebView.Guest.OverrideUA"));
533 content::RecordAction(UserMetricsAction("WebView.Guest.Terminate"))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 235 em::GuestModeEnabledProto* guest = local
239 guest->set_guest_mode_enabled(guest_value);
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_targets_ui.cc 167 // Add the list of guest-views to each of its embedders.
170 DevToolsTargetImpl* guest = (*it); local
172 WebContents::FromRenderViewHost(guest->GetRenderViewHost());
181 guests->Append(Serialize(*guest));
  /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 367 // Special case : in ChromeOS in Guest mode bookmarks and history are
725 // The partition ID for webview guest processes is the string value of its
726 // SiteInstance URL - "chrome-guest://app_id/persist?partition".
787 // used in guest schemes so they are cleared here.
840 GuestView* guest = GuestView::FromWebContents(opener_web_contents); local
841 if (!guest) {
850 guest->GetViewType());
875 GuestView* guest = GuestView::FromWebContents(guest_web_contents); local
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 463 // This makes |new_contents| act as a guest.
653 BrowserPluginGuest* guest = GetBrowserPluginGuest(); local
654 if (guest)
655 return guest->embedder_web_contents();
660 BrowserPluginGuest* guest = GetBrowserPluginGuest(); local
661 if (guest)
662 return guest->instance_id();
682 BrowserPluginGuest* guest = GetBrowserPluginGuest(); local
683 if (guest && guest->embedder_web_contents())
    [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:__anon12846
    [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:__anon23313
    [all...]

Completed in 2616 milliseconds