HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 776 - 800 of 12288) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome_frame/infobars/
infobar_manager.cc 45 new InfobarWindow(static_cast<InfobarType>(index)));
62 Hide(static_cast<InfobarType>(index));
88 return static_cast<InfobarManagerImpl*>(delegate);
  /external/chromium_org/components/autofill/core/browser/
credit_card_field_unittest.cc 27 return static_cast<CreditCardField*>(CreditCardField::Parse(scanner));
37 ASSERT_EQ(static_cast<CreditCardField*>(NULL), field_.get());
44 ASSERT_EQ(static_cast<CreditCardField*>(NULL), field_.get());
61 ASSERT_EQ(static_cast<CreditCardField*>(NULL), field_.get());
74 ASSERT_EQ(static_cast<CreditCardField*>(NULL), field_.get());
95 ASSERT_NE(static_cast<CreditCardField*>(NULL), field_.get());
139 ASSERT_NE(static_cast<CreditCardField*>(NULL), field_.get());
185 ASSERT_NE(static_cast<CreditCardField*>(NULL), field_.get());
224 ASSERT_NE(static_cast<CreditCardField*>(NULL), field_.get());
259 ASSERT_NE(static_cast<CreditCardField*>(NULL), field_.get())
    [all...]
  /external/chromium_org/content/renderer/
disambiguation_popup_helper_unittest.cc 36 WebKit::WebVector<WebKit::WebRect> target_rects(static_cast<size_t>(1));
53 WebKit::WebVector<WebKit::WebRect> target_rects(static_cast<size_t>(1));
71 WebKit::WebVector<WebKit::WebRect> target_rects(static_cast<size_t>(2));
  /external/chromium_org/content/renderer/media/
