OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_host
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc
190
// +--
test_host
(ViewHierarchyChangedTestHost)
191
// +-- test_child (Widget, attached to
test_host
)
207
ViewHierarchyChangedTestHost*
test_host
= new ViewHierarchyChangedTestHost;
local
211
test_host
));
213
// Remove
test_host
from host0, expect 1 parent change.
214
test_host
->ResetParentChanges();
215
EXPECT_EQ(0,
test_host
->num_parent_changes());
216
host0->RemoveChildView(
test_host
);
217
EXPECT_EQ(1,
test_host
->num_parent_changes());
219
// Add
test_host
back to host0, expect 1 parent change
[
all
...]
/external/chromium_org/content/browser/web_contents/
render_view_host_manager_unittest.cc
725
TestRenderViewHost*
test_host
= static_cast<TestRenderViewHost*>(host);
local
727
static_cast<MockRenderProcessHost*>(
test_host
->GetProcess());
730
test_host
->SendShouldCloseACK(true);
739
test_host
->OnSwappedOut(false);
776
test_host
->SendShouldCloseACK(true);
785
test_host
->OnSwappedOut(false);
[
all
...]
/external/openssh/
sshd.c
1319
char *test_user = NULL, *
test_host
= NULL, *test_addr = NULL;
local
[
all
...]
Completed in 63 milliseconds