OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldFork
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/renderer/
chrome_content_renderer_client_browsertest.cc
23
EXPECT_TRUE(chrome_content_renderer_client_.
ShouldFork
(
37
EXPECT_TRUE(chrome_content_renderer_client_.
ShouldFork
(
40
EXPECT_TRUE(chrome_content_renderer_client_.
ShouldFork
(
43
EXPECT_FALSE(chrome_content_renderer_client_.
ShouldFork
(
chrome_content_renderer_client.h
96
virtual bool
ShouldFork
(blink::WebFrame* frame,
chrome_content_renderer_client.cc
[
all
...]
/external/chromium_org/chrome/renderer/searchbox/
search_bouncer_unittest.cc
27
TEST_F(SearchBouncerTest,
ShouldFork
) {
28
EXPECT_FALSE(bouncer_->
ShouldFork
(GURL()));
29
EXPECT_FALSE(bouncer_->
ShouldFork
(GURL("http://notsearch.example.com")));
30
EXPECT_TRUE(bouncer_->
ShouldFork
(GURL("http://example.com/search?q=foo")));
31
EXPECT_TRUE(bouncer_->
ShouldFork
(GURL("http://example.com/search2#q=foo")));
32
EXPECT_TRUE(bouncer_->
ShouldFork
(GURL("http://example.com/newtab")));
search_bouncer.h
28
bool
ShouldFork
(const GURL& url) const;
search_bouncer.cc
18
bool SearchBouncer::
ShouldFork
(const GURL& url) const {
/external/chromium_org/content/public/renderer/
content_renderer_client.cc
108
bool ContentRendererClient::
ShouldFork
(blink::WebFrame* frame,
content_renderer_client.h
196
virtual bool
ShouldFork
(blink::WebFrame* frame,
/external/chromium_org/content/renderer/
render_view_impl.cc
[
all
...]
Completed in 243 milliseconds