/external/chromium_org/content/renderer/media/ |
media_stream_dependency_factory_unittest.cc | 69 StreamDeviceInfo info; local 70 info.device.type = content::MEDIA_DEVICE_AUDIO_CAPTURE; 71 info.device.name = "audio"; 72 info.device.sample_rate = 0; 73 info.device.channel_layout = 0; 74 info.session_id = 99; 79 new MediaStreamSourceExtraData(info, audio_sources[0])); 83 StreamDeviceInfo info; local 84 info.device.type = content::MEDIA_DEVICE_VIDEO_CAPTURE; 85 info.device.name = "video" [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
feature_info_unittest.cc | 135 const FormatInfo& info = kFormatTypes[ii]; local 137 info_->GetTextureFormatValidator(info.format); 138 for (size_t jj = 0; jj < info.count; ++jj) { 139 EXPECT_TRUE(validator.IsValid(info.types[jj])); 188 const FormatInfo& info = kFormatTypes[ii]; local 190 info_->GetTextureFormatValidator(info.format); 191 for (size_t jj = 0; jj < info.count; ++jj) { 192 EXPECT_FALSE(validator.IsValid(info.types[jj])); [all...] |
/external/chromium_org/media/base/android/ |
webaudio_media_codec_bridge.cc | 130 struct WebAudioMediaCodecInfo info = { local 145 HANDLE_EINTR(write(pcm_output_, &info, sizeof(info)));
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_html5fs.cc | 161 PP_FileInfo info; local 163 fileref_resource_, &info, PP_BlockUntilComplete()); 167 // Fill in known info here. 170 // Fill in the additional info from ppapi. 171 switch (info.type) { 182 stat->st_size = static_cast<off_t>(info.size); 183 stat->st_atime = info.last_access_time; 184 stat->st_mtime = info.last_modified_time; 185 stat->st_ctime = info.creation_time; 250 PP_FileInfo info; local [all...] |
/external/chromium_org/net/base/ |
directory_lister.h | 29 base::FileEnumerator::FileInfo info; member in struct:net::DirectoryLister::DirectoryListerData
|
file_stream_context_posix.cc | 73 struct stat info; local 74 if (fstat(file_, &info) != 0) { 80 return static_cast<int64>(info.st_size);
|
upload_file_element_reader_unittest.cc | 200 base::PlatformFileInfo info; local 201 ASSERT_TRUE(file_util::GetFileInfo(temp_file_path_, &info)); 205 info.last_modified - base::TimeDelta::FromSeconds(1); 347 base::PlatformFileInfo info; local 348 ASSERT_TRUE(file_util::GetFileInfo(temp_file_path_, &info)); 352 info.last_modified - base::TimeDelta::FromSeconds(1);
|
/external/chromium_org/net/dns/ |
address_sorter_posix_unittest.cc | 152 AddressSorterPosix::SourceAddressInfo* info = &sorter_.source_map_[address]; local 153 if (info->scope == AddressSorterPosix::SCOPE_UNDEFINED) 154 sorter_.FillPolicy(address, info); 155 return info;
|
/external/chromium_org/net/http/ |
http_pipelined_host_impl.cc | 49 PipelineInfo info; local 50 pipelines_.insert(std::make_pair(pipeline, info));
|
/external/chromium_org/ppapi/proxy/ |
ppp_video_decoder_proxy.cc | 99 const InterfaceProxy::Info* PPP_VideoDecoder_Proxy::GetInfo() { 100 static const Info info = { local 107 return &info;
|
/external/chromium_org/ppapi/shared_impl/ |
var_tracker.cc | 81 VarInfo& info = found->second; local 82 if (info.ref_count == 0) { 84 DCHECK(info.track_with_no_reference_count > 0); 85 DCHECK(info.var->GetType() == PP_VARTYPE_OBJECT); 91 info.ref_count++; 112 VarInfo& info = found->second; 113 if (info.ref_count == 0) { 117 info.ref_count--; 119 if (info.ref_count == 0) { 123 scoped_refptr<Var> var(info.var) [all...] |
/external/chromium_org/sync/syncable/ |
nigori_util.cc | 176 std::string info; local 179 &info); 183 << info;
|
/external/chromium_org/testing/gtest/test/ |
gtest_stress_test.cc | 90 GTEST_LOG_(INFO) << "Thread #" << id << " running..."; 118 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); local 119 const TestResult* const result = info->result(); 144 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); local 145 const TestResult* const result = info->result();
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
V8TestException.cpp | 40 ScriptWrappable::setTypeInfoInObject(object, &V8TestException::info); 50 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c) 57 WrapperTypeInfo V8TestException::info = { V8TestException::GetTemplate, V8TestException::derefObject, 0, 0, 0, V8TestException::installPerContextPrototypeProperties, 0, WrapperTypeErrorPrototype }; member in class:WebCore::V8TestException 63 static void nameAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) 65 TestException* imp = V8TestException::toNative(info.Holder()); 66 v8SetReturnValueString(info, imp->name(), info.GetIsolate()); 70 static void nameAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) 73 TestExceptionV8Internal::nameAttrGetter(name, info); 102 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info); [all...] |
V8TestMediaQueryListListener.cpp | 42 ScriptWrappable::setTypeInfoInObject(object, &V8TestMediaQueryListListener::info); 52 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c) 59 WrapperTypeInfo V8TestMediaQueryListListener::info = { V8TestMediaQueryListListener::GetTemplate, V8TestMediaQueryListListener::derefObject, 0, 0, 0, V8TestMediaQueryListListener::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype }; member in class:WebCore::V8TestMediaQueryListListener 113 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info); 120 ConfigureV8TestMediaQueryListListenerTemplate(data->rawTemplate(&info, currentWorldType), isolate, currentWorldType); 121 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ)); 127 return V8PerIsolateData::from(isolate)->hasInstance(&info, value, currentWorldType); 132 return V8PerIsolateData::from(isolate)->hasInstance(&info, value, MainWorld) 133 || V8PerIsolateData::from(isolate)->hasInstance(&info, value, IsolatedWorld) 134 || V8PerIsolateData::from(isolate)->hasInstance(&info, value, WorkerWorld) [all...] |
V8TestNamedConstructor.cpp | 43 ScriptWrappable::setTypeInfoInObject(object, &V8TestNamedConstructor::info); 53 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c) 60 WrapperTypeInfo V8TestNamedConstructor::info = { V8TestNamedConstructor::GetTemplate, V8TestNamedConstructor::derefObject, V8TestNamedConstructor::toActiveDOMObject, 0, 0, V8TestNamedConstructor::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype }; member in class:WebCore::V8TestNamedConstructor 68 WrapperTypeInfo V8TestNamedConstructorConstructor::info = { V8TestNamedConstructorConstructor::GetTemplate, V8TestNamedConstructor::derefObject, V8TestNamedConstructor::toActiveDOMObject, 0, 0, V8TestNamedConstructor::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype }; 102 V8DOMWrapper::associateObjectWithWrapper<V8TestNamedConstructor>(impl.release(), &V8TestNamedConstructorConstructor::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent); 146 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info); 153 ConfigureV8TestNamedConstructorTemplate(data->rawTemplate(&info, currentWorldType), isolate, currentWorldType); 154 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ)); 160 return V8PerIsolateData::from(isolate)->hasInstance(&info, value, currentWorldType); 165 return V8PerIsolateData::from(isolate)->hasInstance(&info, value, MainWorld [all...] |
V8TestNode.cpp | 42 ScriptWrappable::setTypeInfoInObject(object, &V8TestNode::info); 52 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c) 59 WrapperTypeInfo V8TestNode::info = { V8TestNode::GetTemplate, V8TestNode::derefObject, 0, V8TestNode::toEventTarget, 0, V8TestNode::installPerContextPrototypeProperties, &V8Node::info, WrapperTypeObjectPrototype }; member in class:WebCore::V8TestNode 71 V8DOMWrapper::associateObjectWithWrapper<V8TestNode>(impl.release(), &V8TestNode::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent); 113 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info); 120 ConfigureV8TestNodeTemplate(data->rawTemplate(&info, currentWorldType), isolate, currentWorldType); 121 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ)); 127 return V8PerIsolateData::from(isolate)->hasInstance(&info, value, currentWorldType); 132 return V8PerIsolateData::from(isolate)->hasInstance(&info, value, MainWorld [all...] |
V8TestOverloadedConstructors.cpp | 45 ScriptWrappable::setTypeInfoInObject(object, &V8TestOverloadedConstructors::info); 55 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c) 62 WrapperTypeInfo V8TestOverloadedConstructors::info = { V8TestOverloadedConstructors::GetTemplate, V8TestOverloadedConstructors::derefObject, 0, 0, 0, V8TestOverloadedConstructors::installPerContextPrototypeProperties, 0, WrapperTypeObjectPrototype }; member in class:WebCore::V8TestOverloadedConstructors 75 V8DOMWrapper::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent); 86 V8DOMWrapper::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent); 97 V8DOMWrapper::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent); 108 V8DOMWrapper::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent); 176 V8PerIsolateData::TemplateMap::iterator result = data->templateMap(currentWorldType).find(&info); 183 ConfigureV8TestOverloadedConstructorsTemplate(data->rawTemplate(&info, currentWorldType), isolate, currentWorldType); 184 data->templateMap(currentWorldType).add(&info, UnsafePersistent<v8::FunctionTemplate>(isolate, templ)) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptWrappable.h | 95 void setTypeInfo(const WrapperTypeInfo* info) 97 m_wrapperOrTypeInfo = reinterpret_cast<uintptr_t>(info); 125 static void setTypeInfoInObject(void* object, const WrapperTypeInfo* info) 130 static void setTypeInfoInObject(ScriptWrappable* object, const WrapperTypeInfo* info) 132 object->setTypeInfo(info); 167 inline void disposeWrapper(v8::Persistent<v8::Object>* value, const WrapperTypeInfo* info) 172 setTypeInfo(info); 177 // If the bottom bit is clear, then this contains a pointer to the wrapper type info in the remaining bits. 186 WrapperTypeInfo* info = toWrapperTypeInfo(*wrapper); local 187 ASSERT(info->derefObjectFunction) [all...] |
V8NPUtils.cpp | 140 ExceptionHandlerInfo* info = new ExceptionHandlerInfo; local 141 info->previous = topHandler; 142 info->handler = handler; 143 info->data = data; 144 topHandler = info;
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8TypedArrayCustom.h | 64 static WrapperTypeInfo info; member in class:WebCore::V8TypedArray 133 static WrapperTypeInfo* info() { return &V8TypedArray<TypedArray>::info; } function in class:WebCore::TypedArrayWrapperTraits 150 V8DOMWrapper::associateObjectWithWrapper<Binding>(impl, &info, wrapper, isolate, WrapperConfiguration::Independent); 166 V8DOMWrapper::associateObjectWithWrapper<Binding>(typedArray.release(), &info, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Independent); 175 WrapperTypeInfo V8TypedArray<TypedArray>::info = { member in class:WebCore::V8TypedArray
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLProgram.cpp | 169 ActiveInfo info; local 170 context3d->getActiveAttrib(object(), i, info); local 171 m_activeAttribLocations[i] = context3d->getAttribLocation(object(), info.name);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
Canvas2DLayerBridge.cpp | 54 SkImage::Info info; local 55 info.fWidth = size.width(); 56 info.fHeight = size.height(); 57 info.fColorType = SkImage::kPMColor_ColorType; 58 info.fAlphaType = SkImage::kPremul_AlphaType; 59 return SkSurface::NewRenderTarget(gr, info);
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
PluginData.cpp | 91 const MimeClassInfo& info = m_mimes[i]; local 93 if (info.type == mimeType) 102 if (const PluginInfo* info = pluginInfoForMimeType(mimeType)) 103 return info->name; 109 if (const PluginInfo* info = pluginInfoForMimeType(mimeType)) 110 return info->file;
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ForLoopUnroll.cpp | 42 void ForLoopUnroll::FillLoopIndexInfo(TIntermLoop* node, TLoopIndexInfo& info) 59 info.id = symbol->getId(); 65 info.initValue = evaluateIntConstant(initNode); 66 info.currentValue = info.initValue; 75 info.incrementValue = getLoopIncrement(node); 76 info.stopValue = evaluateIntConstant( 78 info.op = binOp->getOp(); 84 TLoopIndexInfo& info = mLoopIndexStack[mLoopIndexStack.size() - 1]; local 85 info.currentValue += info.incrementValue 91 TLoopIndexInfo& info = mLoopIndexStack[mLoopIndexStack.size() - 1]; local [all...] |