Searched refs:CreateBlob (Results 1 – 6 of 6) sorted by relevance
10 var CreateBlob = pageCaptureNatives.CreateBlob; variable22 request.callback(CreateBlob(path, size));
15 var CreateBlob = appNatives.CreateBlob; variable
22 def CreateBlob(path): member in ServicesTest46 self.correct_blob = ServicesTest.CreateBlob('testdata/sample.json')47 self.error_blob = ServicesTest.CreateBlob('testdata/error_sample.json')
22 base::Bind(&PageCaptureCustomBindings::CreateBlob, in PageCaptureCustomBindings()29 void PageCaptureCustomBindings::CreateBlob( in CreateBlob() function in extensions::PageCaptureCustomBindings
42 void CreateBlob(const v8::FunctionCallbackInfo<v8::Value> &args) { in CreateBlob() function65 RouteFunction("CreateBlob", base::Bind(&CreateBlob)); in AppRuntimeCustomBindings()
20 void CreateBlob(const v8::FunctionCallbackInfo<v8::Value>& args);