OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBoolFromJS
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
instant_test_utils.h
75
bool
GetBoolFromJS
(content::WebContents* contents,
local_ntp_browsertest.cc
47
ASSERT_TRUE(
GetBoolFromJS
(active_tab, "!!runTests()", &success));
instant_extended_manual_interactive_uitest.cc
84
if (!
GetBoolFromJS
(contents, "!!window.google", &is_google))
146
ASSERT_TRUE(
GetBoolFromJS
(active_tab, "!!document.querySelector('#fkbx')",
instant_test_utils.cc
140
bool InstantTestBase::
GetBoolFromJS
(content::WebContents* contents,
174
return
GetBoolFromJS
(contents, "!document.hidden", &actual) &&
instant_extended_interactive_uitest.cc
206
GetBoolFromJS
(contents, "isFocused",
[
all
...]
Completed in 538 milliseconds