HomeSort by relevance Sort by last modified time
    Searched refs:host0 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 188 // +-- host0 (NativeViewHost)
189 // +-- child0 (Widget, attached to host0)
196 // grandchild as child widget of host0.
197 NativeViewHost* host0 = new NativeViewHost; local
201 host0));
208 scoped_ptr<Widget> test_child(CreateChildForHost(host0->native_view(),
209 host0,
213 // Remove test_host from host0, expect 1 parent change.
216 host0->RemoveChildView(test_host);
219 // Add test_host back to host0, expect 1 parent change
262 ViewHierarchyChangedTestHost* host0 = new ViewHierarchyChangedTestHost; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 171 const SBChunkHost& host0 = chunks[0].hosts[0]; local
172 EXPECT_EQ(host0.host, 0x61616161);
173 EXPECT_EQ(host0.entry->prefix_count(), 255);
687 const SBChunkHost& host0 = chunks[0].hosts[0]; local
688 EXPECT_EQ(host0.host, 0);
689 EXPECT_EQ(host0.entry->prefix_count(), 257);
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 179 const SBChunkHost& host0 = chunks[0].hosts[0]; local
180 EXPECT_EQ(host0.host, 0x61616161);
181 EXPECT_EQ(host0.entry->prefix_count(), 255);
893 const SBChunkHost& host0 = chunks[0].hosts[0]; local
    [all...]

Completed in 426 milliseconds