Searched defs:info (Results 226 - 250 of 2902) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8DeviceOrientationEventCustom.cpp35 void V8DeviceOrientationEvent::initDeviceOrientationEventMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
37 DeviceOrientationEvent* impl = V8DeviceOrientationEvent::toImpl(info.Holder());
38 TOSTRING_VOID(V8StringResource<>, type, info[0]);
39 bool bubbles = info[1]->BooleanValue();
40 bool cancelable = info[2]->BooleanValue();
43 bool alphaProvided = !isUndefinedOrNull(info[3]);
44 double alpha = info[3]->NumberValue();
45 bool betaProvided = !isUndefinedOrNull(info[4]);
46 double beta = info[4]->NumberValue();
47 bool gammaProvided = !isUndefinedOrNull(info[
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp7 static void {{cpp_class}}ConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) argument
9 v8::Handle<v8::Value> data = info.Data();
11 V8PerContextData* perContextData = V8PerContextData::from(info.Holder()->CreationContext());
14 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
24 static void {{cpp_class}}ForceSetAttributeOnThis(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) argument
27 {{cpp_class}}* impl = {{v8_class}}::toImpl(info.Holder());
29 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "{{interface_name}}", info.Holder(), info.GetIsolate());
30 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
35 if (info
39 ForceSetAttributeOnThisCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) argument
[all...]
H A Dmethods.cpp4 static void {{method.name}}{{method.overload_index}}Method{{world_suffix}}(const v8::FunctionCallbackInfo<v8::Value>& info)
8 ExceptionState exceptionState(ExceptionState::ExecutionContext, "{{method.name}}", "{{interface_name}}", info.Holder(), info.GetIsolate());
12 if (UNLIKELY(info.Length() < {{method.number_of_required_arguments}})) {
18 {{cpp_class}}* impl = {{v8_class}}::toImpl(info.Holder());
26 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), window->frame(), exceptionState)) {
34 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
40 if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->{{method.name}}(exceptionState), exceptionState)) {
41 v8SetReturnValueNull(info); variable
68 if (!info[{{argumen
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFetchInitiatorInfo.h51 explicit CrossThreadFetchInitiatorInfoData(const FetchInitiatorInfo& info) argument
52 : name(info.name.string().isolatedCopy())
53 , position(info.position)
54 , startTime(info.startTime)
60 FetchInitiatorInfo info; local
61 info.name = AtomicString(name);
62 info.position = position;
63 info.startTime = startTime;
64 return info;
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DGraphicsLayerTreeBuilder.cpp58 void GraphicsLayerTreeBuilder::rebuild(RenderLayer& layer, AncestorInfo info) argument
72 AncestorInfo infoForChildren(info);
125 info.childLayersOfEnclosingCompositedLayer->append(currentCompositedLayerMapping->childForSuperlayers());
132 info.childLayersOfEnclosingCompositedLayer->append(layer.scrollParent()->compositedLayerMapping()->detachLayerForOverflowControls(*info.enclosingCompositedLayer));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGSubpathData.h39 static void updateFromPathElement(void* info, const PathElement* element) argument
41 SVGSubpathData* subpathFinder = static_cast<SVGSubpathData*>(info);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DApplicationCacheItemsView.js125 var info = statusInformation[status] || statusInformation[applicationCache.UNCACHED]; variable
127 this.statusIcon.className = "storage-application-cache-status-icon " + info.className;
128 this.statusMessage.textContent = info.text;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionCoordinator.cpp59 void SQLTransactionCoordinator::processPendingTransactions(CoordinationInfo& info) argument
61 if (info.activeWriteTransaction || info.pendingTransactions.isEmpty())
64 RefPtrWillBeRawPtr<SQLTransactionBackend> firstPendingTransaction = info.pendingTransactions.first();
67 firstPendingTransaction = info.pendingTransactions.takeFirst();
68 info.activeReadTransactions.add(firstPendingTransaction);
70 } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly());
71 } else if (info.activeReadTransactions.isEmpty()) {
72 info
87 CoordinationInfo& info = m_coordinationInfoMap.add(dbIdentifier, CoordinationInfo()).storedValue->value; local
91 CoordinationInfo& info = coordinationInfoIterator->value; local
107 CoordinationInfo& info = coordinationInfoIterator->value; local
129 CoordinationInfo& info = coordinationInfoIterator->value; local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DExternalPopupMenuTest.cpp79 WebPopupMenuInfo info; local
80 ExternalPopupMenu::getPopupMenuInfo(info, m_popupMenuClient);
81 EXPECT_EQ(5U, info.items.size());
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvcmfactory.h49 virtual void DestroyDeviceInfo(webrtc::VideoCaptureModule::DeviceInfo* info) { argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmemnobs.c87 jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info, argument
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dsimple_decoder.c102 const VpxVideoInfo *info = NULL; local
116 info = vpx_video_reader_get_info(reader);
118 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
147 info->frame_width, info->frame_height, argv[2]);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvideo_reader.c22 VpxVideoInfo info; member in struct:VpxVideoReaderStruct
50 reader->info.codec_fourcc = mem_get_le32(header + 8);
51 reader->info.frame_width = mem_get_le16(header + 12);
52 reader->info.frame_height = mem_get_le16(header + 14);
53 reader->info.time_base.numerator = mem_get_le32(header + 16);
54 reader->info.time_base.denominator = mem_get_le32(header + 20);
81 return &reader->info;
H A Dvideo_writer.c18 VpxVideoInfo info; member in struct:VpxVideoWriterStruct
23 static void write_header(FILE *file, const VpxVideoInfo *info, argument
26 cfg.g_w = info->frame_width;
27 cfg.g_h = info->frame_height;
28 cfg.g_timebase.num = info->time_base.numerator;
29 cfg.g_timebase.den = info->time_base.denominator;
31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count);
36 const VpxVideoInfo *info) {
48 writer->info = *info;
34 vpx_video_writer_open(const char *filename, VpxContainer container, const VpxVideoInfo *info) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h83 const struct tgsi_opcode_info * info; member in struct:lp_build_emit_data
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c244 const struct tgsi_opcode_info *info = tgsi_get_opcode_info(opcode); local
245 return info->mnemonic;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_draw.c49 const struct pipe_draw_info *info)
111 assert((info->start_instance + info->instance_count)/element->instance_divisor
45 util_draw_max_index( const struct pipe_vertex_buffer *vertex_buffers, const struct pipe_vertex_element *vertex_elements, unsigned nr_vertex_elements, const struct pipe_draw_info *info) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_context.c52 i915_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info) argument
70 if (info->indexed) {
93 draw_vbo(i915->draw, info);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_dead_sources.c24 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); local
25 for (i = 0; i < info->NumSrcRegs; i++) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h48 struct r300_shader_semantics* info)
52 info->pos = ATTR_UNUSED;
53 info->psize = ATTR_UNUSED;
54 info->face = ATTR_UNUSED;
55 info->fog = ATTR_UNUSED;
56 info->wpos = ATTR_UNUSED;
59 info->color[i] = ATTR_UNUSED;
60 info->bcolor[i] = ATTR_UNUSED;
64 info->generic[i] = ATTR_UNUSED;
47 r300_shader_semantics_reset( struct r300_shader_semantics* info) argument
H A Dr300_tgsi_to_rc.h41 const struct tgsi_shader_info * info; member in struct:tgsi_to_rc
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_swtnl_draw.c40 const struct pipe_draw_info *info)
81 if (info->indexed && svga->curr.ib.buffer) {
102 draw_vbo(draw, info);
39 svga_swtnl_draw_vbo(struct svga_context *svga, const struct pipe_draw_info *info) argument
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/support/
H A Dfloat_fft_armv7.c26 void SetThresholds(struct TestInfo* info) { argument
28 info->forward_threshold_ = 138.84;
29 info->inverse_threshold_ = 137.99;
31 info->forward_threshold_ = 139.52;
32 info->inverse_threshold_ = 139.21;
H A Dfloat_fft_neon.c40 void SetThresholds(struct TestInfo* info) { argument
43 info->forward_threshold_ = 138.81;
44 info->inverse_threshold_ = 137.81;
46 info->forward_threshold_ = 138.81;
47 info->inverse_threshold_ = 138.81;
51 info->forward_threshold_ = 138.96;
52 info->inverse_threshold_ = 138.96;
54 info->forward_threshold_ = 138.96;
55 info->inverse_threshold_ = 138.96;
H A Dfloat_rfft_armv7.c27 void SetThresholds(struct TestInfo* info) { argument
28 info->forward_threshold_ = FLOAT_RFFT_FORWARD_THRESHOLD_ARMV7;
29 info->inverse_threshold_ = FLOAT_RFFT_INVERSE_THRESHOLD_ARMV7;

Completed in 3426 milliseconds

1234567891011>>