webmediasourceclient_impl.cc 19 COMPILE_ASSERT(static_cast<int>(WebMediaSourceClient::webkit_name) == \
20 static_cast<int>(media::ChunkDemuxer::chromium_name), \
45 static_cast<WebMediaSourceClient::AddStatus>(
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc 66 if (static_cast<int64>(rect->point.x) +
67 static_cast<int64>(rect->size.width) >
68 static_cast<int64>(image_width))
70 if (static_cast<int64>(rect->point.y) +
71 static_cast<int64>(rect->size.height) >
72 static_cast<int64>(image_height))
113 src_bitmap->getAddr32(static_cast<int>(src_rect.fLeft),
114 static_cast<int>(src_rect.fTop)),
116 dest_bitmap->getAddr32(static_cast<int>(dest_rect.fLeft),
117 static_cast<int>(dest_rect.fTop)))
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h 80 return static_cast<T*>(static_cast<void*>(&data));
190 return static_cast<uint32>(sizeof(ValueType)); // NOLINT
214 static_cast<ValueType*>(
282 static_cast<ValueType*>(
316 return static_cast<uint32>(sizeof(ValueType)); // NOLINT
336 static_cast<ValueType*>(
371 return static_cast<uint32>(sizeof(ValueType)); // NOLINT
395 static_cast<ValueType*>(
463 static_cast<ValueType*>
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
widget_client_dev.cc 31 return static_cast<WidgetClient_Dev*>(object)->InvalidateWidget(
50 return static_cast<WidgetClient_Dev*>(object)->ScrollbarValueChanged(
61 return static_cast<WidgetClient_Dev*>(object)->ScrollbarOverlayChanged(
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
module_ppapi.cc 22 static_cast<void*>(this)));
31 static_cast<void*>(this)));
75 static_cast<void* >(plugin)));
  /external/chromium_org/ppapi/shared_impl/
ppb_network_list_private_shared.cc 61 return static_cast<uint32_t>(list_->list().size());
91 count, static_cast<uint32_t>(list_->list().at(index).addresses.size()));
94 return static_cast<int32_t>(list_->list().at(index).addresses.size());
  /external/chromium_org/printing/
printed_document_win.cc 21 xform.eDx = static_cast<float>(offset_x);
22 xform.eDy = static_cast<float>(offset_y);
23 xform.eM11 = xform.eM22 = static_cast<float>(1. / shrink_factor);
  /external/chromium_org/sandbox/win/src/
sid_unittest.cc 42 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinLocalSid).GetPSID());
43 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinCreatorOwnerSid).GetPSID());
44 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinBatchSid).GetPSID());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCollectionCustom.cpp 48 return wrap(static_cast<HTMLFormControlsCollection*>(impl), creationContext, isolate);
50 return wrap(static_cast<HTMLOptionsCollection*>(impl), creationContext, isolate);
52 return wrap(static_cast<HTMLAllCollection*>(impl), creationContext, isolate);
V8PerformanceEntryCustom.cpp 52 return wrap(static_cast<PerformanceResourceTiming*>(impl), creationContext, isolate);
55 return wrap(static_cast<PerformanceMark*>(impl), creationContext, isolate);
58 return wrap(static_cast<PerformanceMeasure*>(impl), creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTElement.h 50 void setWebVTTNodeType(WebVTTNodeType type) { m_webVTTNodeType = static_cast<unsigned>(type); }
51 WebVTTNodeType webVTTNodeType() const { return static_cast<WebVTTNodeType>(m_webVTTNodeType); }
85 return static_cast<WebVTTElement*>(node);
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceFetcherTest.cpp 58 EXPECT_EQ(fetcher->frame(), static_cast<Frame*>(0));
64 EXPECT_EQ(image.get(), static_cast<ImageResource*>(0));
65 EXPECT_EQ(memoryCache()->resourceForURL(testURL), static_cast<Resource*>(0));
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebData.cpp 61 assign(static_cast<WebDataPrivate*>(
80 : m_private(static_cast<WebDataPrivate*>(buffer.leakRef()))
86 assign(static_cast<WebDataPrivate*>(buffer.leakRef()));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
ColorDistance.cpp 60 return ColorDistance(static_cast<int>(scaleFactor * m_redDiff),
61 static_cast<int>(scaleFactor * m_greenDiff),
62 static_cast<int>(scaleFactor * m_blueDiff));
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
RealtimeAnalyser.h 52 float minDecibels() const { return static_cast<float>(m_minDecibels); }
55 float maxDecibels() const { return static_cast<float>(m_maxDecibels); }
58 float smoothingTimeConstant() const { return static_cast<float>(m_smoothingTimeConstant); }
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserUIController.cpp 58 m_chooser->setSelectedColor(static_cast<WebColor>(color.rgb()));
70 m_client->didChooseColor(Color(static_cast<RGBA32>(color)));
83 m_chooser = m_chromeClient->createWebColorChooser(this, static_cast<WebColor>(m_client->currentColor().rgb()));
InbandTextTrackPrivateImpl.cpp 52 m_track->setMode(static_cast<WebInbandTextTrack::Mode>(mode));
57 return static_cast<WebCore::InbandTextTrackPrivate::Mode>(m_track->mode());
62 return static_cast<WebCore::InbandTextTrackPrivate::Kind>(m_track->kind());
WebPluginDocument.cpp 51 WebPluginContainerImpl* container = static_cast<WebPluginContainerImpl*>(static_cast<PluginDocument*>(doc)->pluginWidget());
69 return static_cast<PluginDocument*>(m_private.get());
  /external/chromium_org/third_party/WebKit/Source/wtf/tests/
HashSet.cpp 50 ASSERT_EQ(initialCapacity, static_cast<unsigned>(testSet.capacity()));
57 ASSERT_EQ(initialCapacity, static_cast<unsigned>(testSet.capacity()));
62 EXPECT_GT(static_cast<unsigned>(testSet.capacity()), initialCapacity);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 388 return static_cast<uint32>(result);
436 result |= static_cast<uint64>(b & 0x7F) << (7 * count);
477 *value = (static_cast<uint64>(part0) ) |
478 (static_cast<uint64>(part1) << 28) |
479 (static_cast<uint64>(part2) << 56);
644 target[0] = static_cast<uint8>(value | 0x80);
646 target[1] = static_cast<uint8>((value >> 7) | 0x80);
648 target[2] = static_cast<uint8>((value >> 14) | 0x80);
650 target[3] = static_cast<uint8>((value >> 21) | 0x80);
652 target[4] = static_cast<uint8>(value >> 28)
    [all...]
  /external/chromium_org/ui/base/animation/
multi_animation.cc 50 int delta = static_cast<int>((time_now - start_time()).InMilliseconds());
59 double percent = static_cast<double>(delta + part.start_time_ms) /
60 static_cast<double>(part.end_time_ms);
slide_animation.cc 37 showing_ = static_cast<bool>(value == 1);
59 SetDuration(static_cast<int>(slide_duration_ * (1 - value_current_)));
81 SetDuration(static_cast<int>(slide_duration_ * value_current_));

Completed in 911 milliseconds

<<31323334353637383940>>