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 177 // +-- host0 (NativeViewHost)
178 // +-- child0 (Widget, attached to host0)
185 // grandchild as child widget of host0.
186 NativeViewHost* host0 = new NativeViewHost; local
190 host0));
197 scoped_ptr<Widget> test_child(CreateChildForHost(host0->native_view(),
198 host0,
202 // Remove test_host from host0, expect 1 parent change.
205 host0->RemoveChildView(test_host);
208 // Add test_host back to host0, expect 1 parent change
251 ViewHierarchyChangedTestHost* host0 = new ViewHierarchyChangedTestHost; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 174 const SBChunkHost& host0 = chunks[0].hosts[0]; local
175 EXPECT_EQ(host0.host, 0x61616161);
176 EXPECT_EQ(host0.entry->prefix_count(), 255);
690 const SBChunkHost& host0 = chunks[0].hosts[0]; local
691 EXPECT_EQ(host0.host, 0);
692 EXPECT_EQ(host0.entry->prefix_count(), 257);
    [all...]
  /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 205 milliseconds