phase             465 ash/wm/toplevel_window_event_handler.cc   if (event->phase() != ui::EP_PRETARGET || !target->delegate())
phase             488 ash/wm/toplevel_window_event_handler.cc   if (event->phase() != ui::EP_PRETARGET)
phase             514 ash/wm/toplevel_window_event_handler.cc   if (event->phase() != ui::EP_PRETARGET)
phase             530 ash/wm/toplevel_window_event_handler.cc   if (event->phase() != ui::EP_POSTTARGET || !target->delegate())
phase             554 ash/wm/toplevel_window_event_handler.cc   if (event->phase() != ui::EP_POSTTARGET)
phase             875 base/debug/trace_event.h #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \
phase             880 base/debug/trace_event.h             phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
phase             903 base/debug/trace_event.h #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \
phase             912 base/debug/trace_event.h             phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), \
phase             920 base/debug/trace_event.h #define INTERNAL_TRACE_EVENT_ADD_WITH_ID_TID_AND_TIMESTAMP(phase, \
phase             929 base/debug/trace_event.h             phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), \
phase            1187 base/debug/trace_event.h     char phase,
phase            1199 base/debug/trace_event.h       phase, category_group_enabled, name, id, thread_id, timestamp,
phase            1206 base/debug/trace_event.h     char phase,
phase            1229 base/debug/trace_event.h       phase, category_group_enabled, name, id, thread_id, timestamp,
phase            1236 base/debug/trace_event.h     char phase,
phase            1260 base/debug/trace_event.h       phase, category_group_enabled, name, id, thread_id, timestamp,
phase            1266 base/debug/trace_event.h     char phase,
phase            1285 base/debug/trace_event.h       phase, category_group_enabled, name, id, thread_id, timestamp,
phase            1291 base/debug/trace_event.h     char phase,
phase            1299 base/debug/trace_event.h       phase, category_group_enabled, name, id, thread_id, timestamp,
phase            1304 base/debug/trace_event.h     char phase,
phase            1311 base/debug/trace_event.h   return AddTraceEventWithThreadIdAndTimestamp(phase, category_group_enabled,
phase            1318 base/debug/trace_event.h     char phase,
phase            1332 base/debug/trace_event.h       phase, category_group_enabled, name, id, thread_id, timestamp,
phase            1338 base/debug/trace_event.h     char phase,
phase            1347 base/debug/trace_event.h   return AddTraceEventWithThreadIdAndTimestamp(phase, category_group_enabled,
phase            1355 base/debug/trace_event.h     char phase,
phase            1373 base/debug/trace_event.h       phase, category_group_enabled, name, id, thread_id, timestamp,
phase            1379 base/debug/trace_event.h     char phase,
phase            1390 base/debug/trace_event.h   return AddTraceEventWithThreadIdAndTimestamp(phase, category_group_enabled,
phase              21 base/debug/trace_event_android.cc     char phase,
phase              31 base/debug/trace_event_android.cc   std::string out = base::StringPrintf("%c|%d|%s", phase, getpid(), name);
phase             527 base/debug/trace_event_impl.cc     char phase,
phase             544 base/debug/trace_event_impl.cc   phase_ = phase;
phase            1721 base/debug/trace_event_impl.cc     char phase,
phase            1733 base/debug/trace_event_impl.cc   return AddTraceEventWithThreadIdAndTimestamp(phase, category_group_enabled,
phase            1741 base/debug/trace_event_impl.cc     char phase,
phase            1843 base/debug/trace_event_impl.cc       trace_event->Initialize(thread_id, now, thread_now, phase,
phase            1855 base/debug/trace_event_impl.cc           phase == TRACE_EVENT_PHASE_COMPLETE ? TRACE_EVENT_PHASE_BEGIN : phase,
phase            1883 base/debug/trace_event_impl.cc                      phase == TRACE_EVENT_PHASE_COMPLETE ?
phase            1884 base/debug/trace_event_impl.cc                          TRACE_EVENT_PHASE_BEGIN : phase,
phase            1899 base/debug/trace_event_impl.cc std::string TraceLog::EventToConsoleMessage(unsigned char phase,
phase            1906 base/debug/trace_event_impl.cc   DCHECK(phase != TRACE_EVENT_PHASE_COMPLETE);
phase            1911 base/debug/trace_event_impl.cc   if (phase == TRACE_EVENT_PHASE_END) {
phase            1935 base/debug/trace_event_impl.cc   if (phase == TRACE_EVENT_PHASE_END)
phase            1940 base/debug/trace_event_impl.cc   if (phase == TRACE_EVENT_PHASE_BEGIN)
phase            1946 base/debug/trace_event_impl.cc void TraceLog::AddTraceEventEtw(char phase,
phase            1951 base/debug/trace_event_impl.cc   TraceEventETWProvider::Trace(name, phase, id, extra);
phase            1953 base/debug/trace_event_impl.cc   INTERNAL_TRACE_EVENT_ADD(phase, "ETW Trace Event", name,
phase            1957 base/debug/trace_event_impl.cc void TraceLog::AddTraceEventEtw(char phase,
phase            1962 base/debug/trace_event_impl.cc   TraceEventETWProvider::Trace(name, phase, id, extra);
phase            1964 base/debug/trace_event_impl.cc   INTERNAL_TRACE_EVENT_ADD(phase, "ETW Trace Event", name,
phase            1989 base/debug/trace_event_impl.cc       DCHECK(trace_event->phase() == TRACE_EVENT_PHASE_COMPLETE);
phase             112 base/debug/trace_event_impl.h       char phase,
phase             137 base/debug/trace_event_impl.h   char phase() const { return phase_; }
phase             471 base/debug/trace_event_impl.h                                 char phase,
phase             511 base/debug/trace_event_impl.h       char phase,
phase             522 base/debug/trace_event_impl.h       char phase,
phase             534 base/debug/trace_event_impl.h   static void AddTraceEventEtw(char phase,
phase             538 base/debug/trace_event_impl.h   static void AddTraceEventEtw(char phase,
phase             635 base/debug/trace_event_impl.h   std::string EventToConsoleMessage(unsigned char phase,
phase              63 base/debug/trace_event_unittest.cc   DictionaryValue* FindNamePhase(const char* name, const char* phase);
phase              65 base/debug/trace_event_unittest.cc                                          const char* phase,
phase             255 base/debug/trace_event_unittest.cc                                                       const char* phase) {
phase             258 base/debug/trace_event_unittest.cc     {"ph", phase, IS_EQUAL},
phase             266 base/debug/trace_event_unittest.cc     const char* phase,
phase             271 base/debug/trace_event_unittest.cc     {"ph", phase, IS_EQUAL},
phase             745 base/debug/trace_event_unittest.cc     std::string phase;
phase             749 base/debug/trace_event_unittest.cc     EXPECT_TRUE((item && item->GetString("ph", &phase)));
phase             750 base/debug/trace_event_unittest.cc     EXPECT_EQ("N", phase);
phase             756 base/debug/trace_event_unittest.cc     EXPECT_TRUE(item && item->GetString("ph", &phase));
phase             757 base/debug/trace_event_unittest.cc     EXPECT_EQ("O", phase);
phase             765 base/debug/trace_event_unittest.cc     EXPECT_TRUE(item && item->GetString("ph", &phase));
phase             766 base/debug/trace_event_unittest.cc     EXPECT_EQ("D", phase);
phase             773 base/debug/trace_event_unittest.cc     std::string phase;
phase             777 base/debug/trace_event_unittest.cc     EXPECT_TRUE(item && item->GetString("ph", &phase));
phase             778 base/debug/trace_event_unittest.cc     EXPECT_EQ("N", phase);
phase             784 base/debug/trace_event_unittest.cc     EXPECT_TRUE(item && item->GetString("ph", &phase));
phase             785 base/debug/trace_event_unittest.cc     EXPECT_EQ("O", phase);
phase             793 base/debug/trace_event_unittest.cc     EXPECT_TRUE(item && item->GetString("ph", &phase));
phase             794 base/debug/trace_event_unittest.cc     EXPECT_EQ("D", phase);
phase            2192 base/debug/trace_event_unittest.cc                             unsigned phase,
phase            2195 base/debug/trace_event_unittest.cc     EXPECT_EQ(phase, collected_events_phases_[i]);
phase            2207 base/debug/trace_event_unittest.cc                        char phase,
phase            2216 base/debug/trace_event_unittest.cc     s_instance->collected_events_phases_.push_back(phase);
phase              48 base/mac/sdk_forward_declarations.h - (NSEventPhase)phase;
phase              55 base/mac/sdk_forward_declarations.h                                              NSEventPhase phase,
phase              23 base/test/trace_event_analyzer.cc       phase(TRACE_EVENT_PHASE_BEGIN),
phase              46 base/test/trace_event_analyzer.cc   phase = *phase_str.data();
phase              48 base/test/trace_event_analyzer.cc   bool may_have_duration = (phase == TRACE_EVENT_PHASE_COMPLETE);
phase              49 base/test/trace_event_analyzer.cc   bool require_origin = (phase != TRACE_EVENT_PHASE_METADATA);
phase              50 base/test/trace_event_analyzer.cc   bool require_id = (phase == TRACE_EVENT_PHASE_ASYNC_BEGIN ||
phase              51 base/test/trace_event_analyzer.cc                      phase == TRACE_EVENT_PHASE_ASYNC_STEP_INTO ||
phase              52 base/test/trace_event_analyzer.cc                      phase == TRACE_EVENT_PHASE_ASYNC_STEP_PAST ||
phase              53 base/test/trace_event_analyzer.cc                      phase == TRACE_EVENT_PHASE_ASYNC_END);
phase             233 base/test/trace_event_analyzer.cc Query Query::Phase(char phase) {
phase             234 base/test/trace_event_analyzer.cc   return Query(static_cast<double>(phase));
phase             452 base/test/trace_event_analyzer.cc       if (the_event->phase != TRACE_EVENT_PHASE_COMPLETE)
phase             458 base/test/trace_event_analyzer.cc       *num = static_cast<double>(the_event->phase);
phase             818 base/test/trace_event_analyzer.cc     if (this_event.phase != TRACE_EVENT_PHASE_METADATA ||
phase             151 base/test/trace_event_analyzer.h   char phase;
phase             192 base/test/trace_event_analyzer.h   static Query Phase(char phase);
phase             245 base/test/trace_event_analyzer.h   static Query EventPhaseIs(char phase) {
phase             246 base/test/trace_event_analyzer.h     return Query(EVENT_PHASE) == Query::Phase(phase);
phase             312 base/test/trace_event_analyzer.h   static Query OtherPhaseIs(char phase) {
phase             313 base/test/trace_event_analyzer.h     return Query(OTHER_PHASE) == Query::Phase(phase);
phase             120 base/test/trace_event_analyzer_unittest.cc   event.phase = TRACE_EVENT_PHASE_BEGIN;
phase             132 base/test/trace_event_analyzer_unittest.cc   other.phase = TRACE_EVENT_PHASE_END;
phase             147 base/test/trace_event_analyzer_unittest.cc   Query event_phase = Query::EventPhaseIs(event.phase);
phase             161 base/test/trace_event_analyzer_unittest.cc   Query other_phase = Query::OtherPhaseIs(other.phase);
phase             590 base/test/trace_event_analyzer_unittest.cc   EXPECT_EQ(TRACE_EVENT_PHASE_ASYNC_STEP_PAST, found[0]->other_event->phase);
phase             593 base/test/trace_event_analyzer_unittest.cc             found[0]->other_event->other_event->phase);
phase             596 base/test/trace_event_analyzer_unittest.cc   EXPECT_EQ(TRACE_EVENT_PHASE_ASYNC_STEP_INTO, found[1]->other_event->phase);
phase             599 base/test/trace_event_analyzer_unittest.cc             found[1]->other_event->other_event->phase);
phase             606 base/test/trace_event_analyzer_unittest.cc             found[1]->other_event->other_event->other_event->phase);
phase             609 base/test/trace_event_analyzer_unittest.cc   EXPECT_EQ(TRACE_EVENT_PHASE_ASYNC_STEP_INTO, found[2]->other_event->phase);
phase              68 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate_browsertest.cc   void SendWheelEvent(int dx, int dy, blink::WebMouseWheelEvent::Phase phase) {
phase              71 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate_browsertest.cc     event.phase = phase;
phase            1564 content/browser/appcache/appcache_storage_impl_unittest.cc   void Verify_ExclusionNotFound(GURL expected_url, int phase) {
phase            1575 content/browser/appcache/appcache_storage_impl_unittest.cc     if (phase == 1) {
phase            1584 content/browser/appcache/appcache_storage_impl_unittest.cc     if (phase == 2) {
phase              51 content/browser/devtools/devtools_netlog_observer.cc   bool is_begin = entry.phase() == net::NetLog::PHASE_BEGIN;
phase              52 content/browser/devtools/devtools_netlog_observer.cc   bool is_end = entry.phase() == net::NetLog::PHASE_END;
phase             165 content/browser/renderer_host/input/input_router_impl_unittest.cc   void SimulateWheelEventWithPhase(WebMouseWheelEvent::Phase phase) {
phase             167 content/browser/renderer_host/input/input_router_impl_unittest.cc         SyntheticWebMouseWheelEventBuilder::Build(phase), ui::LatencyInfo()));
phase             553 content/browser/renderer_host/input/input_router_impl_unittest.cc   ASSERT_EQ(WebMouseWheelEvent::PhaseEnded, wheel_event->phase);
phase              51 content/browser/renderer_host/overscroll_controller.cc             wheel.phase == blink::WebMouseWheelEvent::PhaseEnded ||
phase              52 content/browser/renderer_host/overscroll_controller.cc             wheel.phase == blink::WebMouseWheelEvent::PhaseCancelled) {
phase             686 content/browser/renderer_host/render_widget_host_unittest.cc   void SimulateWheelEventWithPhase(WebMouseWheelEvent::Phase phase) {
phase             687 content/browser/renderer_host/render_widget_host_unittest.cc     host_->ForwardWheelEvent(SyntheticWebMouseWheelEventBuilder::Build(phase));
phase             519 content/child/blink_platform_impl.cc     char phase,
phase             529 content/child/blink_platform_impl.cc       phase, category_group_enabled, name, id,
phase              99 content/child/blink_platform_impl.h       char phase,
phase             125 content/common/devtools_messages.h   IPC_STRUCT_MEMBER(int, phase)
phase              50 content/common/gpu/devtools_gpu_agent.cc     GpuEventsDispatcher::EventPhase phase,
phase              58 content/common/gpu/devtools_gpu_agent.cc   task.phase = phase;
phase              38 content/common/gpu/devtools_gpu_instrumentation.cc void GpuEventsDispatcher::DoFireEvent(EventPhase phase,
phase              46 content/common/gpu/devtools_gpu_instrumentation.cc     (*it)->ProcessEvent(timestamp, phase, channel);
phase              31 content/common/gpu/devtools_gpu_instrumentation.h   static void FireEvent(EventPhase phase, GpuChannel* channel) {
phase              34 content/common/gpu/devtools_gpu_instrumentation.h     DoFireEvent(phase, channel);
phase              49 content/common/input/synthetic_web_input_event_builders.cc     WebMouseWheelEvent::Phase phase) {
phase              52 content/common/input/synthetic_web_input_event_builders.cc   result.phase = phase;
phase              28 content/common/input/synthetic_web_input_event_builders.h       blink::WebMouseWheelEvent::Phase phase);
phase              53 content/common/input/web_input_event_traits.cc          event.phase == event_to_coalesce.phase &&
phase             167 content/renderer/devtools/devtools_agent.cc     char phase,
phase             181 content/renderer/devtools/devtools_agent.cc     callback(phase, category_group_enabled, name, id, num_args,
phase             216 content/renderer/devtools/devtools_agent.cc     WebDevToolsAgent::GPUEvent event(task.timestamp, task.phase, task.foreign,
phase              62 content/renderer/devtools/devtools_agent.h       char phase, const unsigned char*, const char* name, unsigned long long id,
phase              93 content/renderer/devtools/devtools_agent.h       char phase,
phase            1596 content/shell/renderer/test_runner/event_sender.cc   event.phase = WebMouseWheelEvent::PhaseBegan;
phase            1610 content/shell/renderer/test_runner/event_sender.cc   event.phase = WebMouseWheelEvent::PhaseEnded;
phase              17 net/base/capturing_net_log.cc     EventPhase phase,
phase              22 net/base/capturing_net_log.cc       phase(phase),
phase              37 net/base/capturing_net_log.cc   phase = entry.phase;
phase             127 net/base/capturing_net_log.cc                     entry.phase(),
phase              37 net/base/capturing_net_log.h                   EventPhase phase,
phase              67 net/base/capturing_net_log.h     EventPhase phase;
phase             136 net/base/net_log.cc   entry_dict->SetInteger("phase", static_cast<int>(data_->phase));
phase             157 net/base/net_log.cc     EventPhase phase,
phase             162 net/base/net_log.cc       phase(phase),
phase             348 net/base/net_log.cc const char* NetLog::EventPhaseToString(EventPhase phase) {
phase             349 net/base/net_log.cc   switch (phase) {
phase             399 net/base/net_log.cc                       EventPhase phase,
phase             403 net/base/net_log.cc   EntryData entry_data(type, source, phase, base::TimeTicks::Now(),
phase             412 net/base/net_log.cc                            NetLog::EventPhase phase) const {
phase             415 net/base/net_log.cc   net_log_->AddEntry(type, source_, phase, NULL);
phase             420 net/base/net_log.cc     NetLog::EventPhase phase,
phase             424 net/base/net_log.cc   net_log_->AddEntry(type, source_, phase, &get_parameters);
phase             126 net/base/net_log.h               EventPhase phase,
phase             133 net/base/net_log.h     const EventPhase phase;
phase             148 net/base/net_log.h     EventPhase phase() const { return data_->phase; }
phase             312 net/base/net_log.h                 EventPhase phase,
phase             345 net/base/net_log.h   void AddEntry(NetLog::EventType type, NetLog::EventPhase phase) const;
phase             347 net/base/net_log.h                 NetLog::EventPhase phase,
phase              40 net/base/net_log_unittest.cc   EXPECT_EQ(NetLog::PHASE_NONE, entries[0].phase);
phase              63 net/base/net_log_unittest.cc     EXPECT_EQ(NetLog::PHASE_NONE, entries[0].phase);
phase              42 net/base/net_log_unittest.h   if (expected_phase != entry.phase) {
phase              44 net/base/net_log_unittest.h         << "Actual phase: " << entry.phase
phase             140 net/base/net_log_unittest.h         entry.phase == expected_phase)
phase             160 net/base/net_log_unittest.h         entry.phase == expected_phase)
phase             229 net/cronet/android/url_request_context_peer.cc             << ", phase=" << entry.phase();
phase             120 net/tools/get_server_time/get_server_time.cc         net::NetLog::EventPhaseToString(entry.phase());
phase            3837 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_BEGIN, entries[log_position].phase);
phase            3844 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase            3848 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_BEGIN, entries[log_position].phase);
phase            3855 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase            3872 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_END, entries[log_position + 1].phase);
phase            4192 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase            4252 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase            4280 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase            4336 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase            4398 net/url_request/url_request_unittest.cc   EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase            4454 net/url_request/url_request_unittest.cc     EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase            4519 net/url_request/url_request_unittest.cc       EXPECT_EQ(NetLog::PHASE_END, entries[log_position].phase);
phase              59 ppapi/c/dev/ppb_trace_event_dev.h   void (*AddTraceEvent)(int8_t phase,
phase              74 ppapi/c/dev/ppb_trace_event_dev.h   void (*AddTraceEventWithThreadIdAndTimestamp)(int8_t phase,
phase             102 ppapi/c/dev/ppb_trace_event_dev.h   void (*AddTraceEvent)(int8_t phase,
phase              32 ppapi/shared_impl/ppb_trace_event_impl.cc void TraceEventImpl::AddTraceEvent(int8_t phase,
phase              45 ppapi/shared_impl/ppb_trace_event_impl.cc       phase,
phase              63 ppapi/shared_impl/ppb_trace_event_impl.cc     int8_t phase,
phase              75 ppapi/shared_impl/ppb_trace_event_impl.cc       phase,
phase              21 ppapi/shared_impl/ppb_trace_event_impl.h   static void AddTraceEvent(int8_t phase,
phase              31 ppapi/shared_impl/ppb_trace_event_impl.h       int8_t phase,
phase              16 skia/ext/event_tracer_impl.cc     addTraceEvent(char phase,
phase              43 skia/ext/event_tracer_impl.cc     SkChromiumEventTracer::addTraceEvent(char phase,
phase              53 skia/ext/event_tracer_impl.cc           phase, categoryEnabledFlag, name, id, numArgs, argNames,
phase              20 third_party/libjingle/overrides/init_webrtc.cc void AddTraceEvent(char phase,
phase              29 third_party/libjingle/overrides/init_webrtc.cc   TRACE_EVENT_API_ADD_TRACE_EVENT(phase, category_group_enabled, name, id,
phase             508 ui/aura/window.cc   params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING;
phase             539 ui/aura/window.cc   params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED;
phase             548 ui/aura/window.cc   params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING;
phase             553 ui/aura/window.cc   params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED;
phase            1214 ui/aura/window.cc   switch (params.phase) {
phase            1249 ui/aura/window.cc   switch (params.phase) {
phase              30 ui/aura/window_observer.h     HierarchyChangePhase phase;
phase            2468 ui/aura/window_unittest.cc     EXPECT_EQ(p1.phase, p2.phase);
phase            2494 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING;
phase            2501 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED;
phase            2514 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING;
phase            2524 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED;
phase            2544 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING;
phase            2555 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED;
phase            2567 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING;
phase            2576 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED;
phase            2603 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING;
phase            2621 ui/aura/window_unittest.cc     params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED;
phase              18 ui/base/cocoa/nsgraphics_context_additions.h - (void)cr_setPatternPhase:(NSPoint)phase
phase              40 ui/events/event.h     void set_phase(EventPhase phase) { event_->phase_ = phase; }
phase              64 ui/events/event.h   EventPhase phase() const { return phase_; }
phase              78 ui/events/event_dispatcher_unittest.cc     if (event->phase() == ui::EP_POSTTARGET) {
phase              82 ui/events/event_dispatcher_unittest.cc     } else if (event->phase() == ui::EP_PRETARGET) {
phase             278 ui/events/event_dispatcher_unittest.cc   EXPECT_EQ(EP_POSTDISPATCH, mouse.phase());
phase             298 ui/events/event_dispatcher_unittest.cc   EXPECT_EQ(EP_POSTDISPATCH, mouse.phase());
phase             312 ui/events/event_dispatcher_unittest.cc   EXPECT_EQ(EP_POSTDISPATCH, mouse.phase());
phase              68 ui/gl/gl_implementation_win.cc void AngleAddTraceEvent(char phase,
phase              77 ui/gl/gl_implementation_win.cc   TRACE_EVENT_API_ADD_TRACE_EVENT(phase,
phase              90 ui/gl/gl_implementation_win.cc typedef void (*AddTraceEventFunc)(char phase,
phase              36 ui/v2/public/view_observer.h     DispositionChangePhase phase;
phase              52 ui/v2/public/view_observer.h   virtual void OnViewDestroy(View* view, DispositionChangePhase phase) {}
phase              57 ui/v2/public/view_observer.h                                       DispositionChangePhase phase) {}
phase              75 ui/v2/src/view.cc   switch (params.phase) {
phase              99 ui/v2/src/view.cc     params_.phase = ViewObserver::DISPOSITION_CHANGED;
phase             119 ui/v2/src/view_unittest.cc       lhs.phase == rhs.phase;
phase             172 ui/v2/src/view_unittest.cc   p1.phase = ViewObserver::DISPOSITION_CHANGED;
phase             178 ui/v2/src/view_unittest.cc   p11.phase = ViewObserver::DISPOSITION_CHANGING;
phase             180 ui/v2/src/view_unittest.cc   p11.phase = ViewObserver::DISPOSITION_CHANGED;
phase             197 ui/v2/src/view_unittest.cc   p1.phase = ViewObserver::DISPOSITION_CHANGING;
phase             204 ui/v2/src/view_unittest.cc   p11.phase = ViewObserver::DISPOSITION_CHANGED;
phase             242 ui/v2/src/view_unittest.cc   p1.phase = ViewObserver::DISPOSITION_CHANGED;
phase             253 ui/v2/src/view_unittest.cc   p111.phase = ViewObserver::DISPOSITION_CHANGING;
phase             255 ui/v2/src/view_unittest.cc   p111.phase = ViewObserver::DISPOSITION_CHANGED;
phase             261 ui/v2/src/view_unittest.cc   p1111.phase = ViewObserver::DISPOSITION_CHANGING;
phase             263 ui/v2/src/view_unittest.cc   p1111.phase = ViewObserver::DISPOSITION_CHANGED;
phase             269 ui/v2/src/view_unittest.cc   p1112.phase = ViewObserver::DISPOSITION_CHANGING;
phase             271 ui/v2/src/view_unittest.cc   p1112.phase = ViewObserver::DISPOSITION_CHANGED;
phase             293 ui/v2/src/view_unittest.cc   p1.phase = ViewObserver::DISPOSITION_CHANGING;
phase             304 ui/v2/src/view_unittest.cc   p111.phase = ViewObserver::DISPOSITION_CHANGING;
phase             306 ui/v2/src/view_unittest.cc   p111.phase = ViewObserver::DISPOSITION_CHANGED;
phase             312 ui/v2/src/view_unittest.cc   p1111.phase = ViewObserver::DISPOSITION_CHANGING;
phase             314 ui/v2/src/view_unittest.cc   p1111.phase = ViewObserver::DISPOSITION_CHANGED;
phase             320 ui/v2/src/view_unittest.cc   p1112.phase = ViewObserver::DISPOSITION_CHANGING;
phase             322 ui/v2/src/view_unittest.cc   p1112.phase = ViewObserver::DISPOSITION_CHANGED;
phase             347 ui/v2/src/view_unittest.cc   p1.phase = ViewObserver::DISPOSITION_CHANGING;
phase             349 ui/v2/src/view_unittest.cc   p1.phase = ViewObserver::DISPOSITION_CHANGED;
phase             357 ui/v2/src/view_unittest.cc   p11.phase = ViewObserver::DISPOSITION_CHANGING;
phase             365 ui/v2/src/view_unittest.cc   p12.phase = ViewObserver::DISPOSITION_CHANGED;
phase             373 ui/v2/src/view_unittest.cc   p111.phase = ViewObserver::DISPOSITION_CHANGING;
phase             375 ui/v2/src/view_unittest.cc   p111.phase = ViewObserver::DISPOSITION_CHANGED;
phase             397 ui/v2/src/view_unittest.cc       ViewObserver::DispositionChangePhase phase) OVERRIDE {
phase             399 ui/v2/src/view_unittest.cc     log_entries_.push_back(std::make_pair(phase, view->visible()));
phase              97 ui/views/view.cc     DCHECK_EQ(ui::EP_POSTTARGET, event->phase());
phase              66 ui/views/widget/root_view.cc     CHECK_EQ(ui::EP_PRETARGET, event->phase());