Searched refs:CreateOperation (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dstatic_instance.h28 enum CreateOperation { enum in namespace:webrtc
41 CreateOperation state = kInstanceExists;
/external/webrtc/src/system_wrappers/interface/
H A Dstatic_instance.h28 enum CreateOperation { enum in namespace:webrtc
41 CreateOperation state = kInstanceExists;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation_unittest.cc96 scoped_refptr<OperationForTest> CreateOperation(const GURL& url, function in class:extensions::image_writer::__anon3739::ImageWriterWriteFromUrlOperationTest
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/
H A Dsimple_entry_operation.h47 static SimpleEntryOperation CreateOperation(
H A Dsimple_entry_operation.cc77 SimpleEntryOperation SimpleEntryOperation::CreateOperation( function in class:disk_cache::SimpleEntryOperation
H A Dsimple_entry_impl.cc260 pending_operations_.push(SimpleEntryOperation::CreateOperation(
264 pending_operations_.push(SimpleEntryOperation::CreateOperation(

Completed in 2866 milliseconds