/external/chromium_org/chrome/browser/extensions/api/webview/ |
D | webview_api.cc | 52 WebViewGuest* guest = WebViewGuest::From( in RunAsync() local 54 if (!guest) in RunAsync() 57 return RunAsyncSafe(guest); in RunAsync() 92 bool WebviewNavigateFunction::RunAsyncSafe(WebViewGuest* guest) { in RunAsyncSafe() argument 97 guest->NavigateGuest(src); in RunAsyncSafe() 208 bool WebviewClearDataFunction::RunAsyncSafe(WebViewGuest* guest) { in RunAsyncSafe() argument 237 scheduled = guest->ClearData( in RunAsyncSafe() 302 WebViewGuest* guest = WebViewGuest::From( in GetScriptExecutor() local 304 if (!guest) in GetScriptExecutor() 307 return guest->script_executor(); in GetScriptExecutor() [all …]
|
D | 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 …]
|
/external/chromium_org/chrome/browser/guest_view/ |
D | guest_view.h | 18 GuestViewBase* guest = in From() local 20 if (!guest) in From() 22 return guest->As<T>(); in From() 26 GuestViewBase* guest = GuestViewBase::FromWebContents(contents); in FromWebContents() local 27 return guest ? guest->As<T>() : NULL; in FromWebContents() 42 GuestViewBase* guest = GuestViewBase::GetOpener(); in GetOpener() local 43 if (!guest) in GetOpener() 45 return guest->As<T>(); in GetOpener()
|
D | guest_view_manager.cc | 157 WebContents* guest = it->second; in ForEachGuest() local 158 GuestViewBase* guest_view = GuestViewBase::FromWebContents(guest); in ForEachGuest() 162 if (callback.Run(guest)) in ForEachGuest() 266 GuestViewBase* guest) { in CanEmbedderAccessGuest() argument 269 if (!guest->attached()) { in CanEmbedderAccessGuest() 270 if (!guest->GetOpener()) in CanEmbedderAccessGuest() 274 guest->GetOpener()->embedder_web_contents()->GetRenderProcessHost()-> in CanEmbedderAccessGuest() 279 guest->embedder_web_contents()->GetRenderProcessHost()->GetID(); in CanEmbedderAccessGuest()
|
D | guest_view_base.cc | 48 explicit EmbedderWebContentsObserver(GuestViewBase* guest) in EmbedderWebContentsObserver() argument 49 : WebContentsObserver(guest->embedder_web_contents()), in EmbedderWebContentsObserver() 50 guest_(guest) { in EmbedderWebContentsObserver() 180 void GuestViewBase::SetOpener(GuestViewBase* guest) { in SetOpener() argument 181 if (guest && guest->IsViewType(GetViewType())) { in SetOpener() 182 opener_ = guest->AsWeakPtr(); in SetOpener()
|
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_embedder.cc | 43 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) { in DragEnteredGuest() argument 44 guest_dragging_over_ = guest->AsWeakPtr(); in DragEnteredGuest() 47 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) { in DragLeftGuest() argument 50 if (guest_dragging_over_.get() == guest) { in DragLeftGuest() 55 void BrowserPluginEmbedder::StartDrag(BrowserPluginGuest* guest) { in StartDrag() argument 56 guest_started_drag_ = guest->AsWeakPtr(); in StartDrag() 123 BrowserPluginGuest* guest = guest_web_contents ? in OnGuestCallback() local 126 if (!guest) { in OnGuestCallback() 133 guest = guest_web_contents in OnGuestCallback() 139 if (guest) in OnGuestCallback() [all …]
|
D | browser_plugin_embedder.h | 60 void DragEnteredGuest(BrowserPluginGuest* guest); 62 void DragLeftGuest(BrowserPluginGuest* guest); 64 void StartDrag(BrowserPluginGuest* guest); 80 WebContents* guest);
|
D | browser_plugin_guest.cc | 45 explicit EmbedderWebContentsObserver(BrowserPluginGuest* guest) in EmbedderWebContentsObserver() argument 46 : WebContentsObserver(guest->embedder_web_contents()), in EmbedderWebContentsObserver() 47 browser_plugin_guest_(guest) { in EmbedderWebContentsObserver() 242 BrowserPluginGuest* guest = new BrowserPluginGuest( in Create() local 244 web_contents->SetBrowserPluginGuest(guest); in Create() 261 base::Unretained(guest))); in Create() 262 guest->set_delegate(delegate); in Create() 264 return guest; in Create()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-kvm.txt | 6 perf-kvm - Tool to trace/measure kvm guest os 11 'perf kvm' [--host] [--guest] [--guestmount=<path> 14 'perf kvm' [--host] [--guest] [--guestkallsyms=<path> --guestmodules=<path> 23 a performance counter profile of guest os in realtime 28 --host and --guest are input, the perf data file name is perf.data.kvm. 29 If there is no --host but --guest, the file name is perf.data.guest. 30 If there is no --guest but --host, the file name is perf.data.host. 68 --guest=:: 69 Collect guest side performance profile. 71 Guest os root file system mount directory. Users mounts guest os [all …]
|
/external/chromium_org/chrome/browser/geolocation/ |
D | geolocation_permission_context_extensions.cc | 44 WebViewGuest* guest = WebViewGuest::FromWebContents(web_contents); in RequestPermission() local 45 if (guest) { in RequestPermission() 46 guest->RequestGeolocationPermission(bridge_id, in RequestPermission() 94 WebViewGuest* guest = in CancelPermissionRequest() local 96 if (guest) { in CancelPermissionRequest() 97 guest->CancelGeolocationPermissionRequest(bridge_id); in CancelPermissionRequest()
|
/external/qemu/docs/ |
D | ANDROID-ADB-QEMU.TXT | 7 For instance, connection manager in the guest system may decide to reset all 9 daemon running in the guest will be broken, and will not be reestablish until ADB 12 ADB daemon running in the guest. 29 accepting connections coming from the ADB daemon running in the guest, and 33 the host, and ADB running on the guest: ADB server receives data from ADB host, 34 and channels them through ADB client to the ADB guest. Likewise, ADB client 35 receives data from the ADB guest, and channels them through ADB server to the ADB 42 The connection between ADB host and ADB guest is considered to be established, 44 QEMUD pipe connection in the ADB client, and ADB guest is ready to receive data 48 connections are made, ADB server runs a list of pending host and guest
|
D | ANDROID-QEMU-PIPE.TXT | 8 _very_ fast communication channels between the guest system and the 11 From the guest, usage is simply as follows: 53 that will be accessible as /dev/qemu_pipe within the guest. 70 Each opened file descriptor to /dev/qemu_pipe in the guest corresponds to a 80 which is either 32-bit or 64-bit, depending on the guest CPU 103 Used by the driver to indicate that the guest just opened /dev/qemu_pipe 113 Used by the driver to indicate that the guest called 'close' on the 121 Corresponds to when the guest does a write() or writev() on the 136 contained inside a single page of guest memory. This is 139 When a write() spans several pages of guest memory, the [all …]
|
/external/valgrind/main/lackey/tests/ |
D | true.stderr.exp | 12 guest instrs: ... 16 guest instrs : SB entered = ... : ... 18 IRStmts : guest instr = ... : ...
|
/external/chromium_org/ui/webui/resources/css/chromeos/ |
D | ui_account_tweaks.css | 7 * look and feel based on account status (owner/non-owner/guest). 10 .guest-disabled { 14 a.guest-disabled {
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | 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 {
|
D | enterprise_info.css | 17 #enterprise-info[location='guest-tab'] { 34 #enterprise-info[location='guest-tab'] { 40 #enterprise-info[location='guest-tab'] {
|
D | 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/valgrind/main/docs/internals/ |
D | t-chaining-notes.txt | 7 check also with --vex-guest-chase-cond=yes 10 --vex-guest-max-insns=1. 62 could have held the target guest address before jumping to the stub. 156 given the address of the highest guest byte in the block so 159 The counter is placed in the first 8 bytes of the guest state, 193 The way the guest program counter is handled has changed 194 significantly. Previously, the guest PC was updated (in IR) 199 Now, each instruction must update the guest PC as its last 205 block-end transfer are both considered to write to the guest state 206 (the guest PC) and so need to be told the offset of it. [all …]
|
/external/chromium_org/chrome/browser/guest_view/web_view/ |
D | web_view_guest.cc | 251 WebViewGuest* guest = FromWebContents(contents); in GetViewInstanceId() local 252 if (!guest) in GetViewInstanceId() 255 return guest->view_instance_id(); in GetViewInstanceId() 886 WebViewGuest* guest = in FileSystemAccessedAsync() local 888 DCHECK(guest); in FileSystemAccessedAsync() 889 guest->RequestFileSystemPermission( in FileSystemAccessedAsync() 922 WebViewGuest* guest = in FileSystemAccessedSync() local 924 DCHECK(guest); in FileSystemAccessedSync() 925 guest->RequestFileSystemPermission( in FileSystemAccessedSync() 1488 WebViewGuest* guest = WebViewGuest::FromWebContents(new_contents); in WebContentsCreated() local [all …]
|
D | javascript_dialog_helper.cc | 33 JavaScriptDialogHelper::JavaScriptDialogHelper(WebViewGuest* guest) in JavaScriptDialogHelper() argument 34 : webview_guest_(guest) { in JavaScriptDialogHelper()
|
/external/chromium_org/content/browser/speech/ |
D | speech_recognition_dispatcher_host.cc | 93 BrowserPluginGuest* guest = web_contents->GetBrowserPluginGuest(); in OnStartRequest() local 94 if (guest) { in OnStartRequest() 98 guest->embedder_web_contents()->GetRenderProcessHost()->GetID(); in OnStartRequest() 101 guest->embedder_web_contents()->GetRenderViewHost()->GetRoutingID(); in OnStartRequest()
|
/external/qemu/ |
D | qapi-schema.json | 61 # @name: #optional The name of the guest 70 # Return the name information of a guest. 72 # Returns: @NameInfo of the guest 146 # @finish-migrate: guest is paused to finish the migration process 148 # @inmigrate: guest is paused waiting for an incoming migration. Note 154 # @internal-error: An internal error that prevents further guest execution 160 # @paused: guest has been paused via the 'stop' command 162 # @postmigrate: guest is paused following a successful 'migrate' 164 # @prelaunch: QEMU was started with -S and guest has not started 166 # @restore-vm: guest is paused to restore VM state [all …]
|
D | qemu-options.hx | 133 will be sent to the guest only when the data has been reported as written by 138 If your host crashes or loses power, then the guest may experience data 323 "-usbdevice name add the host or guest USB device 'name'\n") 365 "-name string set the name of the guest\n") 368 Sets the @var{name} of the guest. 477 performances, use 16 bit color depth in the guest and the host OS. 480 Standard VGA card with Bochs VBE extensions. If your guest OS 486 recent XFree86/XOrg server or Windows guest with a driver for this 650 processed by the Windows guest and will re-inject them. 670 it if your guest OS complains about ACPI problems (PC target machine [all …]
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
D | web_auth_flow.cc | 160 GuestViewBase* guest = GuestViewBase::FromWebContents(web_contents); in Observe() local 161 WebContents* embedder = guest ? guest->embedder_web_contents() : NULL; in Observe()
|
/external/qemu/ui/ |
D | vnc.c | 267 struct VncSurface *s = &vs->guest; in vnc_update() 349 if (!vs->guest.ds) in vnc_resize() 350 vs->guest.ds = g_malloc0(sizeof(*vs->guest.ds)); in vnc_resize() 351 if (ds_get_bytes_per_pixel(ds) != vs->guest.ds->pf.bytes_per_pixel) in vnc_resize() 354 size_changed = ds_get_width(ds) != vs->guest.ds->width || in vnc_resize() 355 ds_get_height(ds) != vs->guest.ds->height; in vnc_resize() 356 *(vs->guest.ds) = *(ds->surface); in vnc_resize() 367 memset(vs->guest.dirty, 0xFF, sizeof(vs->guest.dirty)); in vnc_resize() 377 memset(vs->server.dirty, 0xFF, sizeof(vs->guest.dirty)); in vnc_resize() 732 guest_row = vs->guest.ds->data; in vnc_update_client() [all …]
|