HomeSort by relevance Sort by last modified time
    Searched refs:is_isolated_guest (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/public/test/
mock_render_process_host.h 104 void set_is_isolated_guest(bool is_isolated_guest) {
105 is_isolated_guest_ = is_isolated_guest;
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 91 bool is_isolated_guest);
243 void set_is_isolated_guest_for_testing(bool is_isolated_guest) {
244 is_isolated_guest_ = is_isolated_guest;
render_process_host_impl.cc 452 bool is_isolated_guest)
468 is_isolated_guest_(is_isolated_guest),
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 341 bool is_isolated_guest = site_instance && site_instance->HasProcess() && local
343 if (!is_isolated_guest && site_instance &&
    [all...]

Completed in 58 milliseconds