OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsShowingInstant
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/instant/
instant_controller.h
157
bool
IsShowingInstant
();
162
// The value of |
IsShowingInstant
| indicates whether what is currently
164
// state of |
IsShowingInstant
| differs when transitioning from a non-search
167
// search string then this returns true, but |
IsShowingInstant
| returns false
instant_browsertest.cc
110
ASSERT_TRUE(browser()->instant()->
IsShowingInstant
());
537
EXPECT_TRUE(browser()->instant()->
IsShowingInstant
());
547
EXPECT_FALSE(browser()->instant()->
IsShowingInstant
());
597
EXPECT_FALSE(browser()->instant()->
IsShowingInstant
());
[
all
...]
instant_controller.cc
285
} else if (
IsShowingInstant
()) {
318
if (
IsShowingInstant
()) {
394
bool InstantController::
IsShowingInstant
() {
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 257 milliseconds