HomeSort by relevance Sort by last modified time
    Searched refs:PageType (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/public/common/
page_type.h 12 enum PageType {
  /external/chromium_org/content/browser/gpu/
gpu_memory_test.cc 94 enum PageType {
101 PageType page_type,
  /external/chromium_org/content/public/browser/
navigation_entry.h 46 virtual content::PageType GetPageType() const = 0;
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.h 39 virtual PageType GetPageType() const OVERRIDE;
111 void set_page_type(PageType page_type) {
216 PageType page_type_;
navigation_entry_impl.cc 91 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 70 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 244 milliseconds