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

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
static_instance.h 28 enum CreateOperation {
41 CreateOperation state = kInstanceExists;
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation_unittest.cc 96 scoped_refptr<OperationForTest> CreateOperation(const GURL& url,
117 CreateOperation(GURL("http://localhost/foo/bar"), "");
129 CreateOperation(GURL("http://localhost/foo/bar.zip"), "");
147 CreateOperation(GURL(kTestImageUrl), "");
189 CreateOperation(GURL(""), expected_hash);
  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.h 47 static SimpleEntryOperation CreateOperation(
simple_entry_operation.cc 77 SimpleEntryOperation SimpleEntryOperation::CreateOperation(
simple_entry_impl.cc 260 pending_operations_.push(SimpleEntryOperation::CreateOperation(
264 pending_operations_.push(SimpleEntryOperation::CreateOperation(
    [all...]

Completed in 480 milliseconds