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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_factory.cc 19 return static_cast<ResourcePrefetchPredictor*>(
42 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/prerender/
prerender_link_manager_factory.cc 19 return static_cast<PrerenderLinkManager*>(
39 PrerenderManagerFactory::GetForProfile(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/
process_info_snapshot_mac_unittest.cc 34 EXPECT_EQ(1, static_cast<int64>(proc_info.pid));
35 EXPECT_EQ(0, static_cast<int64>(proc_info.ppid));
36 EXPECT_EQ(0, static_cast<int64>(proc_info.uid));
37 EXPECT_EQ(0, static_cast<int64>(proc_info.euid));
61 base::ProcessId pid = static_cast<base::ProcessId>(getpid());
62 base::ProcessId ppid = static_cast<base::ProcessId>(getppid());
65 EXPECT_NE(static_cast<int64>(ppid), 0);
90 EXPECT_NE(static_cast<int64>(proc_info.ppid), 0);
user_style_sheet_watcher_factory.cc 16 return static_cast<UserStyleSheetWatcher*>(
37 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service_factory.cc 24 return static_cast<GAIAInfoUpdateService*>(
36 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/search/
instant_service_factory.cc 20 return static_cast<InstantService*>(
50 new InstantService(static_cast<Profile*>(profile)) : NULL;
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_factory.cc 16 return static_cast<TemplateURLFetcher*>(
44 return new TemplateURLFetcher(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_views.cc 18 static_cast<OmniboxViewViews*>(view) : NULL;
24 NULL : static_cast<OmniboxViewWin*>(view);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_resource_cache_factory.cc 15 return static_cast<NTPResourceCache*>(
37 return new NTPResourceCache(static_cast<Profile*>(profile));
ntp_resource_cache_factory.cc 15 return static_cast<NTPResourceCache*>(
37 return new NTPResourceCache(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/common/mac/
launchd.mm 59 COMPILE_ASSERT(static_cast<int>(Launchd::User) ==
60 static_cast<int>(NSUserDomainMask),
62 COMPILE_ASSERT(static_cast<int>(Launchd::Local) ==
63 static_cast<int>(NSLocalDomainMask),
65 COMPILE_ASSERT(static_cast<int>(Launchd::Network) ==
66 static_cast<int>(NSNetworkDomainMask),
68 COMPILE_ASSERT(static_cast<int>(Launchd::System) ==
69 static_cast<int>(NSSystemDomainMask),
  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 99 TabProxy* tab = static_cast<TabProxy*>(tracker_->GetResource(tab_handle));
155 *type = static_cast<Browser::Type>(type_as_int);
250 static_cast<WindowProxy*>(tracker_->GetResource(window_handle));
300 DictionaryValue* values_dict = static_cast<DictionaryValue*>(values.get());
307 ListValue* tabs_list = static_cast<ListValue*>(tabs_value);
318 tab_dict = static_cast<DictionaryValue*>(tab_value);
323 start_ms = static_cast<float>(temp);
327 stop_ms = static_cast<float>(temp);
  /external/chromium_org/chrome/test/base/
chrome_render_view_host_test_harness.cc 31 return static_cast<TestingProfile*>(browser_context());
40 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_service_provider.cc 21 static_cast<FakeBluetoothProfileManagerClient*>(
30 static_cast<FakeBluetoothProfileManagerClient*>(
  /external/chromium_org/components/autofill/core/browser/
autofill_scanner.cc 48 DCHECK(index < static_cast<size_t>(end_ - begin_));
55 return static_cast<size_t>(cursor_ - begin_);
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_mac.mm 48 int root_top = -static_cast<int>(root_position.y + root_size.height);
49 int root_left = static_cast<int>(root_position.x);
57 static_cast<int>(node_position.x - root_left));
59 static_cast<int>(-node_position.y - node_size.height - root_top));
67 size->SetInteger(kHeightDictAttr, static_cast<int>(node_size.height));
68 size->SetInteger(kWidthDictAttr, static_cast<int>(node_size.width));
74 rangeDict->SetInteger(kRangeLocDictAttr, static_cast<int>(range.location));
75 rangeDict->SetInteger(kRangeLenDictAttr, static_cast<int>(range.length));
browser_accessibility_mac.mm 32 static_cast<BrowserAccessibilityManagerMac*>(manager_);
67 return static_cast<BrowserAccessibilityMac*>(this)->
  /external/chromium_org/content/browser/renderer_host/java/
java_method.cc 101 ScopedJavaLocalRef<jstring> name(env, static_cast<jstring>(
143 ScopedJavaLocalRef<jarray> parameters(env, static_cast<jarray>(
159 ScopedJavaLocalRef<jobjectArray> parameters(env, static_cast<jobjectArray>(
168 static_cast<size_t>(env->GetArrayLength(parameters.obj())));
182 ScopedJavaLocalRef<jstring> name(env, static_cast<jstring>(
194 ScopedJavaLocalRef<jclass> clazz(env, static_cast<jclass>(
200 ScopedJavaLocalRef<jstring> name(env, static_cast<jstring>(
223 ScopedJavaLocalRef<jclass> declaring_class(env, static_cast<jclass>(
  /external/chromium_org/content/common/
ssl_status_serialization.cc 21 return std::string(static_cast<const char*>(pickle.data()), pickle.size());
40 Pickle pickle(state.data(), static_cast<int>(state.size()));
  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.h 55 return static_cast<T*>(GetDelegate());
58 return static_cast<T*>(GetDelegate());
  /external/chromium_org/content/public/renderer/
render_view_observer.cc 18 RenderViewImpl* impl = static_cast<RenderViewImpl*>(render_view);
26 RenderViewImpl* impl = static_cast<RenderViewImpl*>(render_view_);
  /external/chromium_org/content/renderer/android/
address_detector.cc 43 static_cast<char16>(0x2022), static_cast<char16>(','));
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.h 35 return static_cast<MockBrowserPluginManager*>(
36 static_cast<RenderViewImpl*>(view_)->GetBrowserPluginManager());
  /external/chromium_org/content/renderer/
internal_document_state_data.cc 37 return FromDocumentState(static_cast<DocumentState*>(ds->extraData()));
45 InternalDocumentStateData* data = static_cast<InternalDocumentStateData*>(
  /external/chromium_org/content/renderer/media/
rtc_dtmf_sender_handler.cc 45 return dtmf_sender_->InsertDtmf(utf8_tones, static_cast<int>(duration),
46 static_cast<int>(interToneGap));

Completed in 1650 milliseconds

<<21222324252627282930>>