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
179
// +--
test_host
(ViewHierarchyChangedTestHost)
180
// +-- test_child (Widget, attached to
test_host
)
196
ViewHierarchyChangedTestHost*
test_host
= new ViewHierarchyChangedTestHost;
local
200
test_host
));
202
// Remove
test_host
from host0, expect 1 parent change.
203
test_host
->ResetParentChanges();
204
EXPECT_EQ(0,
test_host
->num_parent_changes());
205
host0->RemoveChildView(
test_host
);
206
EXPECT_EQ(1,
test_host
->num_parent_changes());
208
// Add
test_host
back to host0, expect 1 parent change
[
all
...]
/external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc
748
TestRenderViewHost*
test_host
= static_cast<TestRenderViewHost*>(host);
local
750
static_cast<MockRenderProcessHost*>(
test_host
->GetProcess());
753
test_host
->SendShouldCloseACK(true);
762
test_host
->OnSwappedOut(false);
[
all
...]
/external/openssh/
sshd.c
1319
char *test_user = NULL, *
test_host
= NULL, *test_addr = NULL;
local
[
all
...]
Completed in 123 milliseconds