OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_instance
(Results
26 - 41
of
41
) sorted by null
1
2
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
T_new_instance_6.d
16
.class public dot.junit.opcodes.
new_instance
.d.T_new_instance_6
T_new_instance_7.d
16
.class public dot.junit.opcodes.
new_instance
.d.T_new_instance_7
/external/chromium_org/content/child/npapi/
plugin_lib.cc
152
PluginInstance*
new_instance
= new PluginInstance(this, mime_type);
local
155
DCHECK_NE(static_cast<PluginInstance*>(NULL),
new_instance
);
local
156
return
new_instance
;
/external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc
959
SiteInstance*
new_instance
= current_instance;
local
[
all
...]
/external/chromium_org/base/
lazy_instance.h
112
// at program exit and to update the atomic state to hold the |
new_instance
|
114
subtle::AtomicWord
new_instance
,
/external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc
314
PepperPluginInstanceImpl*
new_instance
) {
315
if (
new_instance
&&
new_instance
->pp_instance() != pp_instance())
317
if (bound_instance_ ==
new_instance
)
319
if (bound_instance_ &&
new_instance
)
322
if (!
new_instance
) {
330
new_instance
->InvalidateRect(gfx::Rect());
335
bound_instance_ =
new_instance
;
pepper_graphics_2d_host.h
67
bool BindToInstance(PepperPluginInstanceImpl*
new_instance
);
/external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc
868
SiteInstance*
new_instance
= popup_contents->GetSiteInstance();
local
[
all
...]
/external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc
43
scoped_ptr<ExtensionAPI>
new_instance
(
45
EXPECT_NE(
new_instance
.get(),
56
{
new_instance
.get(), true },
[
all
...]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java
178
suite.addTestSuite(dot.junit.opcodes.
new_instance
.Test_new_instance.class);
/external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc
699
SiteInstance*
new_instance
= contents()->GetSiteInstance();
local
705
EXPECT_NE(
new_instance
, orig_instance);
[
all
...]
/prebuilts/tools/common/cglib/
cglib-2.2.3.jar
cglib-nodep-2.2.3.jar
/prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
Completed in 242 milliseconds
1
2