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

  /external/chromium_org/content/public/browser/
content_browser_client.cc 179 const std::string& partition_id) {
182 return partition_id.empty();
content_browser_client.h 344 // Allows the embedder to provide a validation check for |partition_id|s.
348 const std::string& partition_id);
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 179 int partition_id; /**< the partition id member in struct:vpx_codec_cx_pkt::__anon23105::__anon23106
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 1374 std::string partition_id; local
    [all...]
navigation_controller_impl.h 171 // Sets the SessionStorageNamespace for the given |partition_id|. This is
178 // associated with a |partition_id| will CHECK() fail.
180 const std::string& partition_id,
web_contents_impl.cc 1464 const std::string& partition_id = local
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.cc 580 std::string partition_id = bindings->instance()->GetPartitionAttribute(); variable
581 return StringToNPVariant(partition_id, result);
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 52 const std::string& partition_id) OVERRIDE;
chrome_content_browser_client.cc 695 std::string partition_id; local
700 partition_id = site.spec();
702 DCHECK(IsValidStoragePartitionId(browser_context, partition_id));
703 return partition_id;
708 const std::string& partition_id) {
710 if (partition_id.empty())
713 return GURL(partition_id).is_valid();
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 813 pkt.data.frame.partition_id = i;
839 pkt.data.frame.partition_id = -1;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 349 milliseconds