OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PageType
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/content/public/common/
page_type.h
12
enum
PageType
{
/external/chromium_org/content/public/browser/
navigation_entry.h
46
virtual content::
PageType
GetPageType() const = 0;
/external/chromium_org/content/browser/frame_host/
navigation_entry_impl.h
39
virtual
PageType
GetPageType() const OVERRIDE;
117
void set_page_type(
PageType
page_type) {
241
PageType
page_type_;
navigation_entry_impl.cc
95
PageType
NavigationEntryImpl::GetPageType() const {
/external/chromium_org/chrome/common/
automation_messages.h
28
IPC_ENUM_TRAITS(content::
PageType
)
automation_messages_internal.h
432
// -
PageType
: the type of the page currently displayed.
436
content::
PageType
)
[
all
...]
/external/chromium/chrome/common/
automation_messages.h
248
struct ParamTraits<
PageType
> {
249
typedef
PageType
param_type;
automation_messages.cc
364
void ParamTraits<
PageType
>::Write(Message* m, const param_type& p) {
369
bool ParamTraits<
PageType
>::Read(const Message* m, void** iter, param_type* p) {
373
*p = static_cast<
PageType
>(type);
378
void ParamTraits<
PageType
>::Log(const param_type& p, std::string* l) {
automation_messages_internal.h
572
// -
PageType
: the type of the page currently displayed.
576
PageType
)
[
all
...]
/external/chromium_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc
69
void CheckShownPage(WebContents* tab, content::
PageType
page_type) {
/external/chromium/chrome/browser/automation/
testing_automation_provider.h
219
void GetPageType(int handle, bool* success,
PageType
* page_type);
[
all
...]
testing_automation_provider.cc
[
all
...]
/external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
Completed in 402 milliseconds