HomeSort by relevance Sort by last modified time
    Searched full:process (Results 351 - 375 of 17637) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/public/android/java/src/org/chromium/content/app/
SandboxedProcessService12.java 9 * more than one sandboxed process.
SandboxedProcessService2.java 9 * more than one sandboxed process.
SandboxedProcessService3.java 9 * more than one sandboxed process.
SandboxedProcessService4.java 9 * more than one sandboxed process.
SandboxedProcessService5.java 9 * more than one sandboxed process.
SandboxedProcessService6.java 9 * more than one sandboxed process.
SandboxedProcessService7.java 9 * more than one sandboxed process.
SandboxedProcessService8.java 9 * more than one sandboxed process.
SandboxedProcessService9.java 9 * more than one sandboxed process.
  /external/chromium_org/content/public/browser/
profiler_controller.h 23 // ProfilerController is used on the browser process to collect profiler data.
28 // Returns the ProfilerController object for the current process, or NULL if
35 // OnProfilerDataCollected is returning profiler data from a child process.
40 // OnProfilerDataCollected is returning profiler data from a child process.
render_process_host_observer.h 8 #include "base/process/kill.h"
9 #include "base/process/process_handle.h"
20 // This method is invoked when a render process exited (either normally or
21 // with a crash). To determine if the process closed normally or crashed,
worker_service.h 10 #include "base/process/process.h"
19 // separate process, since multiple renderer processes can be talking to a
32 // Terminates the given worker. Returns true if the process was found.
  /external/chromium_org/content/public/common/
process_type.h 14 // Defines the different process types.
30 // Custom process types used by the embedder should start from here.
32 // If any embedder has more than 10 custom process types, update this.
38 // Returns an English name of the process type, should only be used for non
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.h 21 // Dispatches DomStorage related messages sent to a renderer process from the
22 // main browser process. There is one instance per child process. Messages
25 // the collection of DOMStorageCachedAreas that are active in the process.
  /external/chromium_org/content/zygote/
zygote_linux.h 16 #include "base/process/kill.h"
17 #include "base/process/process.h"
42 // Keeps track of which fork delegate helper the process was started from.
60 // Read and process a request from the browser. Returns true if we are in a
61 // new process and thus need to unwind back into ChromeMain.
79 // returns the real PID of the child process as it appears outside the
94 // Unpacks process type and arguments from |pickle| and forks a new process.
96 // process and the child process ID to the parent process, like fork()
    [all...]
  /external/chromium_org/extensions/renderer/
extensions_renderer_client.h 12 // Interface to allow the extensions module to make render-process-specific
13 // queries of the embedder. Should be Set() once in the render process.
17 // they are only used in the renderer process.
22 // Returns true if the current render process was launched incognito.
  /external/chromium_org/ppapi/cpp/
module_embedder.h 25 /// Sets the get interface function in the broker process.
29 /// PPP_GetInterface when the plugin is loaded in the unsandboxed process.
31 /// doesn't work in the context of the broker process.
33 /// So if you need to implement PPP_* interfaces in the broker process, call
  /external/chromium_org/remoting/
DEPS 7 # unit tests at process start.
  /external/chromium_org/sandbox/win/src/
Wow64.h 25 // Waits for the 32 bit DLL to get loaded on the child process. This function
27 // process and wait until ntdll is ready.
31 // Runs the WOW helper process, passing the address of a buffer allocated on
41 TargetProcess* child_; // Child process.
policy_target.h 16 // the broker process.
21 // Interception of NtSetInformationThread on the child process.
28 // Interception of NtOpenThreadToken on the child process.
34 // Interception of NtOpenThreadTokenEx on the child process.
target_interceptions.h 15 // Interception of NtMapViewOfSection on the child process.
20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
24 // Interception of NtUnmapViewOfSection on the child process.
28 NtUnmapViewOfSectionFunction orig_UnmapViewOfSection, HANDLE process,
  /external/chromium_org/third_party/skia/tools/
LazyDecodeBitmap.h 18 * Decode the image with DecodeMemoryToTarget but defer the process until it is needed.
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
background_tasks.py 31 def StartTracer(process, storage_path, interval, count, trace_native_heap):
32 assert(isinstance(process, backends.Process))
36 backend_name=process.device.backend.name,
37 device_id=process.device.id,
38 pid=process.pid,
75 process = device.GetProcess(pid)
76 log.put((1, 'Starting trace (%d dumps x %s s.). Device: %s, process: %s' % (
77 count, interval, device.name, process.name)))
79 archive_name = '%s - %s - %s' % (datetime_str, device.name, process.name
    [all...]
  /external/chromium_org/tools/traceline/traceline/
README 2 is achieved by injecting code into a target process, along with dynamically
5 (which is called the playground) is kept within the process, and the logger
7 end of the processes lifetime, this buffer is pulled out of the process and
11 process shutdown, and doing an intrusive symbol attach with dbghelp.dll
  /external/chromium_org/ui/ozone/public/
gpu_platform_support_host.h 14 // Platform-specific object to support a GPU process host.
17 // movement from the GPU process. This provides a conduit for the
28 // Called when the GPU process is spun up & channel established.
31 // Called when the GPU process is destroyed.

Completed in 365 milliseconds

<<11121314151617181920>>