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

<<111112113114115116117118119120>>

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 88 statement.BindInt(2, static_cast<int>(action.action_type()));
154 static_cast<Action::ActionType>(query.ColumnInt(1)),
162 make_scoped_ptr(static_cast<ListValue*>(parsed_value.release())));
178 static_cast<DictionaryValue*>(parsed_value.release())));
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_prefs_unittest.cc 47 static_cast<int>(iter - extensions_.begin())));
  /external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc 182 AddAllStringValues(*static_cast<base::ListValue*>(input),
188 base::DictionaryValue* as_dict = static_cast<base::DictionaryValue*>(input);
227 AddAllStringValues(*static_cast<base::ListValue*>(input),
266 AddAllStringValues(*static_cast<base::ListValue*>(input),
  /external/chromium_org/chrome/browser/extensions/
extension_function_test_utils.cc 59 return static_cast<base::ListValue*>(result.release());
68 return static_cast<base::DictionaryValue*>(result.release());
97 return static_cast<base::DictionaryValue*>(val);
103 return static_cast<base::ListValue*>(val);
extension_prefs_factory.cc 23 return static_cast<ExtensionPrefs*>(
  /external/chromium_org/chrome/browser/history/
select_favicon_frames.cc 87 desired_size = static_cast<int>(desired_size * scale + 0.5f);
103 int source_size = static_cast<int>(16 * scale + 0.5f);
214 int desired_size_in_pixel = static_cast<int>(
221 int inner_border_in_pixel = static_cast<int>(16 * scale + 0.5f);
  /external/chromium_org/chrome/browser/
idle_mac.mm 86 notify.Run(static_cast<int>(idle_time));
  /external/chromium_org/chrome/browser/password_manager/
password_store_factory.cc 43 static_cast<LocalProfileId>(0);
56 return static_cast<PasswordStore*>(
85 static_cast<LocalProfileId>((1 << 24) - 1);
99 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_invalidator_factory.cc 51 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/policy/
policy_loader_mac.cc 62 static_cast<CFPropertyListRef>(value));
65 static_cast<base::DictionaryValue *>(context)->Set(string, converted);
76 static_cast<CFPropertyListRef>(value));
78 static_cast<base::ListValue *>(context)->Append(converted);
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 95 return bytes_written == static_cast<int>(signing_key_bits.size());
129 static_cast<int>(policy.size());
142 static_cast<int>(data.size());
233 static_cast<int>(json.size())) {
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager_unittest.cc 58 static_cast<WebCacheManager::AllocationTactic>(tactic), stats);
67 static_cast<WebCacheManager::AllocationTactic>(active_tactic),
69 static_cast<WebCacheManager::AllocationTactic>(inactive_tactic),
79 static_cast<WebCacheManager::AllocationTactic>(tactic),
  /external/chromium_org/chrome/browser/sessions/
in_memory_tab_restore_service.cc 94 return new InMemoryTabRestoreService(static_cast<Profile*>(profile), NULL);
  /external/chromium_org/chrome/browser/signin/
fake_signin_manager.cc 82 return new FakeSigninManager(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 138 static_cast<FakeWebDataService*>(
222 static_cast<FakeWebDataService*>(
255 static_cast<FakeWebDataService*>(
274 static_cast<FakeWebDataService*>(
password_data_type_controller.cc 70 static_cast<PasswordChangeProcessor*>(processor)->Disconnect();
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 199 return static_cast<browser_sync::SyncBackendHostForProfileSyncTest*>(
233 Profile* profile = static_cast<Profile*>(context);
245 return static_cast<ProfileSyncComponentsFactoryMock*>(factory());
329 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/thumbnails/
simple_thumbnail_crop_unittest.cc 149 static_cast<float>(thumbnail_size.width()) / thumbnail_size.height();
162 static_cast<float>(clipping_size.width()) / clipping_size.height();
174 static_cast<float>(clipping_size.width()) / clipping_size.height();
186 static_cast<float>(clipping_size.width()) / clipping_size.height();
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_pop_up_button.mm 69 CGContextRef context = static_cast<CGContextRef>(
down_arrow_popup_menu_cell_unittest.mm 49 static_cast<DownArrowPopupMenuCell*>([view_ cell]);
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_install_prompt_test_utils.mm 37 scoped_ptr<DictionaryValue> value(static_cast<DictionaryValue*>(
media_galleries_dialog_cocoa_browsertest.mm 49 static_cast<MediaGalleriesDialogCocoa*>(
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_view_mac_browsertest.mm 16 return static_cast<OmniboxViewMac*>(
  /external/chromium_org/chrome/browser/ui/cocoa/
styled_text_field.mm 14 return static_cast<StyledTextFieldCell*>([self cell]);
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller.mm 59 SadTabView* sad_view = static_cast<SadTabView*>([self view]);

Completed in 755 milliseconds

<<111112113114115116117118119120>>