Home
last modified time | relevance | path

Searched refs:params2 (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_position_client_unittest.cc58 Widget::InitParams params2 = in TEST_F() local
60 params2.bounds = gfx::Rect(origin, gfx::Size(600, 500)); in TEST_F()
61 params2.parent = widget1.GetNativeView(); in TEST_F()
62 params2.ownership = Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET; in TEST_F()
63 params2.child = true; in TEST_F()
64 widget2.Init(params2); in TEST_F()
/external/chromium_org/content/renderer/media/
Daudio_renderer_mixer_manager_unittest.cc103 media::AudioParameters params2( in TEST_F() local
106 media::AudioRendererMixer* mixer2 = GetMixer(kRenderViewId, params2); in TEST_F()
116 RemoveMixer(kRenderViewId, params2); in TEST_F()
138 media::AudioParameters params2(AudioParameters::AUDIO_PCM_LOW_LATENCY, in TEST_F() local
144 EXPECT_EQ(mixer1, GetMixer(kRenderViewId, params2)); in TEST_F()
146 RemoveMixer(kRenderViewId, params2); in TEST_F()
/external/chromium_org/ui/views/widget/
Dwidget_interactive_uitest.cc829 Widget::InitParams params2 = CreateParams(Widget::InitParams::TYPE_POPUP); in TEST_F() local
830 params2.ownership = Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET; in TEST_F()
831 params2.activatable = Widget::InitParams::ACTIVATABLE_YES; in TEST_F()
832 widget2.Init(params2); in TEST_F()
913 Widget::InitParams params2 = in TestCapture() local
915 params2.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET; in TestCapture()
916 params2.native_widget = CreateNativeWidget(use_desktop_native_widget, in TestCapture()
918 widget2.Init(params2); in TestCapture()
1017 Widget::InitParams params2 = in TEST_F() local
1019 params2.native_widget = CreateNativeWidget(true, &widget2); in TEST_F()
[all …]
/external/mockito/src/org/mockito/internal/invocation/
DInvocationMatcher.java104 Class[] params2 = m2.getParameterTypes(); in hasSameMethod() local
105 if (params1.length == params2.length) { in hasSameMethod()
107 if (params1[i] != params2[i]) in hasSameMethod()
/external/chromium_org/sync/util/
Dcryptographer_unittest.cc127 KeyParams params2 = {"localhost", "dummy", "dummy2"}; in TEST_F() local
128 EXPECT_TRUE(cryptographer_.AddKey(params2)); in TEST_F()
225 KeyParams params2 = {"localhost", "fatuous", "fatuous"}; in TEST_F() local
226 EXPECT_TRUE(cryptographer_.AddKey(params2)); in TEST_F()
/external/chromium_org/chrome/test/chromedriver/chrome/
Dconsole_logger_unittest.cc151 base::DictionaryValue params2; // All optionals are not set. in TEST() local
152 ConsoleLogParams(&params2, "source2", NULL, "log", -1, -1, "text2"); in TEST()
153 ASSERT_EQ(kOk, client.TriggerEvent("Console.messageAdded", params2).code()); in TEST()
/external/chromium_org/chrome/browser/resources/options/
Dpreferences.js169 var params2 = ['Preferences.prefsChangedCallback'];
172 params2.push(prefName);
175 chrome.send('observePrefs', params2);
/external/chromium_org/ui/views/controls/webview/
Dwebview_unittest.cc163 content::WebContents::CreateParams params2(browser_context()); in TEST_F() local
165 content::WebContents::Create(params2)); in TEST_F()
/external/chromium_org/net/socket/
Dssl_client_socket_pool_unittest.cc297 scoped_refptr<SSLSocketParams> params2 = in TEST_P() local
315 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog()); in TEST_P()
357 scoped_refptr<SSLSocketParams> params2 = in TEST_P() local
371 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog()); in TEST_P()
429 scoped_refptr<SSLSocketParams> params2 = in TEST_P() local
443 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog()); in TEST_P()
497 scoped_refptr<SSLSocketParams> params2 = in TEST_P() local
511 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog()); in TEST_P()
574 scoped_refptr<SSLSocketParams> params2 = in TEST_P() local
591 "b", params2, MEDIUM, callback2.callback(), pool_.get(), BoundNetLog()); in TEST_P()
[all …]
/external/skia/src/gpu/effects/
DGrDistanceFieldTextureEffect.cpp234 GrTextureParams params2(tileModes, random->nextBool() ? GrTextureParams::kBilerp_FilterMode : in TestCreate() local
240 textures[texIdx2], params2, in TestCreate()
490 GrTextureParams params2(tileModes, random->nextBool() ? GrTextureParams::kBilerp_FilterMode : in TestCreate() local
497 textures[texIdx2], params2, in TestCreate()
/external/chromium_org/third_party/skia/src/gpu/effects/
DGrDistanceFieldTextureEffect.cpp249 GrTextureParams params2(tileModes, random->nextBool() ? GrTextureParams::kBilerp_FilterMode : in TestCreate() local
255 textures[texIdx2], params2, in TestCreate()
516 GrTextureParams params2(tileModes, random->nextBool() ? GrTextureParams::kBilerp_FilterMode : in TestCreate() local
526 textures[texIdx2], params2, in TestCreate()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Drtpdataengine_unittest.cc342 cricket::SendDataParams params2; in TEST_F() local
343 params2.ssrc = 42; in TEST_F()
350 EXPECT_TRUE(dmc2->SendData(params2, payload, &result)); in TEST_F()
358 EXPECT_TRUE(dmc2->SendData(params2, payload, &result)); in TEST_F()
/external/chromium_org/content/browser/quota/
Dstorage_monitor_unittest.cc511 StorageObserver::MonitorParams params2(kStorageTypePersistent, in TEST_F() local
516 std::string host2 = net::GetHostOrSpecFromURL(params2.filter.origin); in TEST_F()
524 type_observers.AddObserver(&mock_observer1, params2); in TEST_F()
525 type_observers.AddObserver(&mock_observer2, params2); in TEST_F()
526 type_observers.AddObserver(&mock_observer3, params2); in TEST_F()
/external/chromium_org/chrome/browser/ui/panels/
Dstacked_panel_browsertest.cc891 CreatePanelParams params2("N", gfx::Rect(50, 50, 300, 180), SHOW_AS_ACTIVE); in IN_PROC_BROWSER_TEST_F() local
892 params2.create_mode = PanelManager::CREATE_AS_DETACHED; in IN_PROC_BROWSER_TEST_F()
893 Panel* new_panel2 = CreatePanelWithParams(params2); in IN_PROC_BROWSER_TEST_F()
996 CreatePanelParams params2( in IN_PROC_BROWSER_TEST_F() local
998 params2.create_mode = PanelManager::CREATE_AS_DETACHED; in IN_PROC_BROWSER_TEST_F()
999 Panel* panel2 = CreatePanelWithParams(params2); in IN_PROC_BROWSER_TEST_F()
1059 CreatePanelParams params2( in IN_PROC_BROWSER_TEST_F() local
1061 params2.create_mode = PanelManager::CREATE_AS_DETACHED; in IN_PROC_BROWSER_TEST_F()
1062 params2.profile = profile1; in IN_PROC_BROWSER_TEST_F()
1063 Panel* panel2 = CreatePanelWithParams(params2); in IN_PROC_BROWSER_TEST_F()
Dpanel_browsertest.cc1489 CreatePanelParams params2("Panel2", gfx::Rect(0, 0, 0, given_height), in IN_PROC_BROWSER_TEST_F() local
1491 panel = CreatePanelWithParams(params2); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ppapi/proxy/
Ddevice_enumeration_resource_helper_unittest.cc343 ResourceMessageCallParams params2; in TEST_F() local
346 PpapiHostMsg_DeviceEnumeration_MonitorDeviceChange::ID, &params2, &msg2)); in TEST_F()
Dvideo_decoder_resource_unittest.cc396 ResourceMessageCallParams params, params2; in TEST_F() local
499 ResourceMessageCallParams params, params2; in TEST_F() local
525 ASSERT_TRUE(CheckRecyclePictureMsg(&params2, &texture_id)); in TEST_F()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter_unittest.cc82 const std::vector<CryptoParams>& params2) { in TestSetParams() argument
85 EXPECT_TRUE(f2_.SetAnswer(params2, CS_LOCAL)); in TestSetParams()
86 EXPECT_TRUE(f1_.SetAnswer(params2, CS_REMOTE)); in TestSetParams()
/external/chromium_org/sandbox/win/src/
Dipc_unittest.cc466 CrossCallParamsMock* params2 = new(buff0) CrossCallParamsMock(tag, 1); in TEST() local
469 result = client.DoCall(params2, &answer); in TEST()
/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp2005 CJS_Parameters params2; in AFSpecial_Keystroke() local
2007 params2.push_back(vMask); in AFSpecial_Keystroke()
2009 return AFSpecial_KeystrokeEx(cc,params2,vRet,sError); in AFSpecial_Keystroke()
/external/chromium_org/chrome/browser/ui/
Dbrowser_browsertest.cc2104 AddTabWithURLParams params2(GURL(url::kAboutBlankURL),
2106 app_browser->AddTabWithURL(&params2);
2107 EXPECT_EQ(app_browser, params2.target);
/external/chromium_org/net/spdy/
Dspdy_session_unittest.cc3141 scoped_refptr<TransportSocketParams> params2( in TEST_P() local
3147 connection2->Init(host_port2.ToString(), params2, DEFAULT_PRIORITY, in TEST_P()
3311 scoped_refptr<TransportSocketParams> params2( in TEST_P() local
3317 connection2->Init(host_port2.ToString(), params2, DEFAULT_PRIORITY, in TEST_P